body {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    overflow-y:auto;
    font-family:Arial, Helvetica;
}
#header {
    z-index:2000001;
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:80px;
    line-height:80px;
    text-align:center;
}
#headerlogo{
    z-index:2000001;
    width:40%;
    height:auto;
    /*margin-left:20px;*/

}
#footer{
    z-index:2000001;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    height:50px;
}
#content{
    position:fixed;
    top:80px;
    left:0;
    right:0;
    width:100%;
    height:calc(100% - 160px);
    bottom:50px;
    z-index: 2000001;

}
#innerlogowrapper{
    z-index:2000001;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;

}
#innerlogo{
    z-index:2000001;
    display: block;
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -o-transform: translate(-50%, -50%); /* Opera */
    height:55%;
    width:auto;
}
.companydiv{
    height:50px;
    width:200px;
    border:2px solid #6B4E3E;
    position:fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    line-height:46px;
    z-index: 9999999999999999999999;
    cursor: pointer;
    border-radius: 10px;
    color:#042F40;
    background-color:rgba(242,223,167,0.4);
}
.companydiv:hover{
    font-size:20px !important;
}
.circle {
    z-index:2000000;
    position:fixed;
    border: 3px solid #F2DFA7;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
}
.circlebottom{

    position:absolute;
    width:100%;
    bottom:0;
    height:30%;
    background-color:rgba(4,47,64,0.5);
}
.circletop {
    position:absolute;
    width:100%;
    top:0;
    height:70%;
    background-color:rgba(242,223,167,0.5);
}
.dot {
    height:8px;
    width:8px;
    background-color:#CD986C;
    position:fixed;
    z-index:500000000;
    border-radius:4px;
}

a {
    text-decoration:none;
    color:#042F40;
    font-weight:bold;
}
#slides{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1;
}