.logo {
    width: 160px;
    max-height:90px;
}
nav{
    z-index: 1000;
}
.ui-menu{
    z-index: 2000;
    position:fixed;
}
.wrap{
    position:relative;
    background-color: black;
    height: 25vw;
    overflow: hidden;
}
.wrap img{
    width:100%;
    top:-300px;
    display:block;
    position:relative;
}
.wrap2{
    position:relative;
    background-color: rgb(207, 0, 0);
    height: 10vw;
    overflow: hidden;
}
.wrap2 img{
    width:100%;
    top:-1000px;
    display:block;
    position:relative;
}
.text{
    position:absolute;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,.6);
    text-align:center;
}
.text:after{
    content:'';
    width:1px; height:100%;
    vertical-align:middle;
    display:inline-block;
}
.text span{
    display:inline-block;
    vertical-align:middle;
}
.anchors{
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}
.bio{
    /* width:20vw;
    height:15vw; */
    width:385px;
    height:288px;
    overflow: hidden;
}
.seal{
    width:40px;
    height:40px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    }