
html
{
    font-size: 16;
    font-family: 'Zilla Slab', serif;
    color: rgb(10, 10, 10);
    background-color: rgb(255, 255, 255);
    color:white;
    background-color: #222222;
}

.icon{
    width: 13vw;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px;
    position: relative;
    bottom: 0;
    margin-right: 0px;
}

h1
{
    display:inline-block;
    font-size: 4.5vw;
    margin-left: 3vw;
    font-weight: lighter;
    margin-top: 1vw;
    margin-right:2vw;
    margin-bottom: 0;
    position: relative;
    top: .15vw;
    z-index: 2;
}

.drop_2{
    position:relative;
    top:.175em;
}

body{
    margin: 0 auto;
    position: relative;
    text-align: center;
    height: 100vh;
}

.topHeading{
    text-align: left;
    background-color: #111111DD;
    border-bottom: 1px solid rgb(221,221,221);
    border-bottom: 1px solid #555555;
    border-bottom:none;
    padding-left: 8vw;
    margin-right: 0;
    position: -webkit-sticky;
    position:sticky;
    top:0;

}

.titleBar{
    display: inline-block;
}

.headerList{
    padding-left: 2vw;
    text-align: right;
    display: inline-block;
    margin-left: 0;
    list-style: none;
    position: relative;
    top:.1vw;
}

.headerItems{
    display: inline-block;
    margin:0;
    margin-right: 1.5vw;
    font-weight: 500;
    font-size: 1.7vw;
    position: relative;
}

a{
    text-decoration: none;
    color: white;
}
a:link{
    color:white;
}
a:hover{
    text-decoration: underline;
}

/*body*/

.Subtitle{
    font-size: 3.5vw;
    text-align: left;
    margin-bottom: 3vw;;
    display: block;
    margin-top:3vw;
}

.lowerTagline{
    font-size:2.5vw;
}


p{
    text-align: center;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 60px;
}

h2{
    font-weight: 100;
    text-align: left;
    padding-left: 100px;
    font-size: 1.7vw;
}

.lowerElements{
    width: 75vw;
    margin: 0 auto;
}

a:link{
    color: rgb(10, 10, 10);
    color:white;
    text-decoration: none;
}

a:visited{
    color:rgb(10, 10, 10);
    color:white;
}

a:hover{
    text-decoration: underline;
}

h2 a{
    text-decoration: underline;
}
h2 a:link{
    text-decoration: underline;
}