html, body{
  background-color: #111111;
  position: relative;
  width:100%;
  height:100%;
  padding:0px;
  margin: 0px;
}
*{
  /* font-family: 'Monda', sans-serif; */
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}
h1,h2,h3{
  color:white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  /* line-height: 24px; */
}
a{
  text-transform: uppercase;
  color:white;
  font-size: 12px;
}
h3 a{
  text-decoration: none;
  color:white;
  padding:2px 10px;
  border:solid 1px white;
}
h3 a:hover{

  color:#222;
  background-color: white;

}
#backing{
  background-image: url('../images/dark2.jpg');
  /* background-position: center; */
  background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 width:100%;
 height:100%;
 position: absolute;
 top:0px;
 left:0px;
 opacity: .5;
}
#logo{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  padding:20px;
  /* border:solid 4px white; */
  opacity: .7;

}
#logo img{
  width: 100%;
  height: 100%;
}
#logo h4{
  padding:0px;
  margin:0px;
  font-size: 24px;
  color:#ffffff;
}

.center {
    position: absolute;
    top: 46%;
    left: 50%;
    text-align: center;
    -moz-transform: translateX(-50%) translateY(-46%);
    -webkit-transform: translateX(-50%) translateY(-46%);
    transform: translateX(-50%) translateY(-46%);
}
#centergraphic{
  position: relative;
  max-width: 40%;
  padding:40px;
}
#SC_link{
  width: 100%;
}
#SC_link a img{
  width: 100%;
}
#social{
  position: absolute;
  padding:20px;
  bottom: 50px;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  text-align: center;
  width: 90%;
}
#social h3{
  text-align: center;

}
@media screen and (min-width: 800px) {
  #social h3{
    /* float: left; */
  }
  .center {
      top: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
}

.footer{
  position: absolute;
  width: 100%;
  bottom: 0px;
  left:0px;
  text-align: center;
}
.footer p{
  width:250px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  padding:20px;
  color: white;
}
#info{
  position: absolute;
  bottom: 0px;
  max-width: 200px;
}
#info h2{
  padding:20px;
}
.blur {filter: blur(8px);}
.brightness {filter: brightness(250%);}
.contrast {filter: contrast(180%);}
.grayscale {filter: grayscale(100%);}
.huerotate {filter: hue-rotate(180deg);}
.invert {filter: invert(100%);}
.opacity {filter: opacity(50%);}
.saturate {filter: saturate(7);}
.sepia {filter: sepia(100%);}
.shadow {filter: drop-shadow(0px 30px 40px #111);}
