@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	line-height: 1.4;
	font-size:18px;
	color: #746A64;
}
#myTopnav, #second_menu_mobile {
	display: none;
}
#second_menu, #second_menu_mobile {
	position: absolute;
	background-color: #402000;
    top: 0;
    width: 100%;
	height: 35px;
}
#second_menu p, #second_menu_mobile p {
	padding-right: 40px;
	font-size: 16px;
	color: white;
	text-align: right;
	margin-top: 0;
    padding-top: 7px;
}
#second_menu_mobile p {
	font-size: 14px;
}
#logo, #main, footer {
	margin-left: auto;
	margin-right: auto;
}
#main_image {
	width: 100%;
	object-fit: cover;
	height: 500px;
}
#main {
	margin-top: 120px;
}
#logo img, #map img, .home_img img {
    max-width: 100%;
}
#logo {
	width: 1200px;
	margin-top: -80px;
	margin-left: 40px;
}
#logo img {
	position: absolute;
	width: 200px;
}
h1 {
	font-size: 30px;
	text-align: center;
	color: #168bae;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	text-align: center;
}
.home_img h2 {
	font-size: 17px;
	color: #746A64;
	margin-top: -1px;
}
h3, h3 a {
	font-size: 24px;
	font-style: italic;
	color: #168bae;
}
h3 a {
	color: #746A64;
	font-size: 18px;
}
#image_home1 {
	margin-top: 60px;
}
.text_center {
  position: absolute;
  width: 100%;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 41px;
  font-style: italic;
  opacity: 0.75;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  color: #402000;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}
#house_repair, #house_photos, .services {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.services {
	max-width: 1028px;
}
/*.youtube {
	max-width: 640px;
	height: auto;
    margin-left: auto;
    margin-right: auto;
}*/
#transcript3 p {
	font-size: 14px;
}
#house_repair .home_img, #house_photos .home_img {
	font-size: 17px;
	color: #746A64;
	margin-top: -1px;
	max-width: 380px;
	width: 100%;
}
.home_img {
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
#house_repair, #house_photos, #map {
	text-align: center;
}
#house_repair p, #house_photos p {
	text-align: justify;
}
ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
	display: inline;
}
#menu-box, #footer-menu-box {
	height: 50px;
	margin-top: -45px;
}
#footer-menu-box {
	margin-top: 0;
}
#menu-tabs, #footer-menu-tabs {
	padding:10px;
	padding-top: 40px;
	text-align: center;
}
#menu-tabs li a {
	color: #168bae;
}
#footer-menu-tabs li a {
	color: white;
}
#menu-tabs li, #footer-menu-tabs li {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}
#menu-tabs a:hover, #footer-menu-tabs a:hover, .copy img:hover, #footer-box a:hover, #top_of_page a:hover, #house_repair a:hover, #up img:hover {
	opacity: .60;
}
#up {
	position: fixed;
	bottom: 0;
    left: 90%;
/*    transform: translate(-50%, -50%);*/
}
#up img {
	width: 40px;
    opacity: .80;
}
#active a:visited, .active2 a:visited {
	color: #402000;
}
nav li, footer li {
    display: inline-block;
    list-style-type: none;
    position: relative;
}
.menu-drop ul {
    display: none;
    position: absolute;
}
nav li:hover > ul {
    display: block;
}
#content_bottom {
	background-color: #F9F9F9;
	margin-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-width: thin;
	border-color: #E3E0DD;
}
#content_bottom p, #suburbs p {
	text-align: justify;
}
#contact_form {
	margin-top: 20px;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
form {
	margin-left: -20px;
}
#contact_script {
	text-align: center;
}
.contact2 {
	margin-top: 40px;
	margin-bottom: 40px;
}
#phone p {
	text-align: center;
	font-size: 20px;
}
#faq {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 60%;
}
#suburbs {
	padding-top: 0;
}
#suburbs p {
	text-align: center;
}
#suburbs li {
	display: block;
	display: list-item;
    list-style-type: disc;
}
#suburbs ul {
	padding-left: 20px;
	width: 50%;
	margin-left: auto;
	margin-right: auto
}
#suburbs h2 {
	text-align: center;
	font-size: 10px;
	color: #746A64;
	line-height: .3;
}
#map {
	margin-top: 30px;
}
#map img {
	width: 500px;
}
#contact li {
	display: block;
	list-style-type: none;
	text-align: center;
	font-size: 22px;
}
#display_buttons {
	margin-bottom: -15px;
}
#buttons, #buttons_mobile {
	text-align: center;
	display: inline;
}
#buttons p, #buttons_mobile p {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
#buttons li, #buttons_mobile li {
	display: inline-block;
	width: 114px;
	height: 24px;
	text-align: center;
	background-color: #f6f6f6;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
    border: 1px;
    border-style: solid;
    border-color: #168bae;
	font-size: 16px;
	text-decoration: none;
}
#buttons a, #buttons_mobile a {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #402000;
	display: block;
	line-height: 24px;
}
#buttons ul, #buttons_mobile ul {
	padding-left: 0;
}
#btn0, #btn1, #btn2, #btn3, #btn4, #btn5, #btn6 {
	text-align: center;
}
#btn0 p, #btn1 p, #btn2 p, #btn3 p, #btn4 p, #btn6 p {
	text-align: justify;
}
#buttons li:hover {
  opacity: .65;
}
#footer-box { 
	background-color: #168bae;
	text-align: center;
	padding-bottom: 30px;
	margin-top: -20px;
}
#footer-box #webmaster {
	text-align: left;
	width: 300px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
