html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: white;
    background-image: url("images/bg-board-traces.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: Poppins;
    font-weight: bold;
    font-size: 18px;
    color: forestgreen;
}

a {
    text-decoration: none;
}

/* Full page */
h1 {
    text-align: center;
    font-family: "Russo One", Arial;
    font-size: 34px;
    color: lightyellow;
    text-shadow: 8px 4px 1px #333;
}

/* Header - Section Title */
h2 {
    margin: 0px;
    padding-bottom: 10px;
    /*background-image: url("images/HexagonBackdrop.jpg");
    background-size: cover;*/
    text-align: center;
    font-family: "Crimson Text", Arial;
    font-size: 54px;
    text-shadow: 8px 4px 1px #333;
}

/* Header - Spacing */
h3 {
    margin: 0px;
    background-color: #ddd;
    height: 204px;
}

/* Header - In Content Header (Left) */
h4 {
    padding-right: 10px;
    text-align: center;
    font-family: "Permanent Marker";
    font-size: 30px;
    color: #22b14c;
}

/* 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: Oswald;
    font-size: 30px;
    font-weight: bold;
    color: #22b14c;
}

.header {
    z-index: 1999;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    background-color: #333;
    color: gainsboro;
}


.button-link {
    display: inline-block;
    padding: 10px 14px;
    font-weight: bold;
    font-family: Arimo;
    /*border: solid;
    border-width: 6px;
    border-color: white;*/
    background-color: green;
    text-shadow: none;
    color: #eee;
    /*box-shadow: 6px 6px;*/
}

.button-link:hover {
    text-decoration: none;
    border-color: #22b14c;
    background-color: #22b14c;
    color: white;
}

.btn-color-light {
    border: solid;
    border-width: 4px;
    border-color: white;
    background-color: rgba(0,0,0,0);
    color: white;
}

.btn-color-dark {
    border: solid;
    border-width: 6px;
    border-color: green; /*#333*/
    background-color: rgba(0,0,0,0);
    color: green; /*#333*/
}

.frontcover {
    height: 1000px; /*794px;*/
}

.frontcover h1 {
    padding-top: 240px;
    text-align: center;
    font-family: "Russo One", Arial;
    font-size: 34px;
    color: yellow;
    text-shadow: 8px 4px 1px #333;
}

.frontcoverpic {
    /*height: 1000px; /*794px;*/
    height: calc(100% + 100px);
}

.frontcoverpic h1 {
    padding-top: 240px;
    text-align: center;
    font-family: "Russo One", Arial;
    font-size: 34px;
    color: yellow;
    text-shadow: 8px 4px 1px #333;
}

.content-frontcover {
    font-size: 20px;
    text-align: center;
    color: white;
    text-shadow: 4px 2px 1px #333;
}

/* TOP NAVIGATION BAR WITH DROPDOWN CSS (For Use with Drop Down Menus) */
/* ****************************************************************************** */
.topnav-new {
    width: 100%;
    z-index: 2000;
    margin: auto;
    background-color: white;
    overflow:hidden;
    position: fixed;
    top: 50px;
    box-shadow: 0px 8px 16px #555;
}

.topnav-dropdown-container {
    /* z-index: 2000; */
    position: relative;
    width: 180px;
    margin: 0 0;
}

.topnav-tab {
    /* z-index: 2000; */
    display: inline-block;
    padding: 18px 12px;
    /*height: 100px;*/
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: Arimo;
    /*background-color: #;*/
    color: #22b14c !important;
}

.topnav-tab:hover {
    text-decoration: none;
    background-color: #ddd;
    color: black !important;
}

.topnav-tab-active {
    background-color: #0099ff !important; /*#ff6600*/
    /*color: white !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: 160px;
    background-color: white;
    box-shadow: 0px 8px 16px #555;
}
/* ****************************************************************************** */

/* "Business Card" CSS */
.businesscard {
    width: 100%;
    background-color: green;
    color: #22b14c;
}

.bc-link {
    font-family: Roboto, Arial;
    color: dodgerblue;
}

.bc-link:hover {
    text-decoration: none;
    color: white;
}

.bc-link-fa {
    font-family: FontAwesome;
    color: dodgerblue;
}

.bc-link-fa:hover {
    text-decoration: none;
    color: white;
}

.bc-cubby {
    width: 32%;
    margin: 8px 26px;
    display: inline-block;
}