
#leftCntr{
    position: relative;
    top: 0;
    width: 100%;
    height: 200px;
    text-align: center;
    box-shadow:0 4px 0 0  #d71635;
    z-index:2;
    background-color: white;
}

.bg-overlay{
    margin-top: -10px;
    height: 61%;
}

#fullpage{
    position: absolute;
    margin:19% 0 0 0;
    width: 100%;
}

#content{
    left: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.home{
    margin: 50px 50px 0 0;
}

.home img{
    width: 50%;
}

.overlay{
    height: 93%;
    width: 50%;
    left: 60px;
}

#logo{
    margin-top: 30px ;
}


#hamburger {
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    width: 25px;
    left: 15px;
    top: 10px;
}

#hamburger-close{
    left: -133px;
    position: relative;
    top: -22px;
    display: none;
}

#hamburger-close img{
    width: 35px;
}
/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #d71635;
    border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}

.mobileNav{
    margin:0;
}


nav {
    display: none;
    background-color: #ffffff;
    left: 0;
    top: 0;
    position: fixed;
    width: 50%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x:hidden;
    overflow-y:auto ;
    z-index: 10;
    box-shadow:3px 0 0 0 #d71635;
}

nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav li {
    position: relative;
    width: 100%;
    padding: 10px 0;
}
nav li a {
    text-decoration: none;
    width: 100%;
}
#section0 { margin-bottom: 4%;}
.active-moreInfo { margin-top: 0 !important;}
.active-bg{height: 80.5%;}


/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    z-index:2;
    min-height: 1062px;
}

footer{
    display: none;
    left: 0;
    bottom: 0;
    height: 55px;
    background-color: black;
}

textarea{
    margin: 2px 7px 0 0!important;
}

.contactTxt input{
    margin-right: 5px!important;
    margin-top: 1px!important;
}
.contactTxt input[type="submit"]{
    margin: -35px 10px 0 0!important;
    width: 50%!important;
    -webkit-appearance: none;
}

form input[type="submit"]{
    -webkit-appearance: none;
}
@media only screen and (max-width: 1253px)  {

    .overview {margin-left:0;}
}
@media only screen and (max-width: 875px)  {
    .infoBlock{
        width: 50%;
        display: block;
    }
}
@media screen and (max-device-width: 768px) and (max-device-height: 1024px) {
    body{
        background-attachment: fixed!important;
    }

    .infoBlockTxt{padding: 20px 10px 0 10px!important; margin-top: 20px; min-height: 0!important;}

    #hamburger-close{
        left: -300px;
        position: relative;
        top: 0;
        display: none;
    }
}
