/* Generated by less 2.5.1 */
body,
html {
  font-size: 1.8vh !important;
  font-family: 'Black Ops One', cursive;
}
h2,
p {
  font-family: 'Black Ops One', cursive;
}
body {
  min-height: 100vh;
  background-color: #000000;
  background-image: url(../img/bg.jpg);

}
header {
  background-color: #000000;
  background-image: url(../img/bg.jpg);
}
header h1 {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 38rem;
  margin: 0px;
  background-image: url(../img/hillbilly_logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 30rem;
}

#descr {
  /*padding: 1rem 0 1.5rem;*/
  text-align: center;
}
#descr div * {
  margin: 0.5rem 0 0 0;
  line-height: 1.3;
}

#descr h2, #descr a, #descr p {
  font-size: 1.5rem;
  color: #D25A03;
}

#social {
  padding: 2rem 0 1.5rem;
  text-align: center;
}

#social h2
  font-size: 1.8rem;
  color: #D25A03;
}


footer {
  padding-top: 1.5rem;
}


.socbutton{
  width: 3.75rem;
  text-align: center;
  margin: 0 auto 15px;
}


#soc_fb{
  height: 3.75rem;
  background-image: url(../img/fb_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3.75rem;
  display: block;
  text-indent: -9999px;
}

#soc_in{
  height: 3.75rem;
  background-image: url(../img/insta_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3.75rem;
  display: block;
  text-indent: -9999px;
}

#soc_yn{
  height: 3.75rem;
  background-image: url(../img/zen_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3.75rem;
  display: block;
  text-indent: -9999px;
}

#soc_ytb{
  height: 3.75rem;
  background-image: url(../img/yt_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3.75rem;
  display: block;
  text-indent: -9999px;
}

.socbutton a:hover {
  background-color:  #D25A03;
  transition: all 0.3s ease-in-out 0s;
}

.center{
  text-align: center;
}

.reveal-modal{
  background: black;
  border: 1px solid black;
  text-align: center;

}

.reveal-modal h2{
  color: #D25A03;
  padding-bottom: 2rem;
}

#descr a:hover{
  color: #617638;
}




