* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: white;
}

main {
    padding-top: 12vh;
}

/* Navigation Bar */
.navbar {
    position: fixed;
    top: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    z-index: 1000;
    max-height: 12vh;
    width: 100%;
    background-color: rgba(242,240,239,0.99);
}

#logo {
    max-height: 12vh;
    padding: .5rem;
    flex-wrap: wrap;
    justify-self: start;
}

.nav-links {
    display: flex;  
    flex-wrap: wrap;
    justify-self: center;
    justify-content: center;
    align-items: center;
    min-width: 80vw;
    height: 12vh;
    margin: 0 auto;
    list-style-type: none;
    font-family: 'Fjalla One';
    font-size: 1.5rem;
    padding:0;
}

.nav-links a, .drop_btn {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(100, 160, 65);
    display: flex;
    height: 12vh;
    width: 14vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    transition: all 0.3s;
}

.drop_btn {
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    background-color: inherit;
}

.drop_btn:hover {
    background-color: rgb(216, 219, 215);
    color: rgba(87, 152, 52, 0.95);
}

.nav-links a:hover {
    background-color: rgb(216, 219, 215);
    color: rgba(87, 152, 52, 0.95);
}

#nav-faq {
    position: relative;
}

.dropdown {
    position: absolute;
    list-style-type: none;
    top: 12vh;
    background-color: rgb(248, 245, 243);
    transition: all 0.3s ease-in;
}

.dropdown a {
    font-size: .8em;
}

.dropdown a:hover {
    background-color: rgb(237, 231, 228);
}

#toggle {
	display: none;
}

.hamburger-wrapper {
	display: none;
    visibility: hidden;
}

/* Navbar Anchors */
#services-anchor, #about-anchor, #contact-anchor {
    position: relative;
    bottom: 12vh;
}

/* Introduction Section */
.intro {
    background-image: url(./content/images/splash2.jpg), linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background-size: cover;
    background-position: bottom left;
    background-attachment: fixed;
    text-wrap: wrap;
    background-blend-mode: color-burn;  
    width: 100vw;
    min-height: 55vh;
    padding: 1.5em;
}

.intro p {
    padding-top: 1em;
    width: 50vw;
    line-height: 1.5em;
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 1.1em;
}

.show_under_600 {
    visibility: hidden;
    display: none;
}

.intro a {
    color: white;
}

.intro h1 {
    font-size: 2.5rem;
    color: rgb(100, 160, 65);
    font-family: 'Fjalla One';
}

hr {
    color: lightgray !important;
    width: 96%;
    margin: auto;
}

.intro hr {
    width: 50vw;
    color: white;
    float: left;
}

.mobile-buttons {
    display: none;
}

/* Services Section */
.services-grid h3 {
    font-size: large;
}

.services-item {
    display: flex;
    align-items: flex-start;
    gap: 2em;
    margin-bottom: 1em;
    justify-content: space-evenly;
}

.services-item.reverse {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.3em;
    width: 100%;
    padding: 2em 4em .5em 4em;
    justify-self: center;
}

.services-text {
    color: darkslategray;
    font-family: Helvetica;
    width: 25vw;
    min-height: 40vh;
    padding-left: 2em;
    padding-top: 1em;
}

.services-text li {
    padding: .2em 0;
}

.section-header {
    font-family: 'Fjalla One', Arial, sans-serif;
    font-size: 2em;
    color: rgb(100, 160, 65);
    text-align: left;
    padding: .6em;
    padding-left: .8em;
}

.services-grid img {
    height: auto;
    width: 16vw;
    border-radius: 1.1em;
}

/* About Section */

.about {
    padding-bottom: 2em;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr 1fr;
}

.about-text {
    display: grid;
    grid-template-columns: 3fr 1fr .1fr .9fr;
    border-radius: 2em;
    align-items: center;
    font-family: Helvetica , sans-serif;
    color: darkslategray;
    line-height: 2em;
    margin: 1em 2em 0em 2em;
    padding: 1.5em 2em;
    border: 1px dashed lightgray;

}

.about-text h3 {
    text-align: center;
    margin: 0;
    align-self: center;
    padding-right: 1em;
    justify-self: right;
}

.about-text p {
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: left;
    font-size: 1.1em;
}

/* About Section - Registrations / Certifications */

.vr.mobile {
    display: none;
    visibility: hidden;
}

.vr {
    width: 2px;
    background-color: lightgray;
    height: 95%;
    align-self: center;
}

.certs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    width: 35vw;
    padding: 1em .5em;
}

.certs-text {
    width: 100%;
    margin: 0;
    padding: 1em 2em .2em 2em;
    text-align: left;
}

.certs-text.aff {
    grid-column-start: 1;
    grid-column-end: 3;
}

.certs-text ul {
    list-style-type: square;
    line-height: 1.4em;
}

.about-text.d {
    background-color: #F5F7F9;
}

.about-text.z {
    background-color: #F6FAF7;
}

/* Contact Section */
.contact {
    background-image: url('./content/images/splash.jpeg'), linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    background-blend-mode: color-burn;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-left: 1.5em;

}

.contact hr {
    width: 52%;
    float: left;

}

.contact-item {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 1.5em;
}

.contact-header {
    width: 52%;
    text-align: left;
    color: rgb(100, 160, 65);
    font-family: 'Fjalla One';
    font-size: 2em;
    padding-top: .5em;

}

.contact-text {
    color: white;
    margin-right: auto;
    margin-bottom: 1em;
    width: 52%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.7em;
}

.contact-buttons {
    height: 10%;
    width: 60%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* Contact Section - Buttons */
#_email, #_phone {
    width: 100%;
    margin: 10px;
    padding: 15px 20px;
    font-size: 1.5em;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    background-color: rgba(87, 152, 52, 0.9);
    color: rgb(227, 224, 222);
    text-decoration: none;
    text-align: center;   
    transition: all 0.3s;
    will-change: transform;
    border: 1px ridge darkgray;
}

#_email:hover, #_phone:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, .8) 0 8px 15px;
    transform: translateY(-2px);
}

/* Footer */

footer {
	background-color: white;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.socials {
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.socials img {
	display: block;
	max-height: 25px;
	width: auto;
	padding: 0 .5rem;
	margin-top: 2rem;
	justify-content: stretch;
}

#copyright {
	display: block;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding-top: 1.8rem;
	font-size: 12px;
	margin-bottom: 10px;
}

/* FAQs Pages */
.faq-main {
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-top: 12vh;
    padding: 2em;
    background-color: #F9F8F6;
}

.faq-main h2 {
    padding-bottom: .5em;
}

.faq-main h1 {
    padding-bottom: .5em;
    font-family: 'Fjalla One';
}

.faq-main h1 hr {
    width: 60%;
    margin: 0;
    padding: 0;
}

.faq-info a {
    color: rgb(108, 108, 108);
    font-weight: bold;
}

.faq-info {
    color: darkslategray;
    font-family: Helvetica, Arial, sans-serif;
    margin: auto 3em;
}

.faq-info p {
    padding-bottom: 1em;
}

.faq-lists {
    padding-left: 1em;
    padding-bottom: .5em;
}

.faq-img {
    width: 100%;
    height: auto;
    border-radius: 5em;
}