html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    float: left;
}

@font-face {
    font-family: PatuaOne;
    src: url(../fonts/PatuaOne-Regular.otf);
}

#wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
    margin-top:-150px;
    padding-top:150px;
}

.footer{
    margin-top: 30px;
    background-color: #403f41;
    margin-bottom: 20px;
}
/********************************/
/**********Columns&Rows**********/
/********************************/

/********************************/
/**************Divs**************/
/********************************/

#header{
    width: 100%;
    height: 70px;
    background-color: #fff;
    text-align: center;
}

#logo{
    height: 50px;
    margin-top: 10px;
}

.headbackground{
    width: 100%;
    height: 550px;
    background-image: url(../images/background.png);
    background-position: center;
    background-size: cover;

}

.headcontainer{
    margin: 0 auto;
    width: 65%;
    height: 100%;
}

.divide{
    width: 100%;
    height: 430px;

}

.headbar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.8);
}

.languages {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    text-align: right;
}

.content{
    margin: 10px auto;
    width: 65%;
}

.content-bot{
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: cover;
}

#happenings{
    background-image: url(../images/happenings.png)
}

#events{
    background-image: url(../images/events.png)
}

#special{
    background-image: url(../images/specials.png)
}

.footerdiv{
    margin-bottom: 30px;
}
/********************************/
/***********Other Pages**********/
/********************************/


.otherheadbar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.8);
}

.disdivide{
    width: 100%;
    height: 140px;
}

.img-werk{
    width: 100%;
    margin-top: 12px;
    margin-bottom: 60px;
}

.cont-ref{
    margin-top: 20px;
    background-color: #dedede;
}

.img-ref{
    width: 100%;
}

.txt-ref{
    margin: 4px 15px;
}

/********************************/
/**************Menu**************/
/********************************/

#nav{
    margin: auto;
    width: 95%;
    height: 50px;
}

ul{
    width: 100%;
    list-style: none;
    line-height: 50px;
    padding: 0;
    text-align: center;
}

li{
    display: inline-flex;
    margin-left: 13px;
    margin-right: 13px;
}

#but-menu{
    display: none;
    margin: auto;
    margin-top: 17px;
    width: 35px;
    height: 35px;
    background-image: url(../images/but-menu.png);
    background-position: center;
    background-size: cover;
}

/********************************/
/**************Heads*************/
/********************************/

h1{
    margin: auto;
    line-height: 50px;
    font-family: PatuaOne;
    color: #fff;
}

.content h1 {
    font-size: 18px;
    line-height: 25px;
    color: #1d131a;
}

h3{
    line-height: 40px;
    font-family: PatuaOne;
    color: #fff;
}

.content .txt a {
    color: #1d131a;
}

/********************************/
/************Paragraphs**********/
/********************************/

p{
    font-size: 13px;
}

p1{
    font-size: 12px;
    color: #fff;
}

p2{
    color: #fff;
}

p3{
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    color: #403f41;
}

li:hover p2{
    color: #e52322;
}

a{
    color: #fff;
}

a:hover{
    color: #fff;
    cursor: pointer;
}

.content ul {
    list-style: square;
    line-height: 20px;
    
}

.content ul li {
    display: list-item;
    width: 100%;
    position: relative;
    clear: both;
    text-align: left;
    font-size: 13px;
}

#nav a:hover {
    text-decoration: none;
}

.sitemap a {
    color: #000000;
}

/********************************/
/**************Buttons***********/
/********************************/

.but:hover{
    cursor: pointer;
}

.but-colored{
    margin: auto;
    margin-bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
}

/********************************/
/**************Sliders***********/
/********************************/

/********************************/
/***********Mobile Divs**********/
/********************************/

/********************************/
/***********Mobile Menu**********/
/********************************/

.invis{
    display: none;
}

.cont-ref img {
    max-width: 100%;
}

.gallery_thumb a {
    color: #1d131a;
}

img.target {
position: fixed;
top: 50%;
margin-top: -76px;
right: 0px;
}

.news_item h2 {
    font-size: 17px;
}

.news_item a {
    color: #000000;
}

.news_item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000000;
}

@media only screen and (max-width : 1199px) {  
    
}




@media only screen and (max-width: 991px) {
    
    .headbackground{
        height: 400px;
    }
    .headcontainer{
        width: 80%;
    }
    
    .divide{
        height: 150px;
    }
    .but-colored{
        width: 175px;
    }
    .headbar{
        top: 190px;
        bottom: auto;
        height: 210px;
    }
    .content{
        width: 80%;
    }
    
    .disdivide{
        height: 18px;
    }
    
    .otherheadbar{
        top: 0;
        width: 100%;
        height: 260px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
}




@media only screen and (max-width: 767px) {

    .content-bot{
        margin-bottom: 50px;
    }
    .footer{
        text-align: center;
    }
    
    

    .headbar{
        top: 190px;
        bottom: auto;
        height: 210px;
    }

    
    
    #nav{
        margin: auto;
        width: 95%;
        height: auto;
    }

    ul{
        margin: auto;
        margin-top: 7px;
        width: 175px;
        line-height: 40px;
    }

    li{
        display: table;
        width: 150px;
        margin: auto;
        border-bottom: solid 1px black;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    #but-menu{
        display: block;
    }
    
}