*{margin: 0; padding: 0;}

footer{
  width:100%;
  text-align: center;
  padding: 20px 0;
  background-color: #333333;
  color:white;
}

body{
    background-color: white;
}

/*HEADER*/
#header {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  background-image: url('../images/discobear8-dark.jpg');
  background-repeat: no-repeat;
  background-origin: bottom;
  background-size: 100%;
}

.centerHeader{
  z-index: 10;
  position: absolute;
  text-align: center;
  top: 70px;
  width:100%;
  height:100%;
  left:0;
  margin: 0 auto;
  /*margin: 10%;*/
  /*top:40px;*/
  padding: 4% 0 4% 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 16px;

}
.centerHeader img{
  width:75%;

}
.centerBtn{
  text-align: center;
  padding-top: 20px;

}
.creditsText a{
	color: #333;
}
.creditsText a:hover{
	color: #333;
}
.creditsText a:active{
	color: #333;
}
.creditsText a:visited{
	color: #333;
}
.scrollForMore img{
  opacity: 0.8;
  width:5%;
  margin-top: 55px;

}

.scrollForMore img:hover{
  cursor: pointer;
  opacity: 1;


}
.centerBtn a{
  color:white;
  font-size: 14pt;
  border: 2px solid white;
  padding: 2%;
  margin:20px;
  border-radius: 16px;

     transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;

}
.centerBtn a:hover{
  color:black;
  background-color: white;
  text-decoration: none;
  cursor: pointer;

}
.centerBtn a:active{
  color:white;
  text-decoration: none;

}
.section{
  padding:25px 0 25px 0;
}

#logline p{
  text-align: center;
  margin:10px  150px 30px 150px;
  color: white;
  font-size: 16pt;
  font-weight: none;

}
/**********
  NAV-BAR
**********/
.navbar-default{
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  background-color:none;
  color:white;
  /*color: #08536b;*/
  border:none;
  padding:0 0;
  font-weight: bold;
  font-size: 13pt;



}

.navbar-brand img{
  height: 100%;
  /*top:0;*/
  /*margin:0 10px 0 0;*/

}
.navbar-nav ul li:hover{
/*text-decoration: underline;*/
border-bottom: 2px solid white;
}
.navbar-brand a:hover {
  opacity: 1;
}
.scrollLink{
  opacity: 0.9;
}
.scrollLink:hover{
  opacity: 1;

}

/*RECOGNITION*/
#recognition a , #news a{
  opacity: 0.85;
}

#recognition a:hover , #news a:hover{
  cursor: pointer;
  opacity: 1;
}


/*SCREENSHOTS*/

#pictures img{
  width:100%;
  margin: 10px 0;

}
/*ABOUT*/
#about{
  margin-bottom: 50px;

}
#about ul, #socialMedia ul{
  list-style-type: none;

}
#about ul li, #socialMedia ul li{
  display:inline-block;
  margin: 0px 10px 0px 10px;
  opacity: 0.8;

}
#about ul li img , #socialMedia ul li img{
  width:50px;
}
#about ul li:hover,#socialMedia ul li img{
  opacity: 1;

}
/*VIDEO*/
#video{
  width:100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*EMAIL*/
.emailInput, .subBtn{
  width: 140px;
  border-radius: 5px;
  border: 3px solid #c91d95;
  background-color: none;
  padding:5px;
}
/*MISC*/
.centerFont{
  text-align: center;

}
.floatRight{

  float:right;
}
.greyBg{
  background-color: #f2f2f2;

}
.darkBg{
  background-color: #333333;
}
.centerText{
  text-align: center;

}
.italics{
  font-style: italic;

}

.centerImg{
  position:absolute;
  text-align: center;
  margin:0 auto;


}
/*MEDIA*/
@media screen and (max-width: 1100px) {
 .centerHeader{

  top:30px;


}

.scrollForMore img{

  margin-top: 5%;

}

#logline p{

  margin:2%;
  font-size: 12pt;


}
  #socialMedia ul li img{
    width: 75px;
    margin: 0 25px;
    padding: 25px 0px 25px 0px;
  
    
  }
}
@media screen and (max-width: 800px) {
  #top{
    display: none;
  }
  .section{
  padding:10px 0 10px 0;
}

}
@media screen and (max-width: 640px) {


 .centerHeader{

  top:10px;


}

.centerBtn a{
  font-size: 9pt;
  border-radius: 10px;
  /*padding-top: 5px;*/

}


#logline p{

  margin:0px;
  font-size: 10pt;


}

}

