/* COLOUR REFERENCES

gray:		#696866
yellow:	 	#ffcc00
oranage:	#FF5505

*/

*{margin:0;padding:0}

/* ==== GENERAL ==== */

body {
	margin-top: 50px;
	/*font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif;*/
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	color: #424242;
	/* background: url('../img/tile.jpg') top left repeat; */
}

#popup {
	/* display:none; */
	background-color: white;
	border: 2px solid #FF5505;
	padding: 15px;
	position:absolute;
	margin:0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.panel-footer {
    background-color: white;
    border-top: none;
}

.btn-warning {
	background-color: #FF5505;
}


/* ==== NAVBAR ==== */

.nav.navbar-nav.navbar-right li a {
	color: #FF5505;  /* orange */
}

.nav.navbar-nav.navbar-right li a:hover {
	color: #696866 ; /* grey */
}

.navbar .navbar-brand {
	color: #FF5505;
}

.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}

.navbar-default {
	background-color: white;
	border-color: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color:white;
}

.navbar-nav.navbar-right:last-child {
	margin: 0px;
}



/* === LOGO === */
.logo {
	margin-top: 0px;
}


/* === CELEBRATE === */

#celebrate {
	background: url('../img/Celebrate.jpg') 50% 100% repeat fixed;
	background-size: cover;
	text-align: center;
}


.celebrate-text {
	/* font-family: 'Dancing Script', cursive; */
	font-family: 'Dancing Script', times new roman, sans-serif;
	/* font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif; */
	font-size: 60px;
	color: #FE642E;
	padding: 30px 0 30px 0;
}


/* === DINING === */

.dining-buttons {
	text-align: center;
}

.button-width {
	width: 180px;
}

.btn-danger {
	background-color: #FE642E;
}

.btn-danger:hover {
	background-color: #c9302c;
}

.opening-hours {
	padding-top: 30px;
}


/* === PROMOTIONS === */

#promotions { background-color: #f4f4f4; }

.boxed-background {
	/* border-radius: 10px; */
	background-color: white;
}

.prom-bottom-padding { padding-bottom: 6px; }

.prom-medium-text {
	font-size: 45px;
	padding-bottom: 15px;
}


/* === WHAT'S ON === */

.whats-on-image {
    width: 80%;
	padding-bottom: 10px;
}

/* === FACILITIES === */

.facilities-image {
	padding-bottom: 10px;
}


/* === AFFILIATED SPORTS === */

.sport-image {
	margin-bottom: 20px;
}


/* === SPORTING FUN === */

#sporting-fun {
	background: url('../img/Sports-field-fun.jpg') 50% 100% repeat fixed;
	background-size: cover;
	text-align: center;
}

.sporting-fun-text {
	font-family: 'Dancing Script', times new roman, sans-serif;
	font-size: 60px;
	color: #FE642E;
	padding: 80px 0 80px 0;
	
}


/* === CLUB INFO === */

#club-info {
	background: #3e4249;
	color: #F2F2F2;
	text-align: center;
}

.yellow-text {
	color: #ffcc00;
}

.orange-text {
	color: #FE9A2E;
}

.boxed {
  border: 1px solid #FF5505 ;
} 

.club-info-padding {
	padding-bottom: 13px;
}


/* ==== MODAL ==== */

span.title {
	color: #FF5505;
}

.dark-orange-text {
	color: #FF5505;
}


/* ==== GLOBAL ==== */

.large-text {
	font-size: 70px;
	padding-bottom: 15px;
}

.medium-text {
	font-size: 25px;
	padding-bottom: 15px;
}

.top-padding { padding-top: 20px; }

.text-padding { padding: 0 5px 0 5px; }

.img-border { 
   border: 1px solid black;
}

.center-text {
	text-align: center;
}

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

.img-center {
    display: block;
    margin: 0 auto;
}

.icons {
	color: #FE642E; /* orange colour */
}

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1,h2 {
	margin: 0 0 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

p.lead {
	font-weight: normal;
}

p {
	margin: 0 0 15px;
}


a:link, a:visited {
	text-decoration: none;
	color: #FF5505;
}

a:hover {
	text-decoration: none;
	color: #ffcc00;
}

img {
	max-width: 100%;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
}

.btn:focus {
	outline: none;
}


/* ==== HERO ==== */

#hero {
	/* background: url('../img/BSRC drone pic 3.jpg') 50% 0 repeat fixed;
	min-height: 500px; */
	position: relative;
	display: table;
	width: 100%;
	padding: 40px 0;
	color: gray;
	text-align: center;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

/*
#hero article { 
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
*/

#hero .hero-text {
	margin-top: 30px;
	color: #FF5505;
}

#hero .image {
	 opacity: 0.7;
}


/* ==== CONTACT ==== */

iframe {
	max-width: 100%;
}





/* ==== LAYOUT ==== */

.row + .row {
	margin-top: 20px;
}

section {
	padding: 80px 0;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

section.main-content {
	padding: 40px 0;
}

footer {
	background: #FF5505;
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #ffcc00;
}

/* ==== YOUTUBE VIDEO ==== */
    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        cursor: pointer;
    }


/* ==== MEDIA QUERIES ==== */


@media screen and (max-width : 991px) {

	.medium-text {
		font-size: 15px;
	}
	
	#celebrate {
		background: url('../img/Celebrate.jpg') 50% 100% repeat fixed;
		background-size: cover;
		text-align: center;
	}

}

@media screen and (max-width : 768px) {

	.logo {
		width: 70%;
	}
	
	.celebrate-text {
		font-size: 30px;
	}
	
	#facilities img {
		width: 50%;
		padding-bottom: 30px;
	}
	
	#sports img {
		padding-bottom: 30px;
	}
	
	#promotions h4 {
		padding-top: 30px;
	}
	
	/*
	.whats-on-image {
		padding-bottom: 30px;
	} */
	
}

@media screen and (max-width : 568px) {

	.large-text {
		font-size: 50px;
	}
	
	.medium-text {
		font-size: 25px;
		padding-bottom: 10px;
	}
	
	/*
	.whats-on-image {
		padding-bottom: 30px;
	} */
	
	#facilities img {
		width: 70%;
		padding-bottom: 30px;
	}
	
	#sports img {
		width: 50%;
		padding-bottom: 30px;
	}
	
	#pictures img {
		width: 40%;
		padding-bottom: 30px;
	}
	
}