@charset "UTF-8";

/* --------- */
/*	ICOMOON  */
/* --------- */
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?1bqmjz');
	src:  url('fonts/icomoon.eot?1bqmjz#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?1bqmjz') format('truetype'),
	  url('fonts/icomoon.woff?1bqmjz') format('woff'),
	  url('fonts/icomoon.svg?1bqmjz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-phone:before {
	content: "\e942";
  }
  .icon-bubble2:before {
	content: "\e96e";
  }
  .icon-mail2:before {
	content: "\ea84";
  }

/* clear default margins and padding */
* {
	margin: 0;
	padding: 0;
}

/* all styles start mobile first - modifications for larger screens via media queries occur later in file */

html {
	scroll-behaviour: smooth;
}

body {
	text-align: center;
	background:#db2336;
	font-family: 'OpenSans';
	color: #F5EA0C;
	z-index: -10;
}

p {
	margin: 2em auto;
	font-family: "Roboto", "Helvetica", sans-serif;
	font-weight: 400;
	font-style: normal;
 }

header {
	clear: both;
	height: 400px;
	width: 100%;
	background-color: #F5B20C;
	border-image-bottom: url('/images/border.png') 100% repeat;
}
header img {
	max-width: 400px;
	margin: 2% auto;
	margin-top: 50px;
}


h1, h2, h3 {
	font-family: "Roboto", "Helvetica", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1 {
	text-transform: uppercase;
	color: #db2336;
	font-weight: bold;
}
h2, h3 {
	text-transform: capitalize;
}

span.upper {
	text-transform: uppercase;
}

/* Navigation Tabs */
main.services {
	margin: 20px auto;
	width: 96%;
	max-width: 960px;
}
#content {
  display: block;
  text-align: left;
  background: #db2336;
  padding: 0px 15px;
  margin-left: 150px;
  /*-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  box-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
  min-height: 250px;
  border: 1px solid #F5B20C;
}
.contentblock {
  display: block;
  padding: 15px 20px;
}
.contentblock.hidden {
  display: none;
}
/* side navigation */
#services-menu {
  margin: 0;
  padding: 0;
  width: 150px;
  float: left;
  background: #db2336;
  border-right: 1px solid #F5B20C;
}
#services-menu li {
	display: block;
	text-align: center !important;
	border: 1px solid #F5B20C;
	border-right: none;
	font-size: 1.1em;
}
#services-menu li a { 
  display: block;
  padding: 6px 2px;
  color: #F5B20C;
  text-decoration: none;
  padding: 15px 0;
}
#services-menu li a:hover {
  background: #db2336;
}

#services-menu li a h3 { 
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #F5B20C;
  text-align: center;
}
#services-menu li a.open {
  width: 101%;
  background: #F5B20C;
  color: #302f2f;
}
#services-menu li a.open h3 {
	color: #302f2f;
}
#services-menu li span {
	font-size: 1.5em;
}

.box-image {
	float: right;
	width: 25%;
	max-width: 200px;
	padding: 1.5em;
}

footer {
	max-width: 960px;
	width: 90%;
	margin: 20px auto;
}
footer .contact {
	margin: 2% auto;
	text-align: center;
}

.contact .method {
	margin: 0 auto !important;
	float: left !important;
	width: 33% !important;
}
.contact a>span {
	font-size: 4em;
}

a.contact, a.contact:visited {
	color: rgb(185, 0, 0);
	text-decoration: none;
 }

 a.contact:hover {
	color: #F5B20C;
	text-decoration: none;
 }

/*#phone, #email, #message {
	
}*/



@media screen and (min-width: 960px) and (max-width: 1032px) {


/* tablets and small monitors ***********************************************************************/
@media screen and (min-width: 767px) {
	img.tablet {
		display: inline;
	}
}
@media screen and (min-width : 900px) {




}
@media screen and (min-width : 980px) { 
		
		
}




/* laptops and desktops *****************************************************************************************/
@media screen and (min-width: 960px) {
		}
}

@media screen and (min-width : 1050px) {
	
}

@media screen and (min-width: 1200px) {
	
	

}

/* fixes for layouts/positioning of elements ***************************************************************************/

@media screen and (min-width : 1200px) and (max-width : 1550px) {
	
}

@media screen and (min-width : 1450px) {
	
}

@media screen and (min-width: 1500px) {

}