*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face { font-family: 'Oswald'; font-weight: 100; src: url('../fonts/Oswald/Oswald-ExtraLight.ttf'); } 
@font-face { font-family: 'Oswald'; font-weight: bold; src: url('../fonts/Oswald/Oswald-Bold.ttf');}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: -1;
}

header{
    background: #0e1920;
    /* position: fixed; */
    top:0;
    width:100%;
    height:100px;
}

nav{
    height: 100px;
    line-height: 100px;
}

nav ul{
    margin-right:20px;
}

nav li{
    list-style-type: none;
    float:right;
    margin-right: 75px;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 2em;
}

nav a{
    text-decoration: none;
    
}

nav a.nonboldnav{
    color: #3b7988;
}

nav a.boldnav{
    font-weight: bold;
    color: #6ee2ff;
}

nav a:hover{
    color: #6ee2ff;
}

div#wrapper{
    width: 940px;
    margin: 125px auto 0px auto;
}

h1{
    color:#6ee2ff;
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 3em;
    margin-left: 30px;
    float:left;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
}

h2{
    color:#6ee2ff;
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 2.2em;
}

h2.left{
    text-align:left;
    margin-bottom: 10px;
}

h2.right{
    text-align:right;
    margin-bottom: 10px;
}

h2.center{
    text-align:center;
    margin-bottom: 10px;
}

img#showcaseimg{
    margin-bottom:20px;
}

img.right{
    float:right;
    margin-left:30px;
}

img.left{
    float:left;
    margin-right: 30px;
}

img{
    max-width:100%;
}

p{
    color: #ffffff;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 1.5em;
    margin-bottom: 75px;
}

main p{
    clear: both;
}

p.left{
    text-align:left;
}

p.right{
    text-align:right;
}

div#showcase{
    width: 1340px;
    margin: 125px auto 0px auto;
}

div#showcasebuttons{
    clear: both;
    width: 1340px;
    margin: 0px auto 100px auto;
}

.button {
    background-color: rgba(110, 226, 255, 0);
    border-radius: 8px;
    border: 2px solid #6ee2ff;
    color: rgba(110, 226, 255, 1);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
}

.button:hover {
    background-color: rgba(110, 226, 255, 1); 
    color: rgba(0, 0, 0, 1);
}

main{
    width:380px;
    padding: 10px;
    float:left;
}

aside{
    width: 940px;
    float:right;
}

hr{
    margin-bottom:75px;
}

h3{
    color:#6ee2ff;
    font-family: 'Oswald';
    font-weight: 100;
    float:left;
    margin-right: 20px;
    margin-top:8px;
    font-size: 1.4em;
    text-align: right;
    margin-bottom: 10px;
}

h3#showcaseID{
    float:right;
}

footer{
    clear: both;
    background: #0e1920;
    height:100px;
}

footer li{
    list-style-type: none;
    float: right;
    margin-right: 30px;
    color: #3b7988;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 1.1em;
    line-height: 100px;
}

footer a{
    text-decoration: none;
    color: #3b7988;
}

footer a:hover{
    color: #6ee2ff;
}

footer h3{
    color:#6ee2ff;
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 1.4em;
    float:left;
    text-align: center;
    vertical-align: middle;
    line-height:80px;
}

div#footer{
    width: 940px;
    margin: 0px auto 0px auto;
}

