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

body {
	margin: 0px;
	padding: 0;
	font-size: 1.2em;
	color: #fff;
	background-color: #0f77eb;
	font-family: 'Bitter', serif;
	letter-spacing: 0.01em;
}

#container {
	max-width: 100vw;
	min-width: 900px;
	padding: 20px 5%;
}
h1, h2, h3 {
	text-align: center;
}
h1 {
	font-size: 3vw;
}
h2 {
	font-size: 1.8vw;
}
h3 {
	font-size: 1.2vw;
}
a {
	color: #ffb99d;
	text-decoration: none;
	transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
}
a:hover {
	text-decoration: underline;
	color: #ee4300;
}
.nutty-orange {
	color: #ee4300;
}
.plain-blue {
	color: #0f77eb;
}
header {
	width: 100%;
	margin-bottom: 20px;
	background-color: #000;
}
#logo-container {
	width: 35%;
	float: left;
}
#header-phone-email {
	width: 27%;
	margin: 20px 5%;
	float: right;
}
#header-phone-email h1 {
	margin: 0;
	font-size: 2vw;
	text-align: left;
	font-weight: 400;
}
#header-phone-email h1 a {
	text-decoration: none;
}
#page-content {
	margin: 0;
}
#home-text {
	width: 75%;
	margin: 0 auto;
	text-align: justify;
}
.clear-float {
	clear: both;
}
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
#site-footer {
	padding: 20px;
	text-align: center;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#copyright {
}
#copyright p {
	margin: 0;
}

/* iPad stlyes */	

		@media only screen and ( max-width: 998px )
{
body {
	font-size: 1.5em;
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 24px;
}
#logo-container {
	width: 80%;
	margin: 0 auto;
	float: none;
}
#header-phone-email {
	width: 50%;
	float: left;
	margin: 0 5%;
	font-size: 50px;
}
#header-phone-email h1 {
	font-size: 50px;
}
#home-text {
	width: 100%;
	text-align: left;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 1.5rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 80%;
	font-size: 36px;
}

}
/* iPhone styles */
		
		@media only screen 
    and (max-device-width : 480px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{ 
body {
	font-size: 2em;
}
h1 {
	font-size: 60px;
}
#header-phone-email {
	width: 70%;
	float: none;
	margin: 0 auto;
}
#header-phone-email h1 {
	font-size: 60px;
	text-align: center;
}
label {
	font-size: 50px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 36px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 90%;
	font-size: 50px;
}

}