html,body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

header{
    width: 100%;
    height: 100px;
    background: url("assets/img/header.jpg") no-repeat;
    background-size:cover;
    position: fixed;
}
#postContent iframe,
#pageContent iframe,
#postContent img,
#pageContent img {
    max-width: 100% !important;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.nav{
    float: right;
}
.navbar{
    background: rgba(100,150,200,0.75);
    min-height: 100px;
    border: 0;
    padding-left: 0;
    display: block;
}
.navbar ul{
    margin-left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
    padding-left: 20px;
}
.navbar .container{
    margin: 0;
    padding-left: 0;
    width: 100%;
}

.navbar li a{
    color: white!important;

}

.left{
    position: absolute;
    left:0;
    width: 50%;
    height: 100%;
    background: url("assets/img/wood.jpg") no-repeat;
    background-size:cover;
}
.right{
    position: absolute;
    right:0;
    width: 50%;
    height: 100%;
    padding-left: 20px;
    text-align: center;
}

#logo{
    position: relative;
    margin-left: auto;
    top:35%;
    margin-right: 0;
    background: url("assets/img/logo2.png") no-repeat;
    background-size:contain;
    height: 135px;
    width: 405px;
    clear: both;
}
#logo2{
    position: relative;
    background-size:contain;
    top:0;
    left:30%;
    margin-right: 65px;
    background: url("assets/img/logo2.png") no-repeat;
    background-size:contain;
    height: 125px;
    width: 250px;
    clear: both;
}

.page{
    cursor: pointer;
}

li .page:hover,
li .contact:hover{
    background: rgba(100,150,200,1)!important;
}

#backgroundImage{
    position: relative;
    clear: both;
    height: 30%;
    width: 100%;
    margin-right: 60%;
    background: url("assets/img/1.jpg") no-repeat;
    background-size: contain;
    float: left;
    display: block;
}
#pageContent{
    position: relative;
    overflow-y: scroll;
    overflow-x:hidden;
    display: inline-block;
    margin-right: 10px;
    font-size: 1em;
    top: 0;
    width: 95%;
}
#squares{
    margin-top: 20px;
    float: left;
    display: inline-block;
    clear: both;
}
#content{
    padding-right: 20px;
}

h1 {
    top:315px;
    color: rgb(0,122,161);
    font-size: 1.5em !important;
    text-align: left;
    clear: right;
    width: 100%;
    display: block;
    padding-left: 10px;
}

h2 {
    top:315px;
    color: rgb(0,122,161);
    font-size: 1.3em !important;
    text-align: left;
    clear: both;
    width: 100%;
    display: block;
    padding-top: 30px;
    margin-bottom: 10px;
}

#postTitle:first-child {
    padding-top:0;
}

h3 {
    color: rgb(0,122,161);
    font-size: 1.0em !important;
    text-align: left;
    clear: both;
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 20px;
}

#editPage{
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 22px;
    padding-bottom: 22px;
}

#logout{
    display: block;
    position: absolute;
    top:0;
    right: 70px;
    z-index: 1;
    padding: 5px;

}
#langs{
    margin-left: 25%;
    display: inline-block;
    padding-top:10px;
}
#langs,
#langs a{
    color: #ffffff!important;
    width: 70px;
    height: 50px;
    text-align: left;
}
.contactForm{
    display: block;
    float: left!important;
    width: 100%;
    left: 0;

}
.control-label{
    width: 205px;
}
.control-label,
.form-control {
    text-align: left!important;

}


#message{
    height: 300px;
    margin-bottom: 20px;
}
#map{
    display: inline-block;
    clear: both;
}

#captcha{
    height:4em;
    width: 10em;
    display: block;
    clear: both;
    border: 1px solid black;
    position: relative;

}

#captcha_code{
    width:75px!important;
}

#captcha_refresh{
    margin-bottom: 15px;
}

.menu-item{
    display: inline-block;
    position:relative;
    text-align:left;
}

.menu-item a{
    display:block;
}

.ui-state-highlight {
    height:200px;
    line-height: 200px;
}

#editPost{
    text-align: left;
    padding-left: 0;
    clear: both;
}

#editPage{
    padding-left: 10px;
}

#postImage{
    clear:both;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}

#languages{
    position: absolute;
    top : 5px;
    right: 5px;
    z-index: 1;
    display: block;
    width: 100px;
    height: 200px;
}


#languages img{
    height: 14px;
    width: 20px;
}

#languages ul{
    list-style-type: none !important;
    width: 100%;
    height: 100%;
}

#languages li {
    display: inline-block;
    position: relative;
    float: left;
    padding-left: 5px;
}

.swiper {
    width: 100%;
    /*height:100%;*/
    height:25em;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    height: 85%;
    width: 100%;
    object-fit: contain;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}