/* @import url("../fonts/font-awesome.min.css"); */
/* @import url("../font/font-awesome.min.css"); */

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", serif;}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url("../img/header.jpg");
  min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("../img/siebe-zandberg.jpg");
  min-height: 500px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../img/putz.jpg");
  min-height: 350px;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* width: 80%; */
  padding: 50px;
  text-align: center;
}

.bar .button {
  background-color: none!important;
  color: rgb(34, 34, 34);
  /* padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px; */
  opacity: 1;
  transition: 0.6s;
}
.bar .button:hover {color:rgb(155, 120, 5)!important;background-color:white!important; opacity: 0.8!important;}

.wide {letter-spacing: 10px;}
.hover-opacity {cursor: pointer;}

/* read more button */
#dots {color:lightgrey;}
#more {display: none;}
.more {display: none;}
.info {color: #9a9a9a;background: none;border:none;}
.info:hover {color:rgb(70, 70, 70);}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}