/* --------------------------------

Primary style

-------------------------------- */


html {
  margin: 0px;
  padding: 0px;
/*    background: url('https://media.giphy.com/media/9fuvOqZ8tbZOU/giphy.gif') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.appreciation {
  position: absolute;
    top:97%;
    left:1%;
}


body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
 background-color: rgba(34,37,38,1);
}

a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: crosshair;
}

/* --------------------------------

Main Components

-------------------------------- */
.frame{
  width: 100%;
  height:100%;
  border: none;
  position:absolute;
  top: 0; left: 0;
  opacity: 0.5;
}
.wrapper {
  text-align: center;
  vertical-align: middle;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo {
  fill: #fff;
  width: 208px;
  height: 41px;
  margin: auto;
  display: block;
}

#noahlogosvg {
}

.logo:hover > body{
background: url('https://media.giphy.com/media/9fuvOqZ8tbZOU/giphy.gif') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-color: red;

}

.bodytext {
  margin: 32px auto 32px auto;
}

.button {
  display: inline-block;
  width: auto;
  padding: 16px 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: all 0.15s ease;
}

.linktext {
  margin: 16px auto 0px auto;
}

.bg {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .25s;
  pointer-events: none;
}

a:hover.button {
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 14px 18px;
  margin:2px 0px;
  transition: all 0.25s ease;
}

.linktext a:hover {
  color: rgba(255,255,255,0.85);
  transition: all 0.25s ease;
}
