/* Universal */
@font-face {
  font-family: BEORNHEARD;
  src: url(../BEORNHEARD.ttf);
}
body{
  font-family: 'Poppins', sans-serif;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.book-text a{
  font-size: 36px; 
  font-weight: 700;
  line-height: 60px;
  font-family: 'BEORNHEARD', sans-serif;
  text-decoration: ;
  color: black!important
}
.text-center{
  text-align: center;
}
img{
  max-width: 100%;
}
video{
    max-width: 100%;
    height: 600px;
  }
h1{
  font-family: 'BEORNHEARD', sans-serif;
  font-size: 80px;
}
h2{
  font-size: 90px;
  line-height: 120px;
  font-weight: 700;
  font-family: 'BEORNHEARD', sans-serif;
}
h3{
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'BEORNHEARD', sans-serif;
}
p{
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
}
b{
  font-weight: 800;
}
.lg-text{
  font-size: 40px; 
  font-weight: 700;
  line-height: 60px
}
.small-print{
  font-size: 12px;
}
ul li{
  list-style-type: none;
  line-height: 30px;
  font-weight: 200;
  font-size: 20px;
}
.dazy-prod-logo{
  height: 100px;
}
.social-icon{
  font-size: 80px!important;
}
.slide-banner a{
  text-decoration: none;
  color: white;
  padding: 0 30px;
}
.home-slide{
  width: 100%;
  min-height: 100vh;
  overflow-y: scroll;
}
.home-start p{
  font-size: 40px;
  font-style: italic;
  font-family: 'Grenze', serif;
  font-weight: 300;
  text-align: center;
}
.slides{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  background-position: center center;
}
.slide-banner{
  background-color: #000;
}
.slide-banner h1{
  color: white;
}
.inline{
  display: flex;
  align-items: center;
}
.slide-intro{
  text-align: center;
  background-color: #fcba03
}
.img-border{
  border: solid #000 15px;
  border-top-left-radius: 60px;
}

/* Navbar */
.nav-link{
  color: white!important;
  
}
.navbar{
  padding: 20px 0;
  background: #000!important;
  font-family: 'BEORNHEARD', sans-serif;
}
.navbar-brand img{
  height: 100px;
}
.navbar-light .navbar-toggler{
  color: white!important;
  border: solid 0px #222;
}
.offcanvas{
  background-color: #111;
  padding: 40px 0 0 50px;
}
footer{
  background-color: #000;
  color: white;
  padding: 100px 0;
}
.socials-footer i{
  color: white;
  background-color: #363636;
  padding: 15px; 
  border-radius: 10px;
  margin-right: 10px;
}
.copyright{
  background-color: #000;
  color: white;
}
.copyright a{
  color: white;
}
.about-top{
  background-color: #fcba03;
  color: #111;
  padding: 150px 0;
  
}
.about-btm{
  background-color: #111;
  color: white;
  padding: 50px 0;
}
.banner-btn{
  padding: 20px 30px!important;
  border-radius: 50px;
  background-color: #fcba03;
  color: black;
  text-decoration: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 800;
  border: solid black 5px;
}
.banner-btn:hover{
  background-color: white;
  color: black;
  border: solid black 5px;
}
.btn-center{
  text-align: center;
  margin: 100px 0;
}
.half-slide{
  height: 500px!important;
  display: flex;
  align-items: center;
}
.social-banner{
  background-color: black
}
.social-banner a{
  text-decoration: none;
  color: white;
  padding: 0 20px;
}
.slide-white{
  text-align: center;
  background-image: url(../images/follow.jpeg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
  color: white;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}
.slide-white h2{
  padding-bottom: 40px;
}
.slide-contact{
	background-color: black;
	color: white;
}
.slide-contact .form-group{
	margin: 20px 0;
}
.example-image{
	border: solid 10px black;
	margin: 10px 0;
}
@media only screen and (max-width: 1000px){
  body{
    text-align: center;
  }
  .home-h1{
    font-size: 110px;
  }
  video{
    max-width: 100%;
  }
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 30px;
    line-height: 80px;
    font-weight: 700;
    font-family: 'Grenze', serif;
  }
  .lg-text{
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Grenze', serif;
  }
  .btn-primary{
    font-size: 14px;
  }
  .navbar{
    padding: 10px 0;
  }
  .navbar-brand img{
    height: 50px;
  }
  .offcanvas{
    background-color: #111;
    padding: 100px 0 0 10px;
  }
  video{
    height: 300px;
  }
  .slide-white p{
    font-size: 14px;
    margin: 30px 0!important;
  }
}
