/* Colors Used:
    Nav BG #F9FAD7 */

/*LANDING PAGE & GENERAL STRUCTURE THROUGHOUT SITE*/

@import url('https://fonts.googleapis.com/css2?family=Akshar&display=swap');

@font-face {
    font-family: Akshar;
    src: url('https://fonts.googleapis.com/css2?family=Akshar&display=swap')
}


/*MOBILE CUSTOMIZATIONS*/
@media screen and (max-width: 600px) {
    div.navbar {
        padding-left: 1vw;
        padding-right: 1vw;
        padding-top: .1em;
        padding-bottom: 0vw;
    }
    p.empty {
        display: none;
    }
    div.footercontent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    div.footer-column {
        text-align: center !important;
    }
}

/*TABLET CUSTOMIZATIONS*/
@media screen and (max-width: 820px) {
    div.contact-form {
        display: flex;
        flex-direction: column;
        
    }

    p.empty {
        display: none;
    }

    div.column-one,
    div.column-two {
        margin: 1vw 10vw 0vw 10vw;
        padding: 1vw;
    }

    #contact {
        width: 75vw;
    }

    div.thankyou {
        display: flex;
        flex-direction: column;
        padding: 0;
        text-align: center;
        
    }
    div.thankyou div {
        padding-left:0px;
        padding-top:10px;
    }

}


a,
p,
li,
div {
    font-size: 20px;
}

a,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Akshar', 'Calibri', 'Trebuchet MS', sans-serif;
}

.btn-primary {
    background-color: transparent;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    color: black;
    font-weight: bolder;
    text-transform: uppercase;
}
.btn-primary:hover {
    background-color: #ffde59;
    color: black;
    border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
    color: black;
    background-color: #ffde59;
    border-color: #fae591;
    box-shadow: 0 0 0 0.2rem rgba(250, 229, 145, .5);
  }
.btn-primary:focus {
    background-color: #ffde59;
    border-color: (250, 229, 145, .25);
    color: black;
}

body {
    background-color: #F9FAD7;
}

header {
    margin: 0;
}

/*NAVIGATION BAR*/
nav {
    padding-bottom: 0; 
    background-color: #F9FAD7!important;
    display: flex; 
    justify-content: space-between;
    margin: 0vw 10vw 0vw 10vw;
    padding: 2vw;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img{
    width: 20vw !important;
    min-width: 150px;
    max-width: 225px;
}
.nav-link {
    padding:0;
    margin:0;
}
.nav-link img{
    width: 20vw !important;
    min-width: 150px;
    max-width: 225px;
}

body {
    margin: 0px;
}

.contact-form {
    background-color: #ffde59;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2vw;
}
.column-one {
    display: grid;
    margin: 1vw 1vw 1vw 10vw;
    padding: 2vw;
    align-items: center;
    justify-content: center;
}
.column-one h2 {
    font-weight: 900;
    text-transform: uppercase;
}
.column-one p {
    text-align: justify;
}

.column-two {
    display: grid;
    margin: 1vw 10vw 1vw 1vw;
    padding: 2vw;
    align-items: center;
    justify-content: center;
}

.contactform {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    background-color: #F9FAD7;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="tel"],
.contactform input[type="url"],
.contactform textarea {
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
.column-three {
    display: none;
    
}


.black-overlay {
    background: rgba(0, 0, 0, 0.6);
}
.section-info {
    margin: 0vw 10vw 2vw 10vw;
    padding: 3vw 2vw 3vw 2vw;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.section-info .btn-primary {
    color:white;
    border-color: white;
}
.section-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0vw 10vw 2vw 10vw;
    padding: 3vw 2vw 3vw 2vw;
}
.section-two a {
    font-size: 1.5rem;
}
.section-two p {
    margin: 10px;
}

.section-three {
    background-color: #ffde59;
    display: flex;
    flex-direction: column;
    padding-bottom: 2vw;
}
.section-three .section-info {
    color:black;
}
.section-three h2 {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.section-three p, a {
    text-align: center;
}
/*FOOTER - PRESENT ON ALL PAGES*/
.footercontent {
    background-color: #F9FAD7;
    display: grid;
    grid-auto-flow: column;
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-left: 15vw;
    margin-right: 15vw;
    font-size: 1em;
}

.thankyou {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0vw 10vw 2vw 10vw;
    padding: 2vw 10vw 2vw 10vw;
}
.thankyou div {
    padding-left: 75px;
}

.footerlogo {
    width: 15em;
    padding: 10px 0 10px 0;
}