#footer-box h2 {
	color: white;
	padding-top: 30px;
	text-decoration: none;
}
#footer-box a {
	text-decoration: none;
	color: #168bae;
}
#footer-box p {
	padding-top: 20px;
	color: white;
}
#footer-box #webmaster p {
	padding-top: 10px;
	text-decoration: underline;
	opacity: .65;
}
.contact-button {
	background-color:#f2f2f2;
    text-align: center;
    width: 150px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 17px;
    line-height: 25px;
    padding: 10px;
}
.copy p {
	font-size: 15px;
}
.TextwrapLeft {
    float: left;
}
/* MOBILE MENU START */
#myTopnav {
	z-index: 1;
	margin-top: 10px;
}
.topnav {
	display: block;
    background-color: white;
    overflow: hidden;
	border-width:1px;
	border-style:solid;
	border-color:white;
}
.topnav a:nth-child(1) {
	font-size: 20px;
}
.topnav a:nth-child(2), .topnav a:nth-child(3), .topnav a:nth-child(4), .topnav a:nth-child(5), .topnav a:nth-child(6), .topnav a:nth-child(7), .topnav a:nth-child(8) {
	color: #766B65;
	border-width:1px;
	border-style:solid;
	border-color:#C0B5AF;
}
.topnav a {
    float: left;
    display: block;
    color: #766B65;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: white;
    color: #766B65;
}
.active {
    background-color: #C0B5AF ;
    color: white;
}
.topnav .icon {
    display: none;
}
/* MOBILE MENU END */
@media screen and (max-width: 1600px){
}
@media screen and (max-width: 1200px){
	#menu-tabs {
		float: right;
		margin-right: 40px;
	}
	p {
		margin-left: 20px;
		margin-right: 20px;
	}
	#logo {
		width: 200px;
	}
}
@media screen and (max-width: 1024px){
	#second_menu p, #second_menu_mobile p {
		text-align: center;
	}
	.subcontent img {
		width: 325px;
	}
}
@media screen and (max-width: 980px){
	#suburbs ul {
	    width: 80%;
	}
}
@media screen and (max-width: 896px){
  #main p {
		text-align: left;
	}
	#phone p {
		text-align: center;
		font-size: 20px;	
	}
  	#suburbs p {
		text-align: center;
	}
}
@media screen and (max-width: 853px){
	.text_center {
		font-size: 35px;
	}
	h1 {
		font-size: 26px;
	}
	#ct1 {
		font-size: 24px!important;
	}
	#faq {
		width: 80%;
	}
}
@media screen and (max-width: 812px){
	#ct2 {
		padding-top: 0!important;
	}
	#display_buttons {
		width: 395px;
    	margin-left: auto;
    	margin-right: auto;
	}
}
@media screen and (max-width: 800px){
	#up {
		left: 88%;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 736px){
}
@media screen and (max-width: 684px){
	.subcontent img {
		width: 250px;
	}
}
@media screen and (max-width: 667px){
	#second_menu {
		display: none;
	}
	#second_menu_mobile {
		display: block;
	}
	#menu-tabs {
		margin-right: 0;
	}
}
@media screen and (max-width: 640px){
	.text_center {
		font-size: 30px;
	}
	h1 {
		font-size: 22px;
	}
	#ct1 {
		font-size: 20px!important;
	}
	#faq {
		width: 90%;
	}
	#main p {
		font-size: 16px;
	}
	#phone p {
		text-align: center;
		font-size: 20px;	
	}
}
@media screen and (max-width: 600px){
  nav {
	  display: none;
  }
  #myTopnav {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 35px;
 }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
	padding-top: 17px;
    display: block;
	margin-left: -31px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    left: 0;
    top: 0;
	margin-left: 7px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	.fa-bars {
		color: #766B65;
  }
  #logo {
	position: relative;
	margin-top: -40px;
	margin-left: 0;
	margin-left: auto;
	margin-right: auto;
	}
	#logo img {
		position: relative;
		text-align: center;
	}
	#main_image {
		margin-top: -115px;
	}
}
@media screen and (max-width: 568px){
}
@media screen and (max-width: 520px){
	.subcontent img {
		width: 320px;
	}
	#up {
	    left: 86%;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 414px){
	#contact_form {
		width: 100%;
	}
	form {
	margin-left: 0;
	}
	textarea {
		width: 260px;
	}
	#contact_form p {
		text-align: center;
	}
	#display_buttons {
		width: 280px;
	}
	#up {
	    left: 82%;
	}
}
@media screen and (max-width: 400px){
	#faq {
		width: 100%;
	}
}
@media screen and (max-width: 375px){
	#house_repair .home_img, #house_photos .home_img {
   		max-width: 330px;
	}
	#webmaster p {
		font-size: 14px;
	}
	#second_menu_mobile p {
		margin-left: 10px;
	}
}
