﻿
.montserrat-p {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.title-card {
    background-color: black;
    min-height: 100vh; /* Minimum height of 100% of the viewport height */
    width: 100vw; /* Full width */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

html {
    position: relative;
    min-height: 100%;
}

.btn-dark {
    padding: 0.6rem 1.4rem;
    border-radius: 0.4rem;
    font-weight: 500;
    /*transition: background 0.2s ease;*/
}

/*.btn-dark:hover {
    background-color: #ff3c00;
    border-color: #ff3c00;
}*/


.main-heading {
    font-family: 'Montserrat', serif;
    margin-top: 2em;
    margin-bottom: 2em;
/*    font-weight: bolder;
    font-style: italic;
    letter-spacing: -0.09em;*/
}

.big-heading {
    font-family: 'Montserrat', serif;
    /*font-weight: bold;*/
    /*font-style: italic;*/
    letter-spacing: -6px;
    font-size: 96px;
    text-align: center;
    color: whitesmoke;
    margin-bottom: 2rem;
    /*transition: transform 0.3s ease;*/
}


/*.big-heading:hover {
    transform: scale(1.2);*/ /* Slightly enlarges logo when hovered */
/*}*/

.tagline {
    font-family: 'Montserrat', serif;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    vertical-align: middle;
    color: whitesmoke;
    font-size: 1.1em;
}

.sg-text-box-simple {
    text-align: left;
    margin: 0; /* Removes the default margin of the paragraph */
    font-family: 'Montserrat', serif; /* Sets the font family */
    font-size: 16px; /* Sets the font size */
    font-size: 18px;

}

.sg-text-box{
    background-color: white; /* Sets the background color to white */
    border: 1px solid black; /* Sets a thin black border */
    padding: 10px; /* Adds some padding inside the box */
    max-width: 60em;
    margin: 20px auto; /* Centers the box horizontally with some margin */
    /*background-color: rgb(234, 234, 234)*/
}

.sg-text-box p {
    text-align: left;
    margin: 0; /* Removes the default margin of the paragraph */
    font-family: 'Montserrat', serif; /* Sets the font family */
    font-size: 16px; /* Sets the font size */
    margin-left: 5em;
    margin-bottom: 50px;
    margin-right: 50px;
    font-size: 18px;
}

.sg-text-box h2 {
    text-align: left;
    font-size: 24px;
    font-style: italic;
    color: black;
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-left: 2em;
    margin-bottom: 10px;
    font-size: 32px;
}

.info-image {
    width: 100%;
    height: auto;
    border: 1px solid black;
}

.artist-image {
    width: 400px;
    height: 400px;
    border: 1px solid black;
    object-fit: cover;
    /*margin: 20px auto;*/
}

.main-image {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
}

.black-border {
/*    width: 400px;
    height: 400px;*/
    border: 1px solid black;
    /*object-fit: cover;*/
    /*margin: 20px auto;*/
}

.sg-question-outer {
    background-color: white; /* Sets the background color to white */
    border: 1px solid black; /* Sets a thin black border */
    padding: 10px; /* Adds some padding inside the box */
    max-width: 60em;
    margin: 20px auto; /* Centers the box horizontally with some margin */
}

.sg-question-outer h2 {
    text-align: left;
    font-size: 24px;
    font-style: italic;
    color: black;
    border-bottom: 4px solid rgb(72, 213, 131);
    margin-left: 300px;
    margin-bottom: 10px;
}

.question-box {
    background-color: white; /* Sets the background color to white */
    border: 1px solid black; /* Sets a thin black border */
    padding: 10px; /* Adds some padding inside the box */
    margin: 20px;
    max-width: 40em;
}

.question-box-minor {
    background-color: white; /* Sets the background color to white */
    border: 1px solid black; /* Sets a thin black border */
    padding: 10px; /* Adds some padding inside the box */
    margin: 5px;
    max-width: 40em;
    border-color: lightgrey;
}

.form-control{
    border-radius: 0px;
}
.form-control:focus {
    border-color: darkgray;
    box-shadow: none;
}
.btn {
    border-radius: 0px;
}

.sg-card {
    width: 18rem;
    /* this has to be important or it breaks, don't know why :( */
    border: 1px solid black !important;
}

.slanted-section {
    position: relative;
    background-color: black;
    padding-top: 10em;
    padding-bottom: 10em;

}

.triangle-top {
    width: 100vw;
    height: 0;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid black;
}

.triangle-bottom {
    width: 100vw;
    height: 0;
    border-left: 100vw solid transparent;
    border-top: 100px solid black;
}

.content {
    position: relative;
    z-index: 2; /* Ensure the content is on top of the slant */
    margin-top: 1em;
    margin-bottom: 2em;
}

.sg-footer {
    text-align: center;
    background-color: lightgray;
    padding:2em;
    /*margin-top: 2em;*/
}


/*.sg-footer ul {
    list-style: none;
}

.sg-footer li {
    display: inline-block;
    margin-right: 24px;
}*/

.sg-footer a {
    text-decoration: none;
}

.sg-footer a:hover {
    text-decoration: underline;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


.form-tabs .nav-link {
    border-radius: 0 !important;
    color: grey !important;  

}

.form-tabs.nav-link.active {
    color: black !important;
}

/* General form controls */
.form-control:focus {
    border-color: rgba(72, 213, 131,0.4) !important;
    box-shadow: 0 0 0 0.2rem rgba(72, 213, 131,0.2) !important;
}

/* For select dropdowns */
select:focus {
    border-color: rgba(72, 213, 131,0.4) !important;
    box-shadow: 0 0 0 0.2rem rgba(72, 213, 131, 0.2) !important;
}

/* For radio and checkbox inputs */
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    border-color: rgba(72, 213, 131,0.4) !important;
    box-shadow: 0 0 0 0.2rem rgba(72, 213, 131, 0.2) !important;
}

/* For custom checkboxes and radios */
.custom-control-input:focus ~ .custom-control-label {
    border-color: rgba(72, 213, 131,0.4) !important;
    box-shadow: 0 0 0 0.2rem rgba(72, 213, 131, 0.2) !important;
}



/* For selected radio buttons */
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: rgb(72, 213, 131) !important; /* Background color when selected */
    border-color: rgb(72, 213, 131) !important; /* Border color when selected */
}

/* For selected custom radio and checkbox buttons (Bootstrap custom styles) */
.custom-control-input:checked ~ .custom-control-label {
    background-color: rgb(72, 213, 131) !important; /* Background color when selected */
    border-color: rgb(72, 213, 131) !important; /* Border color when selected */
}

/* Custom color for the checkmark inside selected checkbox/radio */
.custom-control-input:checked:focus ~ .custom-control-label::before {
    border-color: rgb(72, 213, 131) !important;
    background-color: rgb(72, 213, 131) !important;
}


.angled-section {
    background: url('/Images/final-images/Festival_generic.jpg') center center / cover no-repeat;
    position: relative;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 80%);
    z-index: 1;
}

.angled-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 0;
}

.angled-section .container {
    position: relative;
    z-index: 1; /* ensure content stays above overlay */
}

.parallax {
    background-image: url('/Images/final-images/Festival_generic.jpg');
    background-attachment: fixed; /* Key line for parallax */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}