/* Font Info
// <weight>: Use a value from 200 to 1000
// <uniquifier>: Use a unique and descriptive class name

.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}*/


/*Navbar and other shared elements (sans footer)*/

.container-fluid {

    font-weight: bold;
    font-size: large;
    background-color:  #b19cbe;
    box-shadow: 5px 5px 5px #281f29;
    border: 5px solid #281f29;

}


body {
    background-color: #2b1331;
    background-image: linear-gradient(315deg, #281c2b 0%, #b19cbe 74%);
}



/*general home page */


.container {
    font-family: "Nunito Sans", sans-serif;
    margin-top: 100px;
    margin-bottom: 100px;
}

h1 {
    font-family: "Nunito Sans", sans-serif;
    margin-top: 100px;
    text-align: center;
    font-size: 3.5rem;
    text-decoration: underline;
    padding-bottom: 50px;
    color: #281f29;
    text-shadow: 2px 1.5px 2px #2b1331;

    
}

.button {
   margin-top: 20px;
}

/* Sections for the home page cards */

h5 {
    line-height: 150%;
    text-align: center;
}

.row {
    margin: auto;
    padding: 25px;
}

.card-image-top {
    max-width: 100%;
    height: auto;
}

.card-title {
    font-size: 2rem;
}

.card {
    margin: auto;
    padding: 25px;
    line-height: 180%;
    border: 2px solid #281f29;
    box-shadow: 2px 2px 3px #b9abcf;
    background-color: #281f29;
    color:antiquewhite;
    font-size: 1.2rem;

}

.card2 {
    padding-bottom: 50px;
}

.badges {
    margin-left: 25px;
    max-width: 25%;
    height: auto;
}


/*Video placement*/

.video {
    display: flex;
    justify-content: space-evenly;
   padding: 100px;
    
}

.faq {
    margin: 50px;
}



/* footer is seperated to keep the copyright info from getting lost in the main disclaimer */


footer {
    bottom: 20px;
    margin-top: 100px;
    margin-left: 75px;
    margin-right: 75px;
    text-align: justify;
    font-size: small;
    border-top: 5px solid #281f29;
    color: black;
    font-weight: 150px;
}

footer p {
    text-align: center;
}

/* CSS For the Modal Window */

.modal-content {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    font-size: large;
    background-color:  #2f2b31;
    box-shadow: 5px 5px 5px #281f29;
    border: 5px solid #281f29;
    color:antiquewhite;
}

