﻿@charset "UTF-8";
/* CSS Document */

/* @General Text Elements
===================================== */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-weight:300;
	line-height:1.3em;
	color: #000;
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: inherit;
	line-height: 1.75em;
	margin-bottom: 1.25em !important;
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
	font-weight:300;
	font-size: 1.125em;
}

p + p {
	margin-top:1.2em;
}

div, dl, dt, dd, ol, li,
pre, form, p, th, td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

ul{
	margin:-1em 0 1.25em 1.5em;
	font-size: 1em;
}

ul ul{
	margin-bottom:.25em;
}

li{
	color:#000;
	line-height:1.75em;
	font-weight:600;
	font-size: 1.35em;
}

strong, b { font-weight: 700; }
em, i { font-style: italic; }

blockquote, 
blockquote p{
	color: #77b843 !important;
	font-weight:700;
	border-left: none;
	font-size: 0.95em;
    text-transform: uppercase;
}

blockquote {
    padding-left: 2em;
}

/* @Global Links
===================================== */
a, a:link, a:visited {
  color: #31a3b1;
  text-decoration: none;
  
   transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
}

a:hover, a:active {
  color: #5a5a5a;
  text-decoration: none;
}

#aboutWrapper a, #aboutWrapper a:link, #aboutWrapper a:visited {
	color: #fff;
	text-decoration: underline;
}

#aboutWrapper a:hover, #aboutWrapper a:active {
	color: darkblue;
}

/* @end General Text Elements
===================================== */

/* @General Text Elements
===================================== */
#mainNavBar, .off-canvas-list,.brand,
.btn, .button, button,
h1, h2, h3, h4, h5, h6, h7{
	font-family: 'Sarpanch', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7{
	font-weight: 700;
	font-style: normal;
	line-height: 1em;
	margin-bottom:0.55em;
	text-transform:uppercase;
}
/* @end General Text Elements
===================================== */


/* @Headings (H1)
===================================== */
h1{
	font-size:2em;
}

h1, h1 a, 
h1 a:visited, 
h1 a:link{
	line-height: normal;
	color:#fff;
	text-align:center;
	letter-spacing:0.15em;
}

h1 a:hover, h1 a:active{
  color: #31a3b1;
}

#homeSlider h1{
	text-align:right;
	margin-bottom:0;
    font-size: 3em;
}

/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
 h2{
	font-size:2em;
}

h2, h2 a, h2 a:visited, 
h2 a:link {
	line-height: 1.25em;
	color:#000;
	text-align:center;
	letter-spacing:0.15em;
}

h2 a:hover, h2 a:active{
  color: #31a3b1;
}

/* @end Headings (H2)
===================================== */

/* @Headings (H3)
===================================== */
 h3{
	font-size:0.95em;
}

h3, h3 a, h3 a:visited, 
h3 a:link {
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	margin-top:0.55em;
}

h3 a:hover, h3 a:active{
  color: #31a3b1;
}

#ourPoolsWrapper h3{
	font-size:0.75em;
}

/* @end Headings (H3)
===================================== */



@media only screen and (max-width:1025px){
	#homeSlider h1{
		font-size:2.5em;
	}
}

@media only screen and (max-width:870px){
	#homeSlider h1{
		font-size:2em;
	}
}

@media only screen and (max-width:720px) {
	h1,  h2{
		font-size:1.55em;
		text-align:center;
	}
	
	#homeSlider h1{
		font-size:1.25em;
		text-align:center;
	}
	
	p{
		font-size: 1em;
	}
	
}

@media only screen and (max-width:420px) {
	#homeSlider h1{
		font-size:1em;
	}
}

