/*  Import Google fonts Kantumruy Pro weight 400, 700 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');

:root {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kantumruy Pro', sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

body {
    margin: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    background: #01171a;
    font-weight: 600;
}

h2 {
    font-family: 'Cormorant', sans-serif;
    font-size: 2em;
    font-weight:bolder;
    color: whitesmoke;
}

h3 {
    font-family: 'Cormorant', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: whitesmoke;
}

h5 {
    font-family: 'Cormorant', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: whitesmoke;
}

.article-header {
    background-color:rgba(0, 0, 0, 0.7);
}

.learning-container h3 {
    font-family: 'Cormorant', sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
}

/* Navbar  */
.navbar {
    background-color: rgb(1, 64, 64);
    top: 0;
    z-index: 2;
    position: fixed;
}

.logo {
    font-family: 'Cormorant', sans-serif;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.logo-50 {
    width: 50px;
    height: auto;
}

.logo-75 {
    width: 75px;
    height: auto;
}

.feature-image {
    width: 250px;
    height: auto;
}

.nav-link {
    color: whitesmoke;
    font-family: 'Kantumruy Pro', sans-serif;
    padding-bottom: 15px;
}

.active {
    border-top: 2px solid #0f7492b7;
    border-bottom: 2px solid #0f7a14;
    border-radius: 15%;
}

.nav-item:hover {
    border-top: 1px solid #0f7392;
    border-bottom: 1px solid #0f7a14;
    border-radius: 15%;
}

/* Hero Section */
.hero {
    height: 400px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 75px 0;
}

.hero--home-image {
    background: url("../images/bg/a-group-of-people-holding-hands-on-top-of-a-tree-bg.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero--learn-image {
    background: url("../images/bg/selective-photography-of-green-leaf-plant-looks-like-a-small-tree-bg.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero--gallery-image {
    background: url("../images/bg/couple-of-lions-sitting-on-top-of-a-tree-branch-bg.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px 100px;
    border-bottom: 2px solid #0f7a14;
    border-top: 2px solid #0f7392;
    border-radius: 15%;
    animation: zoom-in 3s forwards;
}

/* Jumbotron */
.jumbotron {
    margin: 20px;
    animation: zoom-in 3s forwards;
}

.jumbotron-header {
    color: whitesmoke;
    font-weight: bold;
    font-family: 'Kantumruy Pro', serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.jumbotron .lead {
    color: #E6C307;
}

.callout {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 30%;
    border-top: 5px solid #0f7392;
    border-bottom: 5px solid #12d41c8c;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}


/* Zoom-in keyframes animation */
@keyframes zoom-in {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Dividers */
.class-divider {
    justify-content: center;
    width: 75%;
    height: 5px;
    border: 0;
    background-color: #12d41cda;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
}

.class-divider--short {
    width: 25%;
}

.class-divider--tiny {
    width: 15%;
}

/* Buttons */
.learn-more-btn {
    color: #fff;
    border: 1px double #E6C307;
}

.learn-more-btn:hover {
    background: radial-gradient(#070707, rgba(0, 0, 0, 0.5));
    ;
    border-radius: 10px;
    color: #E6C307;
}

/* Page Header */
.page-header {
    margin-top: 25px;
}

/* Home Page Styling */
/* Highlight sections */
.section-bg-c1 {
    background-color: rgba(15, 116, 146, 0.2);
}

.section-bg-c2 {
    background-color: rgba(15, 122, 20, 0.2);
}

.section-bg-c3 {
    background-color: rgb(138, 100, 10, 0.2);
}

.section-bg-c4 {
    background-color: rgba(0, 0, 0, 0.7);
}

.feature-image {
    height: 250px;
}

/* Quotes Section */
.blockquote {
    margin: 20px 0px;
}

.blockquote p {
    margin: 0;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 3px solid #16a7d3a9;
    border-bottom: 3px solid #12d41c8c;
    margin-bottom: -50px;
}

.quote-card {
    margin: 10px 0;
}

.media-body {
    border: 2px solid rgba(7, 235, 102, 0.7);
    padding: 10px 15px;
    min-height: 300px;
    margin: 15px 0;
    background-color: rgba(92, 68, 18, 0.5);
}

/* Footer */
footer {
    background-color: rgb(1, 64, 64);

}

.social-links {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.contact-section,
.sitemap-section {
    padding-top: 30px;
}

.copyright-section {
    background-color: rgba(0, 0, 0, 0.3);
}

.email-help {

    color: #E6C307;
    font-size: 14px;
}

.border-style {
    border-radius: 5%;
    border-top: 5px solid #16cdd3a9;
    border-bottom: 5px solid #12d41c8c;
}


/* Modal */
.modal-dialog {
    background-color: rgb(1, 64, 64);
    padding: 15px;
    border-radius: 10%;
    border-top: 5px solid #16cdd3a9;
    border-bottom: 5px solid #12d41c8c;
}

.modal-header,
.modal-content {
    background: transparent;
    border: none;
}

/* Learn Page Styling */

iframe {
    width: 426px;
    height: 240px;
}

.card {
    margin: 5px 5px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.5);
    color: whitesmoke;
    border-top: 5px solid #16cdd3a9;
    border-bottom: 5px solid #12d41c8c;
}

.note {
    border: 2px dotted #16cdd3a9;
    padding: 10px;
    font-size: 14px;
}

.spread {
    border: 2px dotted #12d41c8c;
    padding: 10px;
}

.card-header,
.card-footer {
    background-color: rgba(0, 0, 0, 0.7);
}

li {
    margin: 1px;
}

/* Gallery Page Styling*/
/* Gallery Section */
.gallery-section {
    margin-top: 30px;
    margin-bottom: 5px;
}

.gallery-item {
    position: relative;
    display: block;
    padding: 3px;
}

.image-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    opacity: 0;
    transition: opacity ease-in-out.5s;
}

.image-detail:hover {
    opacity: 1;
}

figcaption p {
    font-family: 'Cormorant', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 2px;
}

/* Contact Page Styling */

.contact-form {
    background-color: rgba(0, 0, 0, 0.3);
    width: 70%;
    align-content: center;
    position: relative;
    left: 15%;
    margin-top: 200px;
    margin-bottom: 30px;
    z-index: 1;
    padding: 15px;
}

.google-map {
    background-color: rgba(0, 0, 0, 0.3);
    width: 70%;
    align-content: center;
    position: relative;
    left: 15%;
    padding: 10px;
    margin-bottom: 30px;
    z-index: 0;
}

.map-iframe {
    position: relative;
    width: 100%;
    height: 450px;
}

/* Response Page */
.response-section {
    margin-top: 100px;
    width: 70%;
    height: 85vh;
    position: relative;
    left: 15%;
    z-index: 1;
    padding: 15px;
}

/* Falling Leaves Animation  - from YouTube Tutorial (https://www.youtube.com/@OnlineTutorialsYT) */
/* Leaves Animation */
.leaves {
    position: relative;
    width: auto;
    overflow: hidden;
    display: block;
    justify-content: center;
    align-items: center;
}

.leaves .contact-form h2,
.leaves .google-map h3 {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-style: italic;
}

.leaves .set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.leaves .set div {
    position: absolute;
    display: block;
}

.leaves .set div:nth-child(1) {
    left: 20%;
    animation: animate 15s linear infinite;
    animation-delay: -7s;
}

.leaves .set div:nth-child(2) {
    left: 50%;
    animation: animate 15s linear infinite;
    animation-delay: -5s;
}

.leaves .set div:nth-child(3) {
    left: 70%;
    animation: animate 15s linear infinite;
    animation-delay: -0s;
}

.leaves .set div:nth-child(4) {
    left: 0%;
    animation: animate 15s linear infinite;
    animation-delay: -5s;
}

.leaves .set div:nth-child(5) {
    left: 85%;
    animation: animate 18s linear infinite;
    animation-delay: -10s;
}

.leaves .set div:nth-child(6) {
    left: 0%;
    animation: animate 12s linear infinite;
}

.leaves .set div:nth-child(7) {
    left: 15%;
    animation: animate 14s linear infinite;
}

.leaves .set div:nth-child(8) {
    left: 60%;
    animation: animate 15s linear infinite;
    animation-delay: -10s;
}

@keyframes animate {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    20% {
        transform: translateX(-20px) rotate(45deg);
    }

    40% {
        transform: translateX(-20px) rotate(90deg);
    }

    60% {
        transform: translateX(20px) rotate(180deg);
    }

    80% {
        transform: translateX(-20px) rotate(180deg);
    }

    100% {
        top: 110%;
        transform: translateX(-20px) rotate(225deg);
    }
}

/* Media queries  */

/*  Min width 576 Pixels */
@media (min-width: 576px) {
    body {
        font-size: 1em;
    }

    .hero {
        height: 500px;
        width: 100%;
    }
}

/*  Min width 768 Pixels */
@media (min-width: 768px) {
    body {
        font-size: 1.2em;
    }

    iframe {
        width: 640px;
        height: 360px;
    }

    .hero {
        height: 600px;
        width: 100%;
    }
}

/*  Min width 992 Pixels */
@media (min-width: 992px) {
    body {
        font-size: 1.3em;
    }

    iframe {
        width: 854px;
        height: 480px;
    }
}

/*  Min width 1400 Pixels */
@media (min-width: 1400px) {
    iframe {
        width: 1280px;
        height: 720px;
    }
}