
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;
}

.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;
}

/*body*/

/*Left Block Elements*/
.LeftBlock{
    border-right: 1px solid rgb(221,221,221);
    border-right: 1px solid #555555;
    display:inline-block;
    text-align: left;
    height:100vh;
}

.pageImage{
    margin-top: 30px;
    width: 60vw;
    display:inline-block;
    box-shadow: 2px 2px 4px #777777;
    box-shadow: 2px 2px 4px #111111;
    margin-right:.25vw;
    margin-left:.25vw;
}

.leftBlockTextElements{
    margin-right:4vw;
    display:block;
    width:60vw;
    font-weight: 100;
}

.Subtitle{
    margin-top: 20px;
    font-size: 2.5vw;
    text-align: left;
    font-weight: 400;
}

.inBodyDiv{
    display: inline-block;
}

p{
    font-weight: 100;
    width: 60vw;
    text-align: left;
    padding-top: 20px;
    margin-top: 10px;
}

.bodyList{
    text-align: left;
    display:inline-block;
    padding-left: 5vw;
    vertical-align: top;
}

.bodyListItem{
    padding-top: 5px;
    display:block;
}


/*Right Block Elements*/

.RightBlock{
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    padding-top: 30px;
}

h4{
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight:500;
}

.locationBlock{
    padding-top: 60px;
    padding-left: 0;
}

.locationHeader{
    font-size: 20px;
    font-weight: 100;
}

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

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

a:hover{
    text-decoration: underline;
    color: rgb(10, 10, 10);
    color:white;
}

.questionsTag{
    font-weight: 500;
}

.emailElement{
    font-weight: 100;
}

.emailLink{
    font-size: 22px;
}

.emailLink:link{
    text-decoration: underline;
}

.phone{
    font-weight: 100;
}