@charset "utf-8";
/* CSS Document 
font-family: 'Oswald', sans-serif;
font-family: 'Playfair Display', serif;
red=#FF0001
*/
body{
	font-family: 'Playfair Display', serif;
	color:#000;
}
a{
	color:#FF0001;
}
a:hover{
	color:#D4D4D4;
	cursor: pointer;
}
h1{
font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color:#FF0001;
}
h2{
font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color:#000;
}
h3{
font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color:#FF0001;
}
h4{
font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.border{
	border: 3px solid #000 !important;
}
.shadow{
	box-shadow: 0 0 8px #000000 !important;
}
.navbar{
	padding:0rem 0rem 0rem .5rem !important;
}
.bg-light {
    background-color:rgba(255,255,255,0.75) !important;
	box-shadow: 0 0 8px #000;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	padding: 46px .9rem;
	text-transform: uppercase;
	font-size: 14px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover{
    background: #000;
	color:#fff !important;
}
.navbar-light .navbar-nav .enroll{
	background: #FF0001;
	color:#ffffff !important;
}
.navbar-light .navbar-nav .enroll:hover{
	background: #000;
	color:#fff !important;
}
.dropdown-menu{
	background-color:rgba(255,255,255,0.75) !important;
}
.dropdown-item:hover {
    background: #FF0001;
	color:#fff !important;
}
.tagline{
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	text-shadow: 0 0 8px #fff;
	text-transform: capitalize;
	font-weight: bold;
	margin-top: -90px;
	position: relative;
	z-index: 10;
}
.tagline .red{
	text-transform: uppercase;
	color:#FF0001
}
header img{
	border-bottom: 5px solid #FF0001;
}
.academy-callout{
	border-radius: 50%;
	border: 3px solid #000;
	background: url(graphics/academy-hover2gray.jpg) center center no-repeat;
	background-size: 100%;
	box-shadow: 0 0 8px #000000;
	height: 350px;
}
.academy-callout:hover{
	border: 3px solid #fff;
	background: url(graphics/academy-hover2.jpg) center center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.comp-callout{
	border-radius: 50%;
	border: 3px solid #000;
	background: url(graphics/competition-2.jpg) center center no-repeat;
	background-size: 100%;
	box-shadow: 0 0 8px #000000;
	height: 350px;
}
.comp-callout:hover{
	border: 3px solid #fff;
	background: url(graphics/competition-2-hover.jpg) center center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.event-callout{
	border-radius: 50%;
	border: 3px solid #000;
	background: url("graphics/booster.jpg") center center no-repeat;
	background-size: 100%;
	box-shadow: 0 0 8px #000000;
	height: 350px;
}
.event-callout:hover{
	border: 3px solid #fff;
	background: url("graphics/booster-hover.jpg") center center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.gray-bkgd{
	background-color: #D4D4D4;
}

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 290px; /*marquee height */
background-color: white;
overflow: hidden;
/*border: 3px solid orange;
padding: 2px;
padding-left: 4px;*/
}
.news{
	border:5px solid #FF0001;
	height:406px;
	background-color:#ffffff;
	margin:0px auto 25px auto;
	width:100%;
}
.news h2{
color:#FF0001;
font-weight:bold;
text-align:center;
padding-top:10px;
padding-bottom:10px;
text-transform:uppercase;
margin:0px auto;
font-family: 'Oswald', sans-serif;
}
.news h4{
color:#000;
font-weight:bold;
text-align:center;
padding-top:5px;
padding-bottom:10px;
text-transform:uppercase;
margin:0px auto;
font-family: 'Oswald', sans-serif;
	border-bottom: 5px solid #FF0001;
}

.btn{
	background-color: #FF0001;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.btn:hover{
	background-color: #000;
	color:#fff;
}
footer{
	background-color: #000;
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#D4D4D4;
}
.staff a{
	z-index: 999;
	position: relative;
}
.staff img{
	border:3px solid #000;
	box-shadow: 0 0 8px #000000;
	position: relative;
	z-index: 990;
	
}
.staff img:hover{
	border:3px solid #fff;
}
.staff .overlay {
    position: absolute;
    top: 0;
   /* bottom: 0;
    left: 0px;*/
    right: 0px;
    height: 85%;
    width: 100%;
    opacity: 0;
    transition: .1s ease;
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(255,255,255,0.60);
	float: right;
}
.staff:hover .overlay {
  opacity: 1;
	background-color: rgba(255,255,255,0.60);
}
.staff:hover .overlay .text{
	transition: .1s ease;
	position: absolute;
	top: 0;
  /*left: 0;*/
	right: -22px;
	/*bottom: 0;*/
	float: right;
}
.staff .overlay .text img{
    border:none !important;
	box-shadow:none !important;
	height: auto;
	width: 50%;
}
.staff .overlay .text img:hover{
    border:none !important;
	box-shadow:none !important;
}
@media (max-width: 1200px) {
.academy-callout, .comp-callout, .event-callout{
	height: 285px
}
/*.staff .overlay .text img{
	height: 275px;
}*/
}
@media (max-width: 1100px) {
.navbar-light .navbar-nav .nav-link {
    padding: 46px .8rem;
    font-size: 13px;
}
}
@media (max-width: 1060px) {
.navbar-light .navbar-nav .nav-link {
    padding: 46px .42rem;
    font-size: 13px;
}
}
@media (max-width: 993px) {
.academy-callout, .comp-callout, .event-callout{
	height: 210px
}
.staff .overlay .text img{
	width: 40%;
}
.staff:hover .overlay .text{
	right: -30px;
}
.navbar{
	padding:0rem 1rem !important;
}
.navbar-brand {
    height: 90px;
}
.navbar-brand img{
    height: 80px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 1rem;
    font-size: 14px;
}
.navbar-light .navbar-toggler {
    color: #FF0001;
    border-color: #FF0001;
}
.navbar-light .navbar-toggler:hover {
    background-color: #D4D4D4;
}
}

@media (max-width: 767px) {

.tagline {
    font-size: 30px;
	margin-top: -80px;
}

.academy-callout, .comp-callout, .event-callout{
	height: 500px
}

}
@media (max-width: 600px) {
.academy-callout, .comp-callout, .event-callout{
	height: 300px;
	max-width: 300px;
	width: 100%;
	margin: auto;
}
}

@media (max-width: 490px) {
.tagline {
    font-size: 20px;
	margin-top: -45px;
}
.academy-callout, .comp-callout, .event-callout{
	height: 250px;
	max-width: 250px;
}
}
@media (max-width: 335px) {
.tagline {
    font-size: 18px;
	margin-top: -35px;
}
}