body{
    font-family: 'Playfair Display', serif;
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
#logo{
    float: left;
    width: 11em;
    height: 5em;
    background: url(img/logo.png) no-repeat center;
    background-size: 11em 5em;
	display: block;
    z-index: 70;
}
#nav{
    float: right;
    padding-top: .9em;
    padding-right: 2.5em;
}
#navi{
	display: hidden;
	width: 40px;
	height: 40px;
	background: #000000 url(img/menu-icon.png) center;
}

a:hover#navi{
	background-color: #575757;
	border-radius: 4px 4px 0 0;
}
.nav{
    list-style-type: none;
    margin: 0;
    background-color: #000000;
    font-family: 'Raleway', sans-serif;
}
.nav li{
    display: inline-block;
}
.nav li a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 1.4em 1em 1.4em .5em;
    text-align: center;
    cursor: pointer;
}
.nav li a:hover{
    color: #585858;
}
.dropcont{
    display: none;
    position: absolute;
    padding: 0;
    list-style-type: none;
}
.dropcont li a{
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 1.5em;
    width: 10em;
    color: #000000
}
.dropdown:hover .dropcont{
    display: block;
}
#active a{
    color: #6074a2;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 5em; 
    z-index: 50;
}
.cwrap{
    position: fixed;
    top:5em;
    right: 2%;
    width: 36%;
    height: 5em;
    box-shadow: 0px 20px 19px white;
    background-color: #ffffff;
    z-index: 40;
}
.cpage{
    width: 6.5em;
    height: 3em;
    font-family: 'Raleway', sans-serif;
}
.cpage:hover{
    cursor: pointer;
}

.cpage img{
    width: 3em;
    margin: 0;
    padding: 0; 
}
.cpage a{
    display: block;
    color: #000000;
    text-decoration: none;
}
#back{
    position: absolute;
    top: 1em;
}
#back i{
    position: absolute;
    top: 1em;
    right: 0;
}
#for i{
    position: absolute;
    top: 1em;
    left: 1.5em;
}
#for img{
    position: relative;
    left: 50%;
}
#for{
    position: absolute;
    top: 1em;
    right: 0;
}
#box{
    background-color: #ffffff;
    width: 40%;
    height: 73.8vh;
    position: absolute;
    top: 5em;
    right: 0;
    padding-top: 3em;
    padding-bottom: 5em;
    overflow-y: auto;
}
.textwrap{
    position: absolute;
    width: 90%;
    right: 1em;
}
.text{
    padding: 2.5em;
}
.title{
    text-indent: 0; 
    margin-bottom: 0;
    font-size: 3em;
    border-bottom: .01em solid;
    text-align: left;
    line-height: normal;
}
.subhead{
    font-family: 'Libre Franklin', sans-serif;
    text-indent: 0;
    padding-bottom: 1em;
    margin-bottom: 0;
    font-size: 1.1em;
    border-bottom: .01em solid ;
    line-height: normal;
    text-align: left;
}
p{
    line-height: 1.5em;
    font-size: .95em;
}
p a{
    text-decoration: none;
    color: #6074a2;
}
.popquote{
    font-size: 1.5em;
    width: 45%;
    float: right;
    line-height: 1.1em;
    padding: .5em;
    text-align: left;
    color: #6074a2;
}
.popquote2{
    font-size: 1.5em;
    width: 35%;
    float: left;
    line-height: 1.1em;
    padding: .5em;
    text-align: left;
    color: #6074a2;
}
.sub{
    display: block;
    font-size: 1.2em;
    color: #6074a2;   
}
.img{
    position: absolute;
    top: 5em;
    width: 49%;
    height: 81.9vh;
    left: 3.2em;
    padding: 2em;
    background-color: #ffffff;
}
.imgs{
    display: block;
    margin: auto;
    padding: 0;
    width: 97%;
}
.imgs div{
    display: block;
    margin: auto;
    max-width: 100%;
    height: 36em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.imgs p{
    float: right;
    text-align: right;
    max-width: 25%;
    margin: 0;
    padding: 0;
    font-size: .9em;
    font-family: 'Raleway', sans-serif;
}
.imgs cite{
    float: left;
    max-width: 70%;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
}
.img button{
    cursor: pointer;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    padding: 16px;
    font-size: 1.4em;
    color: #ffffff;
    border: none;
    z-index: 40;
}
.right{
    position: absolute;
    top: 50%;
    right: 0;
}
.left{
    position: absolute;
    top: 50%;
    left: 0;
}
.quote{
    display: block;
    margin: auto;
    font-size: .9em;
    text-align: left;
    text-indent: 0;
    width: 90%;
}
.credit{
    border-top: .001em solid;
    font-size: .9em;
}
.footer{
    position:relative;
    bottom: 0;
    height: 5em;
    width: 100%;
    background-color: #ffffff;
    display: block;
    text-align: center;
}
.social{
    display: inline-block;
    position: relative;
    top: .8em;
}
.social img{
    width: 2.3em;
}
.email{
    padding: 1em;
    border-right: .02em solid;
    text-decoration: none;
    color: #000000;
}
#vnav{
    font-family: 'Raleway', sans-serif;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    background-color: #000000;
    padding: 0;
    z-index: 50;
}

