@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	position:relative;

}

@media (max-width: 600px) {
    .hidden-600 {
        display:none !important;
    }
}

.ArvoText {	font-family: 'Arvo', serif;}
.Aldrich {font-family: 'Aldrich', sans-serif;}
.Anaheim {font-family: 'Anaheim', sans-serif;}
.ChangaOne {font-family: 'Changa One', cursive;}
.Dosis {font-family: 'Dosis', sans-serif;}
.Electrolize {font-family: 'Electrolize', sans-serif;}
.PatuaOne {font-family: 'Patua One', cursive;}
.PTSansText {font-family: 'PT Sans', serif;}
.Raleway {font-family: 'Raleway', sans-serif;}
.SquadaOne {font-family: 'Squada One', cursive;}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.img-responsive {
 display: block;
 height: auto;
 max-width: 100%;
}

h3 {
	font-size:1.2em;}
	
.navbar {
	margin-bottom:0;
	width:100%}

.anchor-pad {
	padding-top:40px;
	margin-top:-40px;
}

.semi-trans {
background-color:rgba(0,0,0,0.65);
}

/* unvisited link */
.standard-link:link {
    color: #008262;
}

/* visited link */
.standard-link:visited {
    color: #476481;
}

/* mouse over link */
.standard-link:hover {
    color: #502c2c;
}

/* selected link */
.standard-link:active {
    color: #233140;
} 

#banner {
	background: #CCC url(../images/Collage-2.jpg) no-repeat center center;
	margin:0;
	background-size:cover;
	padding-top:160px;
	padding-bottom:160px;
	}

#footer {
	padding:5px;
	font-size:0.7em;
}

.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
