*{
    -webkit-font-smoothing: antialiased;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */

    -webkit-text-size-adjust: 100%;

    -webkit-user-select: none;
    margin: 0;
    padding: 0;
}

.textAdjust {
  -webkit-text-size-adjust: 100%;
}

img,a{
  border:none;
  text-decoration:none;
}

a {
  color: inherit;
}

span {
  margin: 0;
  padding: 0;
  font-size: auto;
}

img {
  vertical-align: middle;
}

html,body{
  -webkit-overflow-scrolling: touch;  
  margin:0;
  padding:0;
  background-color: #FFF;
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  color: #000;
  width: 100%;
  height: 100%;
}

body {

}

.navBtn.active {
  color: #3897bf !important;
}

.legalLink {
  text-decoration: none;
}


.legalLink:hover {
  text-decoration: underline;
}

#ie-wrapper{
	position:absolute;
	width:625px;
	height:100px;
	margin-top:-160px;
	margin-left:-312px;
	top:50%;
	left:50%;
}

#ie-wrapper h1{
	font-family: Arial,sans-serif;
	font-size:21px;
	color:#ffffff;
	text-align:center;
}

#ie-wrapper a,#ie-wrapper p{
	color:#be231e;
	font-family: Arial,sans-serif;
	font-size:18px;
	text-align:center;
	text-decoration: none;
}

/* ------ SCROLL PANEL ----- */

.sp-viewport{
  
}
.sp-scrollbar {
  width: 5px;
  cursor: pointer;
  top: 8px !important;
  left:-25px !important;
}

.sp-scrollbar .sp-thumb {
  background-color: rgb(56, 151, 191);
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.sp-scrollbar.active .sp-thumb {
  background-color: rgb(56, 151, 191);
}

/* ------ VIDEO ----- */
video.transition
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 1000px;
  margin-top:80px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.playerTitle:hover {
  text-decoration: underline;
}

.tumblrPost h2, .tumblrPost h2 b {
  font-family: 'oswaldbold', sans-serif !important;
  letter-spacing: 3px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}

