html {
    height: 100%;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

body {
    margin:0;
    padding:0;
    font-family:'Lato', san-serif;
    background: linear-gradient(#72b5fa,#005099) no-repeat center center fixed;
    background: height 100vh;
    color:white;
    overflow-x:hidden;
    height:100vh;
}

ul {
    list-style-type: none;
}

#nav {
    overflow:hidden;
    background: linear-gradient(white, #898989);
    position:fixed;
    top:0px;
    width:100%;
    box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);
    text-align:center;
    z-index:2;
    height:48px;
    font-size:16px;
    white-space:nowrap;
}

#nav a {
    display:inline-block;
    color:white;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:1vw;
    padding-left:1vw;
    text-decoration:none;
    font-weight:bold;
    margin-left:.5vw;
    margin-right:3vh;
    margin-top:8px;
    margin-bottom:4px;
    position:relative;
    min-width:120px;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color:#72b5fa;
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
}

#nav a:hover {
    color:black;
    background-color:white;
}

#navdrop {
    overflow:hidden;
    background: linear-gradient(white, #898989);
    position:fixed;
    top:0px;
    width:100%;
    box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);
    z-index:3;
    visibility:hidden;
    height:5%;
    min-height:60px;
}

#navbutton {
    font-family:Lato;
    display:inline-block;
    color:white;
    text-align:center !important;
    text-decoration:none;
    font-weight:bold;
    padding:0;
    z-index:3;
    width:25%;
    max-width:200px;
    min-width:100px;
    position: fixed;
    right:2%;
    margin:1.5%;
    font-size:25pt;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color:#72b5fa;
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);

    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
}

#navbutton:hover {
    color:black;
    background-color:white;
}

.dropdownbox {
    overflow:hidden;
    z-index:2;
    position:fixed;
    right:0;
    width:330px;
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#898989, white);
    visibility:hidden;
}

.dropcapsule {
    font-family:Lato;
    font-weight:bold;
    color:white;
    text-decoration:none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color:#72b5fa;
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
    text-align:center;
    padding:2px 2px;
    margin-top:4px;
    float:right;
    position:relative;
    min-width:150px;
    min-height:15px;
    margin-right:12px;
    margin-bottom:12px;
    height:40px;
    font-size:30px;
    width:300px;
}

.dropcapsule:hover {
    color:black;
    background-color:white;
}

.hide {
    display:none;
}

#splash {
    width:100%;
    position:relative;
    filter:drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.8));
    float:top;
    margin-top:4vh;
}

#title {
    position:relative;
    overflow:hidden;
    font-size:4.5vh;
}

#aboutfooter {
    font-size:3.5vh;
}

#aboutus {
    position:absolute;
    overflow:hidden;
    float:left;
    max-width: 44vw;
    padding-left:10vw;
    text-align:left;
    font-size:2.3vh;
    display:block;
    margin-top:2.8vh;
    z-index:1;
}

.contactheader {
    font-size: 3vh;
}

#contact {
    max-width:70vw;
    float:right;
    overflow:hidden;
    font-size:2vh;
    margin-top:2.8vh;
    padding-right:8vw;
    position:absolute;
    padding-left:62vw;
    display:block;
}

.anchor{
    display:block;
    height:5px;
    margin-top:-5px;
    visibility:hidden;
}

.pageheader{
    font-family: 'Archivo Black', sans-serif;
    filter:drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.8));
    position:absolute;
    display:inline-block;
    margin-top:46px;
    font-size:60px;
    text-align:center;
    width:100%;
}

.pageheaderlong{
    font-family: 'Archivo Black', sans-serif;
    filter:drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.8));
    position:absolute;
    display:inline-block;
    margin-top:20px;
    font-size:75px;
    text-align:center;
    width:100%;
}

.grid{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    filter:drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.8));
    max-width:1800px;
    margin:0 auto;
    margin-top:125px;;
}

.grid a{
    padding:.4vh;
}

.grid img{
    max-width:100%;
    height:auto;
    min-width:50%;
}

.fullsize{
    width:200%;
    height:200%;
}

.blocker {
    width:100vw;
    height:30vh;
    position:relative;
    margin-bottom:0;
}

/* MAIN PAGE DIVS HERE */

#page1 {
    min-height:100vh;
}

#page2 {
    min-height:100vh;
}

#page3 {
    min-height:100vh;
}

#page4 {
    min-height:100vh;
}

#page5 {
    min-height:100vh;
}

