*{
  margin:0;
  padding:0;
}

body{
  margin:0;
  font-family: "Trebuchet MS", sans-serif;
  color:#fff;
  background-color:#452f1e;
}

.vollkorn-sc-regular {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-style: normal;
}

.vollkorn-sc-semibold {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  font-style: normal;
}

.vollkorn-sc-bold {
  font-family: "Vollkorn SC", serif;
  font-weight: 700;
  font-style: normal;
}

.vollkorn-sc-black {
  font-family: "Vollkorn SC", serif;
  font-weight: 900;
  font-style: normal;
}


hr{
    border: 2px dashed #8e9e9e;
}

.tenth {
    display:block;
    margin-right:auto;
    padding: 0 0 50px 90px;
    filter: drop-shadow(0px 0px 20px #fff);
    position: absolute;
    top: 98px;
    left: 28px;
}

#showcase{
  background-image:url('/assets/background.jpg');
  background-size:cover;
  background-position:center;
  height:96vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:160px 20px 1px 20px;
}

#showcase h1{
  font-size:72px;
  color:#fff;
  font-family: "Vollkorn SC", sans-serif;
  line-height:1.0;
  outline: none;
  outline-offset: 15px;
  text-shadow: 2px 2px 5px black;
}

#showcase h2{
  font-size:100px;
  color:#fff;
  font-family: "Vollkorn SC", sans-serif;
  line-height:2.0;
  text-shadow: 2px 2px 5px black;
  padding: 20px;
}

#showcase h3{
  font-size:44px;
  color:#fff;
  font-family: "Vollkorn SC", sans-serif;
  line-height:3.0;
  text-shadow: 2px 2px 5px black;
}

#showcase p{
  font-size:22px;
  color:#fff;
  font-family: "Vollkorn SC", sans-serif;
  text-shadow: 2px 2px 5px black;

}

#showcase .button{
  font-size:13px;
  text-decoration:none;
  color:#ffffff;
  border:#ffffff 3px solid;
  padding:20px 30px;
  border-radius:10px;
  margin-top:30px;
  background:#8af26d;
}


#showcase .button:hover{
  background:#8af26d;
  color:#fff;
}

#showcase .arrow {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
}

#showcase #demo{
  font-size:48px;
  color:#f0dc78;
  font-family: "Vollkorn SC", sans-serif;
  text-shadow: 3px 3px 7px black;
}




#section-a{
  padding:45px;
  background:#f0dc78;
  text-align:center;
  font-size:32px;
  color:#fff;
  font-family: "Vollkorn SC", sans-serif;
  text-shadow: 2px 2px 5px black;
}

#section-a .clearfix {
  padding: 10px;
}

#section-a .clearfix img{
  padding: 10px;
}

#section-a a{
  text-align:center;
  font-size:14px;
  color:#06f;
  font-family: "Vollkorn SC", sans-serif;
  text-decoration: none;
  text-shadow: none;
}




#section-cl {
  padding-top: 20px;
  padding-right: 150px;
  padding-bottom: 60px;
  padding-left: 150px;
  
  background:#f0dc78;
  text-align:center;
  font-family: "Vollkorn SC", sans-serif;
  font-size:32px;
  color:#fff;
  text-shadow: 2px 2px 5px black;
}


#section-cl li{
  text-align:left;
  font-size:18px;
  color:#000;
  font-family: "Vollkorn SC", sans-serif;
  text-shadow: none;
  text-decoration: none;
}

#section-cl .owntube p{
  text-align:left;
  font-size:18px;
  color:#666;
  font-family: "Vollkorn SC", sans-serif;
  text-shadow: none;
  text-decoration: none;
}




#section-m {
  padding: 77px;
  margin:auto;
  background:#f0dc78;
  
  text-align:left;
  font-size:16px;
  color:#000;
  font-family: "Vollkorn SC", sans-serif;
  text-decoration: none;
  text-shadow: none;
}

#section-m a{
  color:#000;
  font-family: "Vollkorn SC", sans-serif;
  text-decoration: underline;
  text-shadow: none;
}

#section-m div{
  width:800px;
  margin:auto;

}

#links{
  padding: 20px 10px 0px 20px;
  text-indent: 0.0em;
   text-align:center;

}

.headers{
  font-family: "Vollkorn SC", sans-serif;
  font-size:32px;
  color:#fff;
  text-shadow: 2px 2px 5px black;
  text-align:center;
}


#section-f{
  padding:10px;
  background:#452f1e;
  text-align:center;
  font-size:10px;
  color:#fff;
  font-family: "Vollkorn SC", sans-serif;
  text-shadow: none;
  text-decoration: none;
}

