@font-face {
    font-family: 'obibokinversed';
    src: url('fonts/obibok-inversed-1-webfont.eot');
    src: url('fonts/obibok-inversed-1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/obibok-inversed-1-webfont.woff2') format('woff2'),
         url('fonts/obibok-inversed-1-webfont.woff') format('woff'),
         url('fonts/obibok-inversed-1-webfont.ttf') format('truetype'),
         url('fonts/obibok-inversed-1-webfont.svg#obibokinversed') format('svg');
    font-weight: normal;
    font-style: normal;

}
html{
	background:#39c6d2;
}
body{
	margin:0;
	padding:0;
	min-height:100vh;
	text-align: center;
	background: url(../images/blueorangebg.jpg) repeat-x center center fixed;
	background-size: auto 100%;
	font-family: 'obibokinversed', sans-serif;
	font-size: 0.8em;
	color:#557037;
}
a{
	color:white;
	text-decoration: none;
}
#content{
  width:90vw;
  max-width:1200px;
  margin:auto;
  position: relative;
  padding:5vh 0 0 0;
  background: url(../images/leaves.png) no-repeat;
  background-size: cover;
  min-height: 100vh;
}
#contentplain{
  width:90vw;
  max-width:1200px;
  margin:auto;
  position: relative;
  padding:5vh 0 0 0;
  min-height: 100vh;
}
h1{
  margin:0;
  padding:0;
  position:absolute;
  width:40vw;
  min-width:350px;
  z-index: 1;
}
h1 img{
  width:100%;
  max-width:700px;
  height:auto;
}
#video{
  position:absolute;
  top:45vh;
  right:-5vw;
  width:20vw;
  min-width:300px;
  z-index: 0;
  cursor: pointer;
  transform: rotate(-2deg);
}
#video2{
  position:absolute;
  bottom:5vh;
  right:0;
  width:20vw;
  min-width:300px;
  z-index: 0;
  cursor: pointer;
  transform: rotate(1deg);
  z-index: 0;
}
#video3{
  position:absolute;
  top:5vh;
  right:5vw;
  width:30vw;
  min-width:460px;
  z-index: 0;
  cursor: pointer;
  transform: rotate(2deg);
}
#video a, #video2 a, #video3 a{
  display:block;
  position: relative;
  border-left: 2px solid #0d6979;
    border-bottom: 2px solid #0d6979;
    border-top: 2px solid #ace4ee;
    border-right: 2px solid #ace4ee;
}
#video a:hover, #video2 a:hover, #video3 a:hover{
  border:2px white solid;
}
#video img, #video2 img, #video3 img{
  width:100%;
  max-width:500px;
  height:auto;
  display: block;
}
#video #deets{
  position:absolute;
  z-index:10;
  top:-1em;
  left:0;
  width:100%;
  font-size: 3vh;
  line-height: 4.3em;
}
#video2 #deets{
  position:absolute;
  z-index:10;
  top:-1em;
  left:0;
  width:100%;
  font-size: 3vh;
  line-height: 4.3em;
}
#video3 #deets{
  position:absolute;
  z-index:10;
  top:-2em;
  left:0;
  width:100%;
  font-size: 5vh;
  line-height: 5em;
}
#album{
  margin:35vh auto 0;
  padding:2.4vw 2vw;
  color:#284098;
  font-size: 2em;
  background:url(../images/yellowbg.jpg);
	border-left:2px solid #a2482b;
	border-bottom:2px solid #a2482b;
	border-top:2px solid #e69e67;
	border-right:2px solid #e69e67;
  overflow: hidden;
 transform: rotate(-2deg);
 width:60%;
 min-width:500px;
}

