body {
    background-color: black;
    color: #f1fef5;
}

h2 {
    font-family: 'Averia Gruesa Libre', cursive;
    color: #ff5d00;
    font-weight: 400;
    font-size: 4rem;
    text-align: center;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    width: 400px;
    height: 2px;
    background-color: #DCC429;
    text-align: center;
}

a {
    color: #ff5d00;
    text-decoration: none;
}

/* Navbar */
.nav-container {
    position: fixed;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 2px 10px 2px 10px;
}

.navbar .navbar-toggler {
    border: 0;
}

.navbar .navbar-nav a {
    font-weight: bold;

}

.bg-dark {
    background-color: #1c1c1c!important;
}

.nav-link {
    font-size: 20px;
    margin: 0 10px 0 10px;
    text-align: center;
}

/* Hero Image */

/*-- Credit to Matt Rudge, Code Institute for hero-image, Opaque Overlay and Jumbotron from Whiskey Drop project. repeated below--*/
.hero-image {  
    height: 85vh;    
    background: url(../images/hero-images/hero-1.webp) no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;   
    background-size: cover;    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.opaque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

/* inspiration for button from https://www.w3schools.com/howto/howto_css_outline_buttons.asp */
.btn {
    font-family: 'Sarala', sans-serif;
    border: 2px solid;
    background-color: transparent;
    color: #ff5d00;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;    
  }

.btn-outline {
    border-radius: 100px;
    font-weight: 600;
    border-color: #ff5d00;    
}

.btn-outline:hover {
    background-color: #ff5d00;
    color: #f1fef5;    
}

/* Jumbotron */
.jumbotron {
    background-color: transparent;
    margin-top: 450px;
}

.jumbotron h1 {
    font-family: 'Montserrat', sans-serif;
    color: #f1fef5;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.jumbotron .lead {
    font-family: 'Averia Gruesa Libre', cursive;
    color: #f1fef5;
    font-size: 1.5rem;
    margin: 20px 0;
}

/* About section */
.about-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.image-container {
    width: 50%;
}

.about-image {
    width: 100%;
    padding: 0;
}

.about {
    width: 50%;
}

.about h2 {
    padding-bottom: 5px;
    font-size: 38px;
    text-align: left;
}

.about p {
    font-family: 'Sarala', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

/* Static Image Gallery*/
.static-gallery {
    text-align: center;
}

.static-gallery h2 {
    margin: 30px 0;
}

.static-gallery p {
    margin: 20px 0;
}

.static-gallery img {
    border-radius: 5px;
}

#stat-gal-one {
    width: 15%;
}

#stat-gal-two {
    width: 20%;
}

#stat-gal-three {
    width: 25%;
}

#stat-gal-four {
    width: 20%;
}

#stat-gal-five {
    width: 15%;
}

.small-gal img{
    width: 45%;
}

/* Footer*/
.footer-image {
    height: 30vh;    
    background: url(../images/footer-image.webp) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;   
    background-size: cover;    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 50px;
}

.footer-opaque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.footer-logo {
    z-index: 1;
    position: absolute;
    left: 30px;
}

.footer-logo img {
    height: 200px;
}

/* Credit to Tim Nelson, Code Institute for tips on how to fix footer issue at 320px */
.list-inline-item:not(:last-child) {
    margin-right: 0.4rem;
}

.socials {
    z-index: 1;
    position: absolute;
    bottom: 50px;
}

.socials i {
    color: #f1fef5;
    font-size: 80px;
    margin-left: 30px;
    margin-right: 30px;
}

.socials i:hover {
    color: #dcc429;
}

.copyright-info {
    text-align: right;
    top: 100px;
}

