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

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

.w3-display-middle img {
    max-width: 100%;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('/img/achim-dohl.webp');
  /*min-height: 100%;*/
  min-height: 80%;
}

/* Second image (Portfolio) */
.bgimg-2 {
  /*background-image: url("/w3images/parallax2.jpg");*/
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  /*background-image: url("/w3images/parallax3.jpg");*/
  min-height: 400px;
}

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

h1, .h1 {
	text-transform:uppercase;
}

.w3-bar .w3-button {
	text-transform:uppercase;
	font-size:15px;
}

.w3-button:hover {
    color: #fff!important;
    background-color: #ee6c01 !important;
}

a:hover {
	color: #ee6c01 !important;
}
footer {
	background-color:#0c0d1f;
	color:#fff;
	font-size:14px;
}

/* 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;
  }
}

a.w3-bar-item.w3-button.active {
    color: #fff;
    background-color: #ee6c01;
}

p + h2 {
    padding-top: 40px;
}

@media only screen and (max-device-width: 700px) {
  h1,.h1 {
    font-size:28px;
  }
  h2,.h2 {
    font-size:24px;
  }
}