html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: whitesmoke;
    font-family: "Signika", "Segoe UI";
    font-size: 22px;
    color: #004d00;
}

/* Header - Section Title */
h1 {
    text-align: center;
    font-family: "Lexend Deca", Arial;
    font-size: 64px;
    color: black;
    /*text-shadow: 8px 4px 1px #333;*/
}

h2 {
    margin: 0px;
    padding-top: 10px;
    text-align: center;
    font-family: "Righteous", Arial;
    font-size: 54px;
    color: black;
}

/* Header - Spacing */
h3 {
    margin: 0px;
    background-color: #003300;
    height: 79px;
}

/* Header - In Content Header (Left) */
h4 {
    /*padding-left: 16px;*/
    padding-bottom: 10px;
    text-align: left;
    font-family: "Barlow Condensed", Arial;
    font-size: 44px;
    color: lightyellow;
    text-shadow: 4px 4px 1px #333;
}

/* Header - In Content Header (Right) */
h5 {
    padding-bottom: 10px;
    text-align: right;
    font-family: "Barlow Condensed", Arial;
    font-size: 44px;
    color: lightyellow;
    text-shadow: 4px 4px 1px #333;
}

/* Header - Normal (Center) */
h6 {
    padding-bottom: 10px;
    text-align: center;
    font-family: "Bai Jamjuree", Arial;
    font-size: 40px;
    color: black;
}

p {
    padding: 0 120px;
}

video {
    width: 50%;
}

.hide-desktop-ver {
    display: none !important;
}

.button-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px 14px;
    border: solid;
    border-radius: 10px;
    color: #003300;
}

    .button-link:hover {
        border-color: #004d00;
        background-color: #004d00;
        color: whitesmoke;
    }

.gblink {
    text-decoration: none;
    color: lime;
}

    .gblink:hover {
        color: yellow;
    }

.frontcover {
    height: 100vh;
    background-color: #22b14c;
}

    .frontcover h1 {
        padding-top: 280px;
        text-align: center;
        font-family: "Lexend Deca", Arial;
        font-size: 64px;
    }

.content-frontcover {
    text-align: center;
    font-weight: bold;
    color: black;
}

.padded-content {
    padding: 16px 30px;
    font-size: 20px;
    color: black;
}

/*   USE FOR LATER
.pic-carousel-item {
    display: none;
}

.pic-carousel-btn {
    height: 100%;
    padding: 0 10px 0 10px; 
    font-size: 46px;
    border: none;
    background-color: rgba(0,0,0,0);
    color: gainsboro;
    transition: 0.2s ease-in;
}

.pic-carousel-btn:hover {
    cursor: pointer;
    background-color: rgba(255,255,255, 0.5);
    color: #333;
    transition: 0.2s ease-in;
}
*/

.centeredlist {
    margin-left: calc((100% - 400px) / 2);
}

.no-whitespace {
    padding: 0;
    font-size: 0;
}

.big-icon {
    font-family: FontAwesome;
    font-size: 44px;
}

/* TOP NAVIGATION BAR WITH DROPDOWN CSS (For Use with Drop Down Menus) */
/* ****************************************************************************** */
.topnav-new {
    width: 100%;
    z-index: 2000;
    margin: auto;
    background-color: #22b14c;
    overflow: hidden;
    position: fixed;
    top: 0px;
}

.topnav-dropdown-container {
    /* z-index: 2000; */
    position: relative;
    width: 180px;
    margin: 0 0;
}

.topnav-tab {
    z-index: 2000;
    display: inline-block;
    padding: 36px 24px;
    /*max-height: 120px;*/
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-family: Syne, Cambria;
    /*background-color: #31859c;*/
    color: #004d00 !important;
}

    .topnav-tab:hover {
        padding: 36px 24px 16px 24px;
        text-decoration: none;
        /*background-color: white;*/
        border-bottom: 6px solid #004d00;
    }

.topnav-tab-active {
    background-color: #004d00 !important;
    color: whitesmoke !important;
}

/*.topnav-tab-hovered {
    text-decoration: none;
    background-color: #ddd;
    color: black !important;
}*/

.topnav-dropdown-container .topnav-tab {
    width: 100%;
}

.topnav-dropdown {
    z-index: 2000;
    /*position: absolute;*/
    display: none;
    text-align: center;
    /* width: 180px; */
}

.topnav-dropdown-container .topnav-dropdown {
    width: 100%;
}

.topnav-dropdown a {
    background-color: #333333;
    border: solid;
    border-width: 1px;
    border-color: #cccc00;
    padding: 13px 8px;
    font-size: 20px;
    font-family: "Barlow Condensed", Cambria;
    color: #cccc00;
    width: 180px;
    /* height: 96px; */
}

    .topnav-dropdown a:hover {
        text-decoration: none;
        background-color: #ddd;
        border-color: black;
        color: black;
    }

    .topnav-dropdown a.active {
        background-color: #3385ff;
        border-color: white;
        color: white;
    }

.topnav-dropdown ul {
    position: absolute;
    margin-left: -40px;
    list-style: none;
}

.navbar-dropdown-btn {
    width: 100%;
    position: fixed;
    top: 44px;
    box-shadow: 0px 8px 16px #555;
}

.nav-collapse-btn {
    font-size: 36px;
    color: black;
}

    .nav-collapse-btn:active {
        background-color: #333;
    }

.logopic {
    display: inline-block;
    padding-right: 6px;
    width: 85px;
    height: 80px;
}

.totopbtn {
    z-index: 2000;
    display: none;
    position: fixed;
    width: 46px;
    left: 95%;
    top: 94%;
    text-align:center;
    border-radius: 26px;
    font-size: 30px;
    background-color: #004d00;
    color: #00ff00;
}
/*
	.topnav a:hover .topnav-dropdown {
		display: block;
	} */
/* ****************************************************************************** */

/* "Business Card" CSS */
.content-businesscard {
    width: 80%;
    margin-left: 100px;
    color: yellow;
}

.bc-link {
    text-decoration: none;
    font-family: "Syne", Arial;
    color: dodgerblue;
}

    .bc-link:hover {
        color: white;
    }

.bc-link-fa {
    font-family: FontAwesome;
    color: dodgerblue;
}

    .bc-link-fa:hover {
        text-decoration: none;
        color: white;
    }

/* GeoBlaze Animations */
/* **************************************** */
.animate-fade-out {
    animation: fadeout 0.4s forwards;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0;
        left: initial;
    }

    100% {
        opacity: 0;
        left: 105%;
    }
}

.animate-float-up {
    animation: floatup 0.4s forwards;
}

@keyframes floatup {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* **************************************** */