/* Available-geckos section*/
.hero-avail-gecko {  
    height: 75vh;    
    background: url(../images/hero-images/hero-2.webp) center center no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;   
    background-size: cover;    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.card-container {
    width: 60%;
    text-align: center;
    padding: 0;
}

.card-container p {
    font-size: 1.2rem;
}

.card-container a {
    text-decoration: none;
}

.card-container a:hover {
    color: #ff5d00;
    filter: brightness(75%);
}

.avail-gecko-card {    
    margin: 20px 20px 20px 20px;
    padding: 0;
    height: 275px;
    width: 275px;
    border-radius: 20px;
}

.avail-gecko-card img { 
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.avail-gecko-card h3 {
    color: #ff5d00;
    font-family: 'Averia Gruesa Libre', cursive;
    font-size: 1.3rem;
    padding-top: 5px;
    text-transform: capitalize;
    text-align: left;
    padding-left: 10px;
    margin: 0;
}

.avail-gecko-card span {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.sex-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fa-venus {
    color: #d8498c;
}

.fa-mars {
    color: #2aaae6;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 0;
}

.carousel-control-prev span, 
.carousel-control-next span {
    color: #ff5d00;
    font-weight: bolder;
    font-size: 30px;

}
.ref {
    display: flex; 
    justify-content: center;
    position: relative;
    bottom: 15px;
    font-size: .9rem;
    color: #ff5d00;
}

/* FAQ section*/
.hero-faq {  
    height: 75vh;    
    background: url(../images/hero-images/hero-3.webp) center center no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;   
    background-size: cover;    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.faq-container {
    width: 60%;
    text-align: center;
}

.faq-container h2 {
    margin-top: 10px;
}

.faq-card-container {
    margin: 0 auto;
    padding: 0;
}

.faq-card {    
    margin: 20px 20px 20px 20px;
    padding: 30px;
    height: 240px;
    width: 240px;
    border-radius: 20px;
    border: 2px;
    border-color: #DCC429;
}

.faq-card i {
    font-size: 40px;
    color: #f1fef5;
}

.faq-card h3 {
    color: #ff5d00;
    font-family: 'Averia Gruesa Libre', cursive;
    margin-top: 20px;
}

.faq-card span {
    color: #e0ece4;
    font-family: 'Sarala', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    font-size: 28px;
}

/* Contact section*/
.hero-contact {  
    height: 75vh;
    background: url(../images/hero-images/hero-4.webp) center center no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;   
    background-size: cover;    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.contact-container {
    text-align: center;
}

.contact-container h2 {
    margin-top: 10px;
}

.contact {
    font-family: 'Sarala', sans-serif;
    font-size: 20px;
}

.form-control {
    margin-bottom: 1.2rem;
}

.btn-contact {
    margin-bottom: 1.2rem;
}

/* Confirmation section*/
.confirmation-container {  
    height: 75vh;
    width: 80%; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirmation-content {
    text-align: center;
}

/* media queries*/
@media screen and (max-width: 992px) {
    .image-container {
        width: 80%;        
    }

    .about {
        text-align: center;
    }

    .about-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about h2 {
        text-align: center;
    }

    .about p {
        font-size: 18px;
        font-weight: 400;
    }

    .nav-link {
        font-size: 18px;
        margin: 0 5px 0 5px;
        text-align: center;
    }

    .jumbotron {
        background-color: transparent;
        margin-top: 300px;
    }

    .jumbotron h1 {
        color: #ffffff;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .jumbotron .lead {
        color: #ffffff;
        font-size: 1rem;
        margin: 10px 0;
    }

    .footer-logo {
        z-index: 1;
        position: absolute;
        left: 15px;
        top: 30px;
    }
    
    .footer-logo img {
        height: 150px;
    }

    .socials {
        z-index: 1;
        position: absolute;
        bottom: 35px;
    }
    
    .socials i {
        font-size: 60px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 1440px) {
    .faq-container,
    .card-container {
        width: 90%;
    }
}

@media screen and (max-width: 640px) {

    .footer-image {
        height: 25vh;
        margin-top: 30px;
    }
       
    .socials {
        z-index: 1;
        position: absolute;
        bottom: 50px;
    }
    
    .socials i {
        font-size: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .about-container {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 270px;
    }

    .copyright-info {
        text-align: center;
        top: 60px;
    }
}