@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color:#0c3136;
	background-image:url('../background.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 180%;
}
/* Header */
header {
	text-align: center;
	display: block;
}
header .profileLogo .logoPlaceholder {
	width: 266px;
	text-align: center;
	margin-left:36%;
	left:-133px;
}

#teetime_logo {
	
	margin-top:10%;
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 31px;
	line-height: 31px;
	font-weight: 700;
	margin-left:10%;
	margin-right:10%;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
    font-weight: 100;
    text-align: left;
    line-height: 1.25;
    margin-left: 10%;
    margin-right: 10%;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}

#book_now_btn {
	padding:20px;
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	display: block;
	font-family: 'Montserrat', sans-serif;
	background-color:#32842d;
	color:#fff;
	text-transform:uppercase;
	font-weight: 700;
	font-size:24px;
	text-decoration: none;
}
/* Footer */

footer {
	display:block;
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	background-color:#282828;
	padding-bottom: 10px;
	padding-top:10px;
	margin-bottom:-10px;
}
footer .footerDisclaimer {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255,255,255,1.00);
	font-weight: 100;
	background-color:#282828;
}
footer .footerDisclaimer span {
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

.footer_links {
	color:#24aecf;
	text-decoration: none;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
	
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
    color: rgba(255,255,255,1.00);
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-left: 10%;
    margin-right: 10%;
	}	
	
header .profileLogo .logoPlaceholder {
	transform: scale(0.4);
    width: 266px;
    text-align: center;
	margin-top:-80px;
}
	
#teetime_logo {
	margin-top:20%;
	margin-left:-148%;
		
	}

header .profileHeader {
	text-align: center;
	margin-top: -23%;
}
header .profileHeader p {
	text-align: justify;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Background */
body {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 960px;
    background-color: #0c3136;
    background-image: url(../../background.png);
    background-repeat: no-repeat;
    background-position: top center;
	background-size: 100%;
}

	
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {

}
header .profileHeader {
	text-align: center;
	margin-top: 2%;
}
	
header .profileHeader h1 {
	font-size: 45px;
    margin-left: 10%;
    margin-right: 10%;	
}
	
.section1 .sectionTitle, .section2 .sectionTitle {
    font-size: 64px;
    line-height: 64px;
}
	
.mainContent .section1 {
	text-align: center;
}
	
.section2 .sectionContent {
	text-align: left;
    font-size: 36px;
    margin-left: 12%;
    line-height: 48px;
    margin-right: 12%;
}

header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	text-align: center;
	}
}

#book_now_btn {
	font-size:48px;
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {

body {
background-size:100%;
background-position-y: -180px;

}
/* Header */
header .profileLogo .logoPlaceholder {
	margin-left:auto;
	margin-right:auto;
}
header .profileHeader {
	text-align: center;
	font-size:68px;
	margin-bottom: -42px;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 48px !important;
	font-weight: 700;
}
	
/* Main content sections */
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
    color: rgba(255,255,255,1.00);
    font-size: 42px;
    font-weight: 700;
    margin-left: 10%;
    margin-right: 10%;
	margin-top:6% !important;
	text-align: center !important;
}
	
.section2 .sectionContent {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	line-height: 1.25;
	margin-left: 18%;
	margin-right: 16%;	
		
	}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
}
.section2 .section2Content {
	font-family: 'Montserrat', sans-serif;
    color: rgba(255,255,255,1.00);
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    line-height: 1.25;
    margin-left: 18%;
    margin-right: 18%;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	text-align: center;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
	
#book_now_btn {
	margin-left: 35%;
	margin-right: 35%;
	font-size: 24px;
}
}
