body{
  font-family: verdana,arial,sans-serif;
  background-color: #fff;
  line-height: 1.6em;
  margin:0
  padding:0
  }

.item img{
  width: 100%
}
.navbar{
    margin-bottom:0;
    border-radius:0;
  }
/*showcase*/
.showcase{
  background-image: url('../img/saaone_1.jpg');
  background-repeat: no-repeat;
  background-position:left;
  background-size: cover;
  height: 600px;
}
.logo{
  height: 300px;
  }
.row-max{
  padding-top:300px;
  /*margin-top: 100px;*/
  }
.myLogo{
position: relative;
  /*z-index: -1 !important;*/
}
/*#myCarousel{

}*/
.rel{
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  z-index: 1;
}

/*info container*/
.info{
  padding-top:30px;
}
.info-left{
padding-top:100px;
}
.title-img img{
  width: 100%;
}
/*diensten container*/
.dienstbg{
  margin-top: 40px;
  background-color: #ddd;
  color:#000;
  padding-bottom:20px;
}
#diensten .moon{
  font-size:100px;
  color:#000;
  align-items: center;
  }
/*formulier*/
#contact-form{
  margin-top:40px;
}
.error{
  color:#f40606;
  font-style: italic;
  font-weight: bold;
}
.success{
  color:#069418;
  font-style: italic;
  font-weight: bold;
}
/*adress*/
#contact-gegevens{
  text-align: center;
}
address h5{
  padding:0;
  margin:0 0;
  line-height: 2.0em;
}
.mobile{
  visibility:hidden;
}
/*footer*/

footer{
margin-top:10px;
  padding:10px;
  text-align:center;
}
/*flexbox css*/
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.center-sm {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.center-md {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.center-lg {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}





@media screen and (max-width: 990px){
   .info-left{
    padding-top:20px;
  }
}
@media screen and (max-width: 560px){
  .showcase{
    height:400px;
  }
  .fs{
    visibility:hidden;
  }
  .mobile{
    visibility: visible;
    text-align: center;
    font-size: 100px;

  }
  .mobile a{
    color:#181818;
  }
  .mobile p{
    font-size: 14px;
  }
}
}
