body {
  width: 100vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(0,0,0);
    margin: 0px;
    color: white;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    overflow-x:hidden;
}

@media (min-width: 768px){
  body {
      padding-bottom: 250px;
  }
}
body > .backgrounds{
  /* margin-top: -19px; */
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #e02965;
  color: white;
}

.fa-catestar{
  height: 54px;
  width: 50px;
  background-image: url("../img/catestar.png");
  background-color: #cab896;
}

.fa-catestar > img{
  margin: 0 0 0 -50%;
}
.div{
  height: 100px;
  color: red;
  background-color: blue;
  width: 100px;
}

h1{
  font-size: 32px;
}
header{
  height: 100vh;
}

header, section {
  overflow: hidden;
}

section > .one-page{
  height: 100vh;
}
section > .one-page > .center{
  margin-top: 100px;
  margin-bottom: 100px;
}


.backgrounds .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
}
.backgrounds {
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
}

.overlay:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
}

.container{
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.center > h1{
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top{
   margin: 0;
   position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
@media only screen and (min-width:1024px){
  .box-left{
    float: left;
    width: 50%;
  }

  .box-right{
    width: 50%;
    float: left;
  }

  .box-tekst{
    margin: 0px 50px;
  }

  .box-midden-midden{

  }
}

footer ul li{
    display:inline-block;
 }

ul > li{
  padding: 0px 4px;

}

 .center-horizon {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

footer > .container{
  padding: 30px;
}

@media (min-width: 768px)
{
  footer{
    background-color: black;
    background-position: 150% -400px;
    bottom: 0;
    height: 280px;
    left: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: -10;
  }
}

@media (max-width: 767px)
{
    footer{
      z-index: -1;
      background-color: black;
  }
}


footer > .container-fluid, footer > .footer-copyright{
  padding: 40px 0px;
  display: inline-block;
}



#lastpage{
  margin-bottom: 200px;
}


.fotos_collage:hover{
  
}