#vnav ul{
    list-style-type: none;
    margin: 0;
    padding:0
} 
#vnav li{
    display: inline-block;
    font-size: .9em;
}
#vnav li a{
    color: #ffffff;
    display: block;
    padding: .7em;
    text-decoration: none;
}
#vnav li a:hover{
    color: #6074a2;
}
#vcont{
    padding: 0;
    margin: 0;
    display: none;
}
#vcont:target{
    display: inline-block;
}
#vclose:target #vcont{
    display: none;
}
@media only screen and (max-width : 700px) {
    body{
        overflow-y: auto;
    }
    header{
        position: absolute;
    }
    #nav1{
    display:inline-block;
	width: 40px;
	height: 40px;
	background: #131418 url(img/menu-icon.png) center;
    z-index: 70;
}
/*mobile nav styling*/
#nav{
    position: absolute;
    top: .5em;
    right: 0;
    padding: .8em;
    font-family: 'Raleway', sans-serif;
    font-size: .9em;
    text-align: center;
}
    .nav li{
    display: block;
}
.nav li a{
    display: block;
    padding: .7em;
    text-decoration: none;
    color:  #95969D
}
.nav li a:hover{
    color: #647AFF;
}
/*mobile nav background fade*/
#fade{
    position: fixed;
    left: 0;
    top: 0;
    background-color: #131418;
    opacity: .4;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 999;
}
/*background fade when mnav is open*/
#nav:target #fade{
    display: block;
}
.nav{
    display: none;
    position: fixed;
    background: #131418;
    padding-top: 2.5em;
    right: 0;
    top: 0em;
    width: 70vw;
    height: 100vh;
    z-index: 1000;
}
#nav:target .nav{
    display: inline-block;
}
#nav1:target .nav{
    display: none;
}
.dropcont{
    display: none;
    position: relative;
}
.dropcont li a{
    color: #95969D;
    width: 100%;
    background-color: #0D0F1E; 
}
.dropdown:hover .dropcont{
    display: block;
}
#close{
    display: block;
    position: absolute;
    top:0;
    right: 0;
    padding: .2em;
    font-size: 1.2em;
} 
    .img{
        position: relative;
        top: 5em;
        left: 0;
        width: 80%;
        height: 30%;
    }
    .imgs div{
        height: 12em;
    }
    .cwrap{
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    #box{
        position: relative;
        float: left;
        margin-top: 2em;
        width: 100%;
        overflow-y: visible;
        padding-top: 0;
    } 
    .text{
        margin: 0;
        padding: .5em;
    }
    .title{
        margin-top: .2em;
    }
}