#album img{
  width:40%;
  max-width:400px;
  float:left;
  margin:5vh 1vw 5vh 0;
}
#album a{
  color:black;
  transform: rotate(2deg);
  display: inline-block;
  border:2px solid black;
  padding:5px;
}
#album a:hover{
  border:2px solid #fff;
}
h2, h3{
  font-weight: normal;
  margin:0;
  padding:0;
}
h2{
  font-size: 2em;
  margin-top:2vh;
}
h3{
  color: white;
  transform: rotate(-2deg);
  margin:2.5vh 0;
}
#socials{
  list-style: none;
  margin:0;
  padding:0vh;
  font-size: 1.5em;
  transform: rotate(2deg);
  position: absolute;
  bottom:8vh;
  left:0;
  xmargin-left: -300px;
}
#socials li{
  display:inline-block;
}
#socials li a{
  background:url(../images/btnbg.jpg);
	border-left:2px solid #a2482b;
	border-bottom:2px solid #a2482b;
	border-top:2px solid #e69e67;
	border-right:2px solid #e69e67;
  padding:5px;
}
#socials li a:hover{
  border:2px solid white;
}
#list, #navigation{
  display:none;
  position: fixed;
  top:0;
  left:0;
  width:100vw;
  height: 100vh;
  background: url(../images/blueorangebg.jpg) repeat-x center center fixed;
	background-size: auto 100%;
}
#list h2{
  padding-top:30vh;
}
#listclose{
  font-size: 2em;
  border:2px solid black;
  padding:0 5px 5px 5px;
  color: black;
}
#listclose:hover, #openlistmain:hover{
  border:2px solid white;
}
#openlistmain{
  background:url(../images/btnbg.jpg);
	border-left:2px solid #a2482b;
	border-bottom:2px solid #a2482b;
	border-top:2px solid #e69e67;
	border-right:2px solid #e69e67;
  padding:5px;
  font-size: 2em;
  width:150px;
  position:absolute;
  bottom:20vh;
  left:0;
  transform: rotate(2deg);
}
#menubtn, #menuclose{
  background:url(../images/btnbg.jpg);
	border-left:2px solid #a2482b;
	border-bottom:2px solid #a2482b;
	border-top:2px solid #e69e67;
	border-right:2px solid #e69e67;
  padding:5px 10px;
  font-size: 2em;
  position: absolute;
  top:0;
  right:0;
  font-size: 3em;
}
#menubtn:hover, #menuclose:hover{
  border:2px solid #fff;
}
#navigation p{
  font-size: 5em;
}
#navigation a:hover{
  color:#284098;
}
#innercontent{
  margin:35vh auto 0;
  padding:0 2vw;
  color:#284098;
  font-size: 2em;
  background:url(../images/yellowbg.jpg);
	border-left:2px solid #a2482b;
	border-bottom:2px solid #a2482b;
	border-top:2px solid #e69e67;
	border-right:2px solid #e69e67;
  overflow: hidden;
 transform: rotate(-2deg);
 width:60%;
 min-width:500px;
}
.song{
  color:black;
  padding-bottom: 7vh;
}
#song1{
  margin-top:25vh;
}
.credits{
  color:white;
  padding-top:5vh;
}




@media screen and (max-height: 650px) {
      #navigation p{margin-top:0px; font-size:4em;
}
    
}



@media (max-width : 945px) {
  #album, #innercontent{
    width:90%;
  }
}
@media (max-width : 720px) {
  #video{
    min-width:360px;
  }
}
@media (max-width : 650px) {

  #video, #video2, #video3{
    position:relative;
    top:0;
    right:0;
    width:90vw;
    min-width:20px;
    z-index: 0;
    cursor: pointer;
    transform: rotate(2deg);
    xpadding-top:30vh;
  }
  #video3{
    margin-top:30vh;
  }
  #album{
    margin:0vh auto 0;
    padding:0 2vw 2vh;
    color:#284098;
    font-size: 2em;
    background:url(../images/yellowbg.jpg);
  	border-left:2px solid #a2482b;
  	border-bottom:2px solid #a2482b;
  	border-top:2px solid #e69e67;
  	border-right:2px solid #e69e67;
    overflow: hidden;
   transform: rotate(-2deg);
   width:85vw;
   min-width:100px;
  }
  #innercontent{
    min-width:100px;
  }
  #album img{
    width:100%;
  }
  h2{
    margin-top:0vh;
  }
  #socials{
    position: relative;
    margin:15vh auto 0;
    left:0;
  }
  #openlistmain{
    position:relative;
    width:100%;
    bottom:0;
  }
  #navigation p{
    padding-top:20vh;
    font-size: 3em;
      
  }
}
