html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: whitesmoke;
    /*background-image: url("images/MtnRangeGray-high.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    font-family: "Noto Serif TC", "Segoe UI";
    font-size: 20px;
    color: navy;
}

/* Header - Section Title */
h1 {
    text-align: center;
    font-family: "Lexend Deca", Arial;
    font-size: 64px;
    color: navy;
    /*text-shadow: 8px 4px 1px #333;*/
}

h2 {
    margin: 0px;
    padding-top: 10px;
    /*background-image: url("images/HexagonBackdrop.jpg");
    background-size: cover;*/
    text-align: center;
    font-family: "Syne", Arial;
    font-size: 54px;
    color: black;
    /*text-shadow: 8px 4px 1px #333;*/
}

/* Header - Spacing */
h3 {
    margin: 0px;
    background-color: black;
    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-right: 66px;*/
    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;
    /*text-shadow: 4px 4px 1px #333;*/
}

/*a {
    color: #003366;
}

    a:hover {
        color: #ff6600;
    }*/

.hide-desktop-ver {
    display: none !important;
}

.button-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    background-color: black;
    color: white;
    /*box-shadow: 6px 6px;*/
}

.button-link:hover {
    /*text-decoration: none;*/
    background-color: navy;
    color: white;
}

.gblink {
    text-decoration: none;
    color: white;
}

    .gblink:hover {
        color: yellow;
    }

.frontcover {
    height: 100vh;
    background-color: #ffff80;
}

.frontcover h1 {
    padding-top: 280px;
    text-align: center;
    font-family: "Lexend Deca", Arial;
    font-size: 64px;
    color: navy;
    /*text-shadow: 8px 4px 1px #333;*/
}

.frontcoverpic {
    height: 1000px; /*794px;*/
    background-color: dimgray;
}

.frontcoverpic h1 {
    padding-top: 280px;
    text-align: center;
    font-family: Oswald, Arial;
    font-size: 64px;
    color: lightyellow;
    text-shadow: 8px 4px 1px #333;
}

.content-frontcover {
    text-align: center;
    font-weight: bold;
    /*color: #ddd;*/
}

.padded-content {
    padding: 16px 30px;
    font-size: 20px;
    color: black;
}

.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;
}

.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: #ffff80;
    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: black !important;
}

    .topnav-tab:hover {
        padding: 36px 24px 16px 24px;
        text-decoration: none;
        /*background-color: white;*/
        border-bottom: 6px solid black;
    }

.topnav-tab-active {
    background-color: black !important;
    color: yellow !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 {
    width: 126px;
    height: 80px;
}

.totopbtn {
    z-index: 2000;
    display: none;
    position: fixed;
    width: 46px;
    right: 46px;
    bottom: 32px;
    text-align:center;
    border-radius: 26px;
    font-size: 30px;
    background-color: #333;
    color: yellow;
}
/*
	.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;
    }

.gbw-fixed-stamp {
    z-index: 2000;
    position: fixed;
    padding: 6px 10px;
    left: 0;
    bottom: 0;
    font-size: 18px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #ffff80;
    color: inherit;
}

/* 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);
    }
}

.animate-float-in-left {
    animation: floatinleft 0.6s forwards;
}

@keyframes floatinleft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.animate-mainlogoslide {
    animation: mainlogoslide 1.5s ease-in-out forwards;
}

@keyframes mainlogoslide {
    0% {
        transform: translateX(150%);
    }

    20% {
        transform: translateX(150%);
    }

    100% {
        transform: translateX(0%);
    }
}

.animate-titlefadein {
    animation: titlefadein 2.2s forwards;
}

@keyframes titlefadein {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-fadeincovercontent {
    animation: fadeincovercontent 3s forwards;
}

@keyframes fadeincovercontent {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* **************************************** */