html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
}

.fade_me_in {
    opacity: 0;
}

z .primary {
    color: #343F44;
}

.primary_bg {
    background-color: #343F44;
}

.white_pastel_bg {
    background-color: #fffcf8;
}

.white_pastel {
    color: #fffcf8;
}

.orange_pastel_bg {
    background-color: #ca8443;
}

.orange_pastel {
    color: #ca8443;
}

.orange_button {
    box-shadow: inset 0px 1px 0px 0px #ca925d;
    background-color: #ca8443;
    border-radius: 6px;
    border: 1px solid #af723a;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    padding: 11px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    transition: 0.3s;
    color: #eeeeee;
}

input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.orange_button:hover {
    background-color: #a6672f;
    color: #cccccc;
}

.large_title {
    font-weight: bold;
    font-size: 65pt;
}

.med_title {
    font-weight: normal;
    font-size: 21pt;
}

.small_title {
    font-weight: normal;
    font-size: 15pt;
}

.xlarge_top_spacer {
    padding-top: 85px;
}

.large_top_spacer {
    padding-top: 65px;
}

.med_top_spacer {
    padding-top: 30px;
}

.small_top_spacer {
    padding-top: 15px;
}

.xlarge_bottom_spacer {
    padding-bottom: 85px;
}

.large_bottom_spacer {
    padding-bottom: 50px;
}

.med_bottom_spacer {
    padding-bottom: 30px;
}

.small_bottom_spacer {
    padding-bottom: 10px;
}

.faded_in {
    opacity: 1.0;
    transition: all 1s;
}

.copyright {
    text-align: center;
    padding-bottom: 50px;
    background-color: #2e373d;
    color: #cccccc;
    width: 100%;
}

.copyright p {
    padding-top: 50px;
    border-top: 1px dashed #eeeeee;
}


/* TOPBAR:
*/

#topbar {
    background-color: rgba(52, 63, 68, 0.55);
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 3.45em;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(52, 63, 68, 0.55);
    -moz-box-shadow: 0px 2px 5px 0px rgba(52, 63, 68, 0.55);
    box-shadow: 0px 2px 5px 0px rgba(52, 63, 68, 0.55);
}

#topbar .topbartitle {
    float: left;
    padding-top: 1em;
    padding-left: 2%;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.7);
}

#topbar .topbartitle a {
    text-decoration: none;
    color: #eeeeee;
}

#topbar .menu-icon {
    margin: -15px 0 0 0;
    padding: 0;
}

#topbar .home-icon {
    filter: invert(1.0);
    -webkit-filter: invert(1.0);
}

#topbar ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 1em;
    overflow: hidden;
}

#topbar li {
    float: left;
}


/* desktop menu links */

#topbar li a,
.dropbtn,
#topbar form {
    display: inline-block;
    color: #eeeeee;
    text-align: center;
    padding: 1.10em 0.75em 0.85em 0.80em;
    font-size: 13pt;
    text-decoration: none;
    transition: 0.3s;
}


/* Desktop menu items hover */

#topbar li a:hover,
.dropdown:hover .dropbtn,
#topbar form:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

#topbar li.dropdown {
    display: inline-block;
}

#topbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#topbar .dropdown-content a {
    color: black;
    padding: 1em 1.5em;
    text-decoration: none;
    display: block;
    text-align: left;
}

#topbar .dropdown-content a:hover {
    background-color: #f1f1f1;
}

#topbar .dropdown:hover .dropdown-content {
    display: block;
}


/* menu bar clases for anmation */

.menuItem1,
.menuItem2,
.menuItem3,
.menuItem4 {
    animation-name: topbarAnimation;
}

.menuItem1 {
    animation-duration: 2.5s;
}

.menuItem2 {
    animation-duration: 2s;
}

.menuItem3 {
    animation-duration: 1.5s;
}

.menuItem4 {
    animation-duration: 1s;
}

@keyframes topbarAnimation {
    from {
        opacity: 0.0
    }
    to {
        opacity: 1.0
    }
}

@media only screen and (max-width: 768px) {
    .fade_me_in {
        opacity: 1.0;
    }
    h1 {
        font-size: 28pt;
    }
    h2 {
        font-size: 24pt;
    }
    h3 {
        font-size: 18pt;
    }
    #footer h3 {
        padding-top: 5em;
    }
    #menuiconpic {
        background-image: url(../images/menu-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 80px;
        height: 40px;
        padding: 0.5em;
        float: right;
        cursor: pointer;
    }
    .menuicon ul,
    .menu-icon:active ul {
        display: none;
        padding: 0px;
        background: rgba(0, 0, 0, 0.70);
        border: 1px solid #444444;
        width: 100%;
    }
    .menuicon li {
        padding-left: 0.5em;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #555555;
    }
    .menuicon li a,
    .menuicon li form {
        text-align: center;
        padding: 0.5em;
        height: 100%;
        width: 100%;
    }
    #footer .copyright p {
        padding: 4em 0.5em 1em 0.5em;
    }
}