@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* 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
------------------------------------------------------------------------------------*/



/*-- Headers
------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:14px;
}
a,
a[href^=tel] {
	text-decoration:none;
	/*color: #00ccff;*/
	color:#2d2d2d;
}
footer a,
footer a[href^=tel] {
	text-decoration:none;
	/*color: #00ccff;*/
	color:#bada55;
}
a:hover,
a[href^=tel]:hover {
	color:#e5a283;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
strong,
b {
	color: #00ccff;
}

.text-box ul li {
	margin-left: 30px;
}

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #00ccff;
}
::selection {
	color: #fff;
	background: #00ccff;
}


/*-- Header Section
----------------------------------------------------------------------*/
	
#top-text h6{
	font-size:14px;
}
#social-links i{
	font-size:24px;
}

/*-- 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;
}
#content-header{
	text-align:left;
}
#content-header h3{
	color:#313131;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:35px;
}
#content-header p{
	color:#313131;
}

#focus-header{
	text-align:center;
	padding:0 15px;
}
#focus-header h3{
	color:#313131;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:60px;
}
#focus-header h3:after{
	content:'';
	position:absolute;
	z-index:5;
	height:2px;
	width:auto;
	left:42%;
	right:42%;
	top:100px;
	background-color:#e5a283;
}
#focus-header p{
	color:#313131;
}
#contact-header h3{
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}
#contact-header h6{
	color:#fff;
	font-size:16px;
	text-align:center;	
}
#map-header h6{
	color:#fff;
	font-size:13px;
	text-align:center;
	margin-top: 30px;
}
.extra-info h6{
	color:#fff;
	text-align:center;
	font-size:12px;	
	margin-bottom:20px;
}

/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
	margin-bottom:0;
}


body:not(.copyright_2017_webfrogStudios) section {
    display: none;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
html {
	font-size: 62.5%;
}
#top-text h6 {
    font-size: 13px;
}
#focus-header{
	text-align:center;
	padding:0 16.6666%;
}
#content-header h3,
#focus-header h3,
#contact-header h3{

	font-size:44px;
}

#contact-header h3,
#contact-header h6{
	text-align:left;
}
#map-header h6{
	font-size:16px;
	text-align:right;
	margin-top: 77px;

}
.extra-info h6{
	font-size:15px;	
	margin-bottom:20px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
html {
	font-size: 62.5%;
}
#top-text h6 {
    font-size: 13px;
}
.extra-info h6{
	font-size:16px;	
	margin-bottom:20px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
	font-size: 62.5%;
}
#top-text h6 {
    font-size: 14px;
}
.extra-info h6{
	font-size:13px;	
}

}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
html {
	font-size: 62.5%;
}
.extra-info h6{
	font-size:16px;
}

}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
 
body:not(.copyright_2017_webfrogStudios) section {
    display: none;
}