 /* 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;
}

.img-center {
  margin: 0 auto;
}

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: #881124;
  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;
}

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


/*

enter colors here

garnet pms 201
881124  136-17-36 or for thin: 981328 and 152-19-40

Black

grey
pms424
707170  113-114-113

Light grey   pms421
B2B3B2  or 178-179-178


cont*rast
da*rk
brand  - get rbg values for 'top' 


*/


/* Navbar */
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px solid #707170;  /* 707170 color line  ToDo */
}

.navbar-inverse {
	background: #881124;  /*   main background color for reverse navbar ToDo  */
}

.navbar-inverse .navbar-nav > .active > a {
	background: #881124;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  box-shadow: 0 0 0 1px #fff inset;
	color: white;
}

.navbar-inverse .navbar-nav > .active > a:hover {
	background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #881124 inset;
  color: #881124;
}

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

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

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

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


/*  for regular logo in the navbar... make it small height*/
.logoA {
    width: 250px; 
  	height: 65px;
  	background: url(../img/logo.png) no-repeat;
  	text-indent: -9999px;
	position: absolute;
	padding-top: 0;
	padding-left: 0;
	margin-top: -6px;
	margin-left: 0;
	z-index: 300;
}
/*  for hanging logo*/
.logo {  
    width: 240px; 
  	height: 53px;
	position: absolute;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
  	background: url(../img/logo.png) no-repeat;
  	text-indent: -9999px;
	z-index: 300;
}






/* Header */
#headerwrap {
	background: url(../img/header-bg1.jpg) no-repeat center bottom;
	margin-top: 0px;
	padding-top:20px;
	border-bottom: 3px solid #brand;
	background-attachment: relative;
	background-position: center top;
	min-height: 500px;
	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: center;
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
  font-family: 'Rock Salt', 'Open Sans', sans-serif;
	
	font-style: bold;
	text-shadow: rgb(13, 13, 13) 0px 12px 14px;
}

#headerwrap h1 b {
  font-size: 100px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

#headerwrap h2 {
	color: white;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
  text-shadow: rgb(13, 13, 13) 0px 12px 14px;
}





/* White Section*/
#mbg {
  background-image: url(../img/mbg.jpg);
  background-size: cover;
}

.w {
	padding-top: 15px;
}

.about {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.about1 {
  background-color: rgba(0, 97, 103, 0.68);
  margin-top: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.w h3 {
  padding: 3px;
  color: #881124;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0px;
}

.w1 p {
  color: #881124;
}

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





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

#lg h3 {
	
  padding: 3px;
  color: #881124;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0px;
}





/* Top */
#top {
	background: rgba(115, 0, 10, 0.69);   /* special color at top use rgb version of brand color */
	padding-top: 15px;
	padding-bottom: 10px;
  font-family: 'Rock Salt', 'Open Sans', sans-serif;
}

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





/* Footer Wrap */
#f {
	background: #881124;  /*background should match reverse navbar at top*/
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 4px solid #707170;   /* 707170 line should match navbar bottom color*/
}

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

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

#f p {
	color: white;
}





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

.main h4 {
	font-weight: 700;
}

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

.head_coach {
  margin-right: 10px;
}





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

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

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

.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;
}





/***** Event Page *****/
.event-name {
    background: #881124;
    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) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      #headerwrap {
        background: url(../img/header-bg2.jpg) no-repeat center bottom;
		margin-top: 0px;
		border-bottom: 3px solid #brand;
		background-position: center top;
		min-height: 300px;
		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: center;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      #headerwrap h1 b {
      font-size: 75px;
      }

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

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

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

      #headerwrap h1 {
      font-size: 40px;
	  margin-top: 16px;
      }

    	.w h3 {
    		font-size: 85%;
    	}

      #lg h3 {
        font-size: 85%;
      }
	  }
