@charset "utf-8";

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*-- Google Fonts START
------------------------------------------------------------------------------------
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;


/*-- Font Faces Section
------------------------------------------------------------------------------------*/
body:not(.copyright_2016_webfrogStudios) {
    display: none;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/hinted-CenturyGothic.eot');
	src: url('../fonts/hinted-CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/hinted-CenturyGothic.woff2') format('woff2'),
		url('../fonts/hinted-CenturyGothic.woff') format('woff'),
		url('../fonts/hinted-CenturyGothic.ttf') format('truetype'),
		url('../fonts/hinted-CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*-- Headers
------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'CenturyGothic';
	font-weight: 400;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'CenturyGothic';
	letter-spacing:1px;
}
p {
	font-family: 'CenturyGothic';
	font-weight: 300;
	font-size:14px;
	font-size: 1.4rem;
}
a {
	color:#4386ba;
}

a:hover {
	color:inherit;
}
a, a:hover, a:focus {
	text-decoration: none;
}
strong,
b {

}
a[href^=tel] {
    color:inherit;
    text-decoration:none;
}
.text-box ul li {
	margin-left: 30px;
}
.fa {
	letter-spacing:normal;
}

/*-- Header Section
----------------------------------------------------------------------*/

.home-page .text-box p {
	color:#8d8d8d;
}
.inner-page .text-box p {
	color:#111c25;
}

.subHeader-box h1,
.subHeader-box h2 {
	margin-top:0;
	display:inline-block;
	position:relative;
	font-size: 20px;
	font-size: 2.0rem;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.header-box h1,
.header-box h2 {
	text-transform:uppercase;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top:0;
}
.header-box2 h1,
.header-box2 h2 {
	text-transform:uppercase;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top:20px;	
}
.subText-box p {
	margin-bottom:0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing:2px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.blu-text {
	color:#4386ba;
}

.scroll-btn {
	text-transform:uppercase;
	color:#fff;
	font-size: 14px;
	font-size: 1.4rem;
}
.scroll-btn .fa {
	display:block;
}
.scroll-btn:hover,
.scroll-btn:focus {
	color:#fff;
}
.zoomthumbnail p {
	color:#111c25;
	margin-top:5px;
}


/*-- Content Section
----------------------------------------------------------------------*/

#content-error h1, #content-offline h1 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 230px;
	font-size: 23rem;
}
#content-error h2, #content-offline h2 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 100px;
	font-size: 10rem;
}
#content-error p, #content-offline p {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}
#map-section .left-box h3,
#map-section .left-box p {
	text-align:left;
	margin-top:0;
}
#map-section .left-box h3 strong,
#map-section .left-box h3 b {
	color:#3390d8;
	font-weight:700;
}
#map-section .left-box p {
	margin-bottom:10px;
}
.loc-item {
	text-transform:uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing:2px;
}

/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p, #footer_text a,
#footer_text2 p, #footer_text2 a {
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	text-align:center;
	margin-bottom:0;
	letter-spacing:2px;
	font-weight:300;
	text-transform:uppercase;
}
#footer_text a:hover {
	color: #97c725;
}



body:not(.copyright_2016_webfrogStudios) {
    display: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
html {
	font-size: 62.5%;
}
.subHeader-box h1,
.subHeader-box h2 {
	font-size: 20px;
	font-size: 2.0rem;
}
.header-box h1,
.header-box h2 {
	font-size: 20px;
	font-size: 2.0rem;
}
.loc-item {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing:1px;
}
#footer_text p, #footer_text a {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing:1px;
	text-align:center;
}
.scroll-btn {
	text-transform:uppercase;
	color:#fff;
	font-size: 18px;
	font-size: 1.8rem;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
html {
	font-size: 62.5%;
}
.loc-item {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing:2px;
}
#footer_text p, #footer_text a {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing:2px;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
	font-size: 62.5%;
}
.loc-item {
	text-transform:uppercase;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing:2px;
}
.subHeader-box h1,
.subHeader-box h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
.header-box h1,
.header-box h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
html {
	font-size: 62.5%;
}
}