 /* Fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* General */
body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    margin-top: 70px;
}

/* Titles */
h1, h2 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    color: black;
    font-weight:375;
}

.centered {
    text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

b {
	color: black;
}

/* Links */
a {
  color: #333333;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #0A0F2D;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* Underlined links and full color background on hover (from Huf-Post)  */
.panel-body a {
    text-decoration: none;
    color: #000000;
    box-shadow: inset 0 -2px 0 #FFD006;
}
.panel-body a:hover{background-color:rgba(255, 208, 6, .7);  /*  add rbga for dark*/
}





.btn-default {
	background-color: #5A1D00;
	color: white;
  border: 1px solid #5A1D00;
}
.btn-default:hover {
	background-color: transparent;
	color: #174079;
	border: 1px solid #5A1D00;
}

.line {
  border-bottom: 1px solid black
}


/* Navbar */

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px solid #FFD006;
}

.navbar-inverse {
	background: url(../img/grain.png);
}

.navbar-inverse .navbar-nav > .active > a {
	background: transparent;
	border-bottom: 2px solid #FFD006;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
	color: white;
}

.navbar-inverse .navbar-nav > .active > a:hover {
	border: 2px solid #FFD006;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 22px;
	letter-spacing: 1px;
}

.on {
	border-bottom: 1px solid #0A0F2D;
	margin-left: 8px;
}

.logo {
    width: 100px; 
  	height: 43px;
  	background: url(../img/logo.png) no-repeat;
  	text-indent: -9999px;
}


/* Header */

#headerwrap {
	background: url(../img/header-bg1.jpg) no-repeat center bottom;
	margin-top: -10px;
	padding-top:20px;
	border-bottom: 3px solid #999;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;
	
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  text-align: right;
 
}

#headerwrap h1 {
	margin-top: 54px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-style: bold;
	text-shadow: rgb(46, 46, 46) 0px 16px 16px;
}

#headerwrap b {
  color: white;
}

#headerwrap h1 b {
  font-size: 90px;
}

#headerwrap h2 {
	color: white;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
}




/* White Section*/

.w {
	padding-top: 15px;
}

.w h3 {
  font-weight: 700;
  padding: 3px;
  color: #9E8000;
  background: #FFD006;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.w .about {
  padding-right: 20px;
}



.w h3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 32px 32px 0;
  border-style: solid;
  border-color: #C8A300 #f2f2f2;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  display: block;
  width: 0;
}


.w h4 {
	font-family: 'Open Sans', sans-serif;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}




#w-below {
  background-color: #0a0f2d;
  padding-top: 20px;
  padding-bottom: 20px;
}

#w-below h2 {
  color: rgb(240, 235, 235);
  font-size: 50px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-style: bold;
  text-shadow: rgb(46, 46, 46) 0px 4px 5px;
  text-transform: uppercase;
}

#w-below p {
  color: white;
  font-size: 18px;
}




/* Light Grey */
#lg {
	background: #e0e0e0;
	padding-top: 15px;
	padding-bottom: 20px;
}

#lg h3 {
	font-weight: 700;
	padding: 3px;
  color: #9E8000;
  background: #FFD006;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#lg h3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 32px 32px 0;
  border-style: solid;
  border-color: #C8A300 #e0e0e0;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  display: block;
  width: 0;
}







/* Top */

#top {
	background: #FFD006;
	padding-top: 15px;
	padding-bottom: 10px;
}

#top h2 b {
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-shadow: rgb(46, 46, 46) 0px 2px 2px;
	text-align: center;
	font-style: bold;
}

#top p {
	color: black;
}






/* Footer Wrap */
#f {
	background: url(../img/grain.png);
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 4px solid #FFD006;
}

#f i {
	color: #FFD006;
	font-size: 60px;
	padding: 20px;
}

#f i:hover {
	color: #FFE266;
}

#f p {
	color: white;
}









/***** faq and facilities *****/
.main {
	padding-top: 35px;
}

.main h4 {
	font-weight: 700;
}

.main i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}

.head_coach {
  margin-right: 30px;
}






/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;
}

.modal-content i {
    color: #FFD006;
    font-size: 30px;
    padding: 20px;
}

.modal-content i:hover {
    color: #FFE266;
}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}





/***** Event Page *****/
.event-name {
    background: #5A1D00;
    color: white;
    padding: .2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}





/***** MAPS *****/
#map-container { height: 30% }








/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
      #headerwrap h1 b {
  

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
 #headerwrap h1 b {
  font-size: 130px;
}

#headerwrap h1 {
  font-size: 70px;
}
      

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      #headerwrap {
        text-align: center;
        padding-top: 0px;
      }

      #headerwrap h1 b {
  font-size: 110px;
}

#headerwrap h1 {
  font-size: 70px;
}
      
	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    	#headerwrap {
    		text-align: center;
        padding-top: 0px;
    	}

      #headerwrap h1 b {
        font-size: 90px;
      }
}