html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body{font-family: 'Ubuntu', sans-serif;}
h1{font-family: 'Ubuntu', sans-serif; font-size: 106px; font-weight: 400; color: #f15c59;}
h1, h2, h3, h4{ text-transform: uppercase;}
h2{font-size: 61px;}
hr{max-width: 150px; border-color: #000;}
p{ }
.afstand{padding: 1em 0;}
.img_hide{display: none;}
/*------ nav ----*/
.navbar-default .navbar-brand { height: 60px; color: #f15c59; text-transform: uppercase;}
.navbar-default .navbar-brand span{ color: #000; font-weight: 300;}
.navbar-default .navbar-brand img{float: left; width: 190px;}
.navbar-container {padding: 30px 0 30px 0;}
.navbar.navbar-fixed-top.fixed-theme { background-color: #fff;}
.navbar-brand.fixed-theme img{
    width: 135px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.navbar-container.fixed-theme {padding: 0;}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.navbar-default{
  background: rgba(255, 255, 255, 1);
  padding: 5px;
  border: none;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
  -ms-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
  -o-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75); 
}
.navbar-default .navbar-nav > li > a{ letter-spacing: 1px; text-align: center; text-transform: uppercase; font-weight: 700; }
.navbar-default .navbar-nav > li > a:hover{
    color: #f15c59;
     transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{background: none; color: #f15c59; border: none;}
.navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover{background: none; color: #f15c59; border: none;}
.navbar-default .navbar-nav > li > a:focus{color: #777;}
.dropdown-menu > li > a{color: #f15c59; background: #fff; }
.dropdown-menu > li > a:hover{color: #f15c59; background: none;}
/*------ /nav END ----*/
/*------ header ----*/
.img-header {
    background: #1a1a1a url("../img/header.jpg") no-repeat fixed center top;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    padding: 20% 0 ;
}
.text-cap{text-align: center;}
.text-cap h1{text-align: center; font-size: 44px; color: #f15c59; text-transform: capitalize; letter-spacing: 3px; text-transform: uppercase; font-weight: 700;}
.text-cap span{font-weight: 300; color: #000;}
/*------ /header END ----*/
/*--- about ---*/
.about{padding: 5% 0;}
.about h2{font-weight: 700;}
.about h2 span{font-weight: 300; font-size: 40px;}
.about p{font-size: 18px; color: #777; line-height: 23px; text-align: center;}
.about a{color: #f15c59;}
.about a:hover{color: #000; text-decoration: none;}
/*--- /about END ---*/
/*---- gallery ----*/
.gallery .hovereffect:before  {
  background: rgba(240, 227, 209, 0.4) url("../img/body_bg.png") repeat scroll center top;
   content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.gallery .hovereffect:hover:before{
  z-index: -1;
}
.gallery .col-lg-3{padding-left: 0; padding-right: 0; height: 350px;}
.gallery .hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}
.gallery .hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.gallery .hovereffect img {

display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.gallery .hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:15px;
}
.gallery .hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
font-size: 20px;
font-weight: 700;
border: none;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
/*margin:50px 0 0;
padding:17px 14px;*/
/*padding-top: 16%;*/
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100vh;
}
.gallery .hovereffect a.info:hover {box-shadow:0 0 5px #fff;}
.gallery .hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.gallery .hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}
.gallery .hovereffect:hover h2,.gallery .hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}
.gallery .hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
/*---- /gallery END -----------*/
/*---- facebook_icon ----*/
.facebook_icon{background: #1a1a1a ; padding: 5px;}
.facebook_icon .ico{font-size: 60px; text-align: center; margin: 0 auto; color: #fff;}
.facebook_icon .ico:hover{
    color: #f15c59;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
/*--- /facebook_icon END -----*/
/*------- map ------*/
/*
#map{height: 500px;}
.map{height: 500px;}
.map p{color: #000;}
*/
/*------- /map END ------*/
/*------- contact ------*/
.contact{
    background: #fff url("../img/contact_bg.jpg") no-repeat fixed center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 6% 0;
    color: #fff;
}
.contact h2{text-align: center; font-weight: 700;}
.geg h3{text-align: center;}
.geg .row{padding: 20px 0; text-align: center;}
.geg .brd{border-bottom: 1px solid #999; border-top: 1px solid #999;}
.geg h5{font-size: 22px; text-transform: uppercase;}
.geg p{}
.geg a{ color: #f15c59;}
.geg a:hover{color: #fff; text-decoration: none;}
.geg .fa{color: #f15c59;}
.contact-form{text-align: center;}
.more-btn{padding: 10px 45px; background: #f15c59; color: #fff; border: 1px #f15c59 solid; text-transform: uppercase; letter-spacing: 2px;}
.more-btn:hover{
    background: none;
    color: #f15c59;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
/*------- /contact END ------*/
footer{    
    background: #fff;   
    border: none;
}
footer p{
    padding: 15px 0;
    text-align: center;
    text-transform:  uppercase;
  }
footer p span{color: #f15c59;}
/*----- Back-to-top ---*/
.scrollToTop{
    display: none;
    position: fixed;
    bottom: 100px;
    right: 40px;
}
.scrollToTop .ico{font-size: 48px; color: #b30000; opacity: 0.6; }
.scrollToTop .ico:hover{opacity: 1;}
/*----- /Back-to-top END ---*/
/*------- @media's ------*/
@media(max-width: 1100px){
  .img-header, .contact {background-attachment: scroll;}
}
@media (max-width: 768px){
    body{margin-top: 50px;}
    .img-header {padding: 30% 0; }
    .text-cap h1{ font-size: 26px; }
    .scrollToTop{
        bottom: 15px;
        right: 15px;
    }
    .scrollToTop .ico{font-size: 36px;}
}