@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
/* CSS Document
@inport needs to be the first item in the css doc */
/*--------------------------------------------------------------
navigation from Chris 16px base font  now we use em (approx) 1 em = base font size  which is 16px
--------------------------------------------------------------*/
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*CSS - reset  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
/*.................................  */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}



audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

 img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
Images - reset 

--------------------------------------------------------------*/
 img {
    display: block; 
    width: 100%;
height: auto;
}
figure {margin: 0;padding: 0;}

/*base styles  chris -----------------------------------------------*/
body{
    
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    margin: 0;
    padding: 0px;
    background-color: #111;
    overflow-x: hidden;
}

/*end of base styles   */
#page {
    max-width: 1200px;
    margin: 0 auto;
    background-color:#f3f0f0;
    color: white;
    position: relative;
}

/*text 1.6em = 60% bigger than the base whic in this case is 16px */

h1 { margin: 0 0 1em 0; font-size: 2.8em; font-weight: 700;}
h2 { margin: 0 0 .5em 0; font-size: 1.6em; font-weight: 700; line-height: 1.1em;}
h3 { margin: 0 0 .5em 0; font-size: 1.3em; font-weight: 700;}
h4 { margin: 0 0 1.5em 0; font-size: 1em; font-weight: 700;}
p  { margin: 0 0 1em 0;}
a{color: #0073ff;}
a:visited{color: #65b1ff;}

header div.tagline a.btn {
    font-size: 1.2em;
	border: 1px solid #fff;
    text-decoration: none;
    color: #000;
    padding: 4px 15px;
    transition: background-color .5s;
}

header div.tagline a.btn:hover {
background-color: rgba(0, 0, 0, 3);
color: #fff;
}

div.outside_tagline{
    font-size: 1.3em;
    text-decoration: none;
    color: #000;
    transition: background-color .5s;
    text-align: center;
    width: 80%;
    display: none;
    margin: 20px auto;
}
div.outside_tagline h1{
    line-height: 1em;
    color: #000;
}

div.outside_tagline a.btn {
    font-size: 1.2em;
	border: 1px solid #2b2a2a;
    text-decoration: none;
    color: #000;
    padding: 4px 15px;
    transition: background-color .5s;
}

div.outside_tagline a.btn:hover {
background-color: rgba(0, 0, 0, 3);
color: #fff;
}

section.intro a.btn {
    font-size: 1.2em;
    text-decoration: none;
 color: #2d77b6;
    padding: 0px;
    transition: background-color .5s;
    font-weight: 700;
}

section.intro a.btn:hover {
    font-size: 1.3em;
    color: #01155f;
}

/*main site starts here   */

/*header */
header {
    height: 430px;
    /*position properties x position = center   y position  = bottom  */
    background:  #0a0a0a url(../images/banner_1200_430.png) no-repeat center bottom;
    position: relative;
}
/*logo is positioned absolute  relative to the page which is position relative  */

header a.logo{
    z-index: 1;
    position: absolute;
    display: block;
    width: 200px;
    height: 106px;
    background: url(../images/rest4plans_logo.svg) no-repeat 0 0 ;
    background-size: contain;
    top: 10px;
    left: 20px;
     }

header a.logo span{
    display: none;
}

header div.tagline{
    position: absolute;
    width: 42%;
    top: 180px;
    left: 55%;
}

header div.tagline h1{
    line-height: 1em;
    margin: 0 0 30px 0;
    color: #000;
}
/* end of header */

/*section intro  */
section.intro div.floorplan_img{
    width: 1000px;
    background: url(../images/plan_banner.jpg) no-repeat 0 0 ;
    background-size: contain;
}

/*section floorplan */
.floorplan_title{
    text-align: center;
}

section.floorplan_content{
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 20px;
  color: black;
  font-size: 1.4em;
  text-align:justify;
  line-height: 1.6em;

}

/*start of navigation  */
nav {
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 50px 0 0 0;
    width: 100%
}
/*pseudo element to clear the float */
nav::after{
    content: '';
    display: block;
    clear: both;
}
nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li:hover{
    background-color: #2b0306;
}
/*we are targeting the ul which is a direct descendant of the hover state   */

nav ul li:hover > ul{
   display: block;
}
nav ul li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    width: 125px;
    position: relative;
}

nav ul li a:visited{
    color: #fff;
}
nav ul li a:hover{
    background-color: #6d0911;
}

nav ul ul{
    position: absolute;
    top: 100%;
    background-color:#2b0306;
    display: none;
}


nav ul ul li{
    position: relative;
}

/*we are targeting the unordered list in a unordered 
list  in this case it does not apply to our application */

nav ul ul ul{
    left: 100%;
    top:0px;
   
}


/*end of the 3rd level menu*/

/*top level  
nav > ul  =  target any ul  which is a direct child of nav */

nav > ul{padding-left: 200px;}
nav > ul > li{float: left;}

/*changing the top level anchor tag so that it is
auto no longer  125px like  set  */

nav > ul > li > a{
    width: auto;
    padding:10px 20px 15px 20px;
}
nav a[aria-haspopup="true"]::after{
    content: '';
    display: block;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 16px;
    right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
}
/*OVERRIDE TOP class */

nav > ul > li > a[aria-haspopup="true"]::after{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    left: 20px ; right: auto;
    bottom: 6PX; top: auto;
}

/*end of navigation */
/*start of home */

.home_content{
    width: 80%;
    padding: 10px 40px 10px 40px;
    margin: 40px auto 20px auto;
    background-color: #d0cfd04e;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.6em;
 color: #000;
}
/*3 bucket layout goes here flex box  */
/*--------------------------------------------------------------
Boxes
--------------------------------------------------------------*/

  .box {
    display: flex;
    width: calc(80% - .5em);
    margin: 60px auto 20px auto;
  }

.box a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: black;
    background: white;
    transition: all .2s;
}

.box a:hover,
.box a:focus {
    box-shadow: 0 4px 8px 2px hsla(0, 0%, 70%, .6);
    transform: scale(1.1);
}

.featured-image {
   /* -webkit-filter: sepia(50%);
     filter: sepia(50%);*/
    transition: all .2s;
}

.box a:hover > .featured-image,
.box a:focus > .featured-image {
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
}
p.uppercase{
    text-align: center;
    color: #000;
}

ul.box_list {
  list-style: none;
  text-decoration: none;
  padding: 0px;

}

@media screen and (min-width: 650px) {
    .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

 .box {
    display: flex;
    width: calc(60% - .5em);
    margin: 60px auto 20px auto;
  }
}

@media screen and (min-width: 900px) {
    .boxes {
        max-width: 50em;
        margin: 0 auto;
    }
    .box {
        width: calc(33.333333% - .5em);
    }
    .double {
        flex: none;
    }
}
/*--------------------------------------------------------------
 pricing flex box start here price for  marketing plans 
--------------------------------------------------------------*/
.marketing_content{
    list-style: none;
    text-decoration: none;
    padding: 0px;
}

.box-text {
  text-align: center;
  padding: 20px;
}
.price-box {
    background-color: #000;
    margin: 0 0 1em;
    text-align: center;
    padding-bottom: 20px;
    
}

div.title{
    color: #000;
    text-align: center;
    margin: 20px 0px;
}

.sub_title {
  width: 100%;
  display: block;
  margin: 0px 0 20px 0;
  padding: 10px;
  text-align: center;
  background-color: #cdd0d1;
  color: #000;
  text-decoration: none;
  list-style: none;
  line-height: 2.5em;
}

ul.sub_title li:nth-child(even) {
    background-color: #d9ddde;
}ul.sub_title li:nth-child(odd) {
    background-color: #fff;
}

section.price-boxes div.price-box ul {
    list-style: none;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;
}

@media screen and (min-width: 650px) {
    .price-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .price-double {
        flex: 2 0 100%;
    }
    .price-box {
        display: flex;
        width: calc(50% - .5em);
    }
}

@media screen and (min-width: 900px) {
    .price-boxes  {
        max-width: 50em;
        margin: 0 auto;
    }  
    .price-box {
        width: calc(33.333333% - .5em);
    }
    .price-double {
        flex: none;
    }
    div.sub-title h2 {
    width: 100%;
    display: block;
    margin: 20px 0 20px 0;
    text-align: center;
    background-color: #6d0911;
}
}
/*remodeling page  */

main.remodel{
    width: 100%;
    margin: 0 auto 0 auto;
    color: black;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.6em;
}
  .remodel_content {
  width: 80%;
  margin: 20px auto;
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  color: #000;
}
.remodel_header {
  font-size: 42px;
  padding: 24px;
  color: black;
  text-align: center;
}

    /*remodeling at 825 px  */
@media screen and (max-width: 825px) {
    .remodeling-banner {
      height: 300px;
      background: url(../images/interior_elevations.jpeg) no-repeat center bottom;
    }
  }

/*  responsive price box  */

section.intro {
    font-size: 1.4em;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    margin: 20px auto 20px auto;
    text-align: center;
    font-size: 1.2em;
    padding: 20px 0px 20px 0px;
  }
.matrix_popup {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px -5px #555555ad;
  padding: 4rem;
  border-radius: .6rem;
  margin: 0px auto;
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  display: none;
  line-height: 3rem;
  z-index: 10;
}

.matrix_title{
    text-align: center;
    width: 80%;
    background-color: #003458;
}
ul.matrix_popup_ul li:nth-child(2n+1) {
  background-color: #afafaf;
} 
.matrix_popup_box{
    background-clip: padding-box;
    text-align: center;
    border: 2px solid #000;
    background-color: #fdfdfd;
    border-radius: .5rem;
    padding: 2px;
    margin-left: 10px;
    margin-right: 10px;
}
a.matrix_popup_button{
    font-size: 1em;
    color: #03146b;
    cursor: pointer;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-align: center;
    padding: 2px 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
}
a.matrix_popup_button:hover{
    font-size: 1.2em;
    color: #000000;
    transition: all 0.3s ease-out;
}
.matrix_popup:target{
    visibility: visible;
    opacity: 1;
     display: inline;
}
.matrix_popup h3{
    margin-top: 0;
    color:#333;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.matrix_popup .matrix_popup_close{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all  200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.matrix_popup .matrix_popup_close:hover{
    color: #21759b;
}
.matrix_popup .matrix_popup_content{
    max-height: 50%;
    overflow: auto;
    background-color: #a6afba;
}
.matrix_popup_price_box ul {
  text-decoration: none;
  list-style: none;
  padding: 0px;
}
div.matrix_popup_price_box ul li:nth-child(2n+1) {
  background-color: #fff;
}
@media screen and (max-width:700px) {
    .matrix_popup_box{
        width: 70%;
    }
    .matrix_popup{
        width: 70%; 
    }
    .matrix_popup h2{
    margin-top: 0;
    color:#fff;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}   
}
main.site_plan{
    width: 80%;
    margin: 0 auto 0 auto;
    padding: 20px;
    color: black;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.6em;
}
.site_content {
  margin: 20px auto;
  background-color: #d0cfd04e;
  position: relative;
}
.site_text{
    margin: 20px auto;
    width: 90%;
}
section.color_siteplan{
    width: 900PX;
    height: 1100pX;
    background-color: #0073ff;
    background: url(../images/2dColorSitePlan.jpg) no-repeat 0 0 ;
    background-size: contain;   
}

.roof_siteplan{
    width: 80%;
    margin: 20px auto 20px auto;
    background-color: #e7e9eb;
    text-align: center;
    color: #000;
}

section.color_siteplan h1{
    color: #000;
}
div.creation h2{
    padding: 20px 40px 20px 40px;
}
.left_aline{
     padding: 20px 40px 20px 40px;
}
/*photography css starts here   */
section.site{
    color: #000;
}
section.what_else{
    width: 80%;
    margin: 0 auto;
    color: #000;
    background-color: #c0c0c0;
    text-align: center;
    padding: 20px;
}
/*section photography starts here*/
section.carousel {
	width: 80%;
	background-color: #000000;
	color: #ffffff;
	position: relative;
	margin: 0 auto;
  }
/*----------------start of photography slider carousel-------------------------*/
#slider{
	margin: 0 auto;
	width: 100%;
	padding-left: .1px;
	background: #000;
	position: relative;
	z-index: 1;
}
#slider input[type=radio]{
	display: none;
}
#slider label{
	cursor: pointer;
	text-decoration: none;
}
#photo_slides{
	margin: 0 auto 0 auto;
	width: 100%;
	padding-left: .1px;
	background: #000;
	position: relative;
	z-index: 1;
}
#overflow{
	width: 100%;
	overflow: hidden;
}
#slide1:checked ~ #photo_slides .inner{
	margin-left:0;}
#slide2:checked ~ #photo_slides .inner{
	margin-left: -100%;}  
#slide3:checked ~ #photo_slides .inner{
	margin-left: -200%;}
#slide4:checked ~ #photo_slides .inner{
	margin-left: -300%;}
#slide5:checked ~ #photo_slides .inner{
		margin-left: -400%;}
#slide6:checked ~ #photo_slides .inner{
			margin-left: -500%;}

#photo_slides .inner{
	transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	width: 600%;
	line-height: 0;
}
#photo_slides .photo_slide{
	width: 16.66666%;
	float: left;
	display: flex;
	justify-content:center;
	align-items: center;
	height: 100%;
	color: #fff;
}
#photo_slides .photo_slide_1{
	background:  #00171f ;
}
#photo_slides .photo_slide_2{
	background: #003458;
}
#photo_slides .photo_slide_3{
	background: #007ea7;
}
#photo_slides .photo_slide_4{
	background: #008ae8;
}
#photo_slides .photo_slide_5{
	background: rgb(215, 129, 224);
}
#photo_slides .photo_slide_6{
	background: #387254;
}
#controls{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
	width: 100%;
	height: auto;
	z-index: 3;

}
#controls label{
	transition: opacity 0.2s ease-out;
	display: none;
	width: 50px;
	height: 50px;
	opacity: .8;
}

#controls label:hover{
	opacity: 1;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(6),
#slide6:checked ~ #controls label:nth-child(1)
{
	width: 50px;
	height: 50px;
    background:url("../images/right_arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
	display: block;
}

#slide1:checked ~ #controls label:nth-last-child(1),
#slide2:checked ~ #controls label:nth-last-child(6),
#slide3:checked ~ #controls label:nth-last-child(5),
#slide4:checked ~ #controls label:nth-last-child(4),
#slide5:checked ~ #controls label:nth-last-child(3),
#slide6:checked ~ #controls label:nth-last-child(2)
{
	width: 50px;
	height: 50px;
    background:url("../images/left_arrow.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
	display: block;
}
#bullets{
    width: 80%;
	margin:  0 auto;
	text-align: center;
    padding: 20px 0 20px 0;
}
#bullets label{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #4867e1;
	margin: 0 20px;
}

#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4),
#slide5:checked ~ #bullets label:nth-child(5),
#slide6:checked ~ #bullets label:nth-child(6)
{
	background: #ffffff;
}

@media screen and (max-width: 900px) {
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(6),
#slide6:checked ~ #controls label:nth-child(1),
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(5),
#slide5:checked ~ #controls label:nth-last-child(6),
#slide6:checked ~ #controls label:nth-last-child(1){
margin: 0;
}
}

/*----------------end of photography slider carousel-------------------------*/
section.price .photo_content{
	padding-top: 20px;
	padding-left: 40px;
}
section.price div.photo_content h1{
	margin-bottom: 4px;
}
section.price div.photo_content p{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:1.6em;
}
  section.photo-main{
    padding: 0px;
    width: 80%;
    margin: 0 auto;
}
section.photo-main aside{
    width: 33.3%;
    float: left;
    text-align: center;
    color: #000;
    background-color: #f1f1f1;
}
section.photo-main aside div.photo-content1{
    margin: 0 auto;
    text-align: center;
    color: #000000;
    background-color: darkgrey;
    padding: 20px 0px 20px 0px ;
}
section.photo-main aside div.photo-content2 {
    margin: 0 auto;
    text-align: center;
    background-color: #555555;
    color: white;
    padding: 20px 0px 20px 0px ;
  }
  section.photo-main aside div.photo-content3 {
    margin: 0 auto;
    text-align: center;
    background-color: #000000;
    color: white;
    padding: 20px 0px 20px 0px ;
  }
  .disclaimer{
      width: 80%;
      text-align: center; 
      margin: 0 auto;
      font-size: 1.2em ;
      font-weight: 500;
      color: #000;
      padding: 20px 0px;
  }


  div.photo_title {
  color: #000;
  text-align: center;
  margin: 20px 0px;
}

.photography_description {
  width: 80%;
  padding: 40px 40px 20px 40px;
  margin: 40px auto 20px auto;
  background-color: #d0cfd04e;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.6em;
  color: #000;
}
/*----------------end of photography page-------------------------*/

section::after{
    content:'';
    display: block;
    clear: both;
}
  img.img-fluid{
    width: 100%;
    height: auto;
  }

  /*----------------drone css -------------------------*/

  /*----------------end drone css -------------------------*/

/*----------------3d virtual contact css -------------------------*/

.virtual_content{
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
}


.virtual_header{
  font-size: 42px;
  padding: 24px;
  color: black;
  text-align: center;
}

.virtual_title {
  width: 80%;
  position: relative;
  margin: 0px auto;
  padding: 29px 0px;
  text-align: center;
  color: #000;
  font-size: 1.4em;
  line-height: 1.6em;
}

.virtual_list_item_box{
    width: 80%;
    margin: 0px auto;
    background-color: #ffffff;
    position: relative;
    color: #000;
    text-align: center;
}

.virtual_list_item{
    font-size: 24px;
    list-style: none;
    color: #000;
    text-decoration: none;
    text-align: center;

}

/*----------------faq css -------------------------*/

header div.faq_tagline a.btn {
    font-size: 1.2em;
	border: 1px solid #fff;
    text-decoration: none;
    color: #000;
    padding: 4px 15px;
    transition: background-color .5s;
}

header div.faq_tagline a.btn:hover {
background-color: rgba(0, 0, 0, 3);
  color:#fff;
}

header div.faq_tagline {
  position: absolute;
  width: 42%;
  top: 180px;
  left: 55%;
}
  header div.faq_tagline h1{
        line-height: 1em;
    margin: 0 0 30px 0;
    color: #000;
    }

/*----------------contact css -------------------------*/

.contact {
  width: 100%;
  margin: 10px auto;
  line-height: 1.5em;
}
.contact_title{
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
}
.contact_info_box{
    width: 80%;
    margin: 0px auto;
}

.contact_info{
    width: 100%;
    background-color:#fff;
    margin: 29px auto 20px auto;
    color: #000000;
}
section.contact_content{
    width: 100%;
    background-color: #f2f2f2;
    color: #000000;
}

.contact_text {
  font-size: 1.6em;
  width: 80%;
  color: #000;
}

.contact_content_left {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 50%;
  background-color: #cfcfcf;
  height: 400px;
  text-align: center;
}

  .contact_content_right {
    width: 50%;
  float: left;
  color: #000;
  background-color: #f2f2f2;
  float: left;
  text-align: left;
  padding-top: 90px;
}


.phone_svg {
  float: left;
  margin: 20px;
  width: 40px;
}
.clear_photo{
    clear: both;
}

.mail_svg{
    display: inline;
    float: left;
    margin: 20px;
    width: 40px;
}
h2.phone_title{
    margin-bottom: 0px;
    padding-top: 20px;
}
h2.mail_title{
    margin-bottom: 0px;
    padding-top: 20px;
}
.phone_number {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7;
}
/*service area starts here*/
.service_area_description {
  width: 80%;
  padding: 40px 40px 20px 40px;
  margin: 40px auto 20px auto;
  background-color: #d0cfd04e;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.6em;
  color: #000;
}

.service_area {
  margin: 20px auto 0px auto;
  position: relative;
  background-color: #fff;
  width: 80%;
}
.service_area_content {
  background-color: rgba(255, 255, 255, .973);
  margin: 0px auto;
  position: relative;
  color: black;
}
 .service_area_content_text {
  margin-top: 2rem;
  text-align: center;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
}
.service_content_box {
  width: 80%;
  background-color: #cfcfcf;
  text-align: center;
  margin: 0px auto;
  color: #000;
  padding: 10px 0px 10px 0px;
  font-size: 1.4em;
}
.map {
  margin: 80px auto;
}
.service_content{
    width: 80%;
    margin: 100px auto 100px auto;
    text-align: center; 
    font-size: 1.4em;

}
img.img_radius {
  border-radius: 5%;
  box-shadow: -15px -17px 25px 4px rgba(0,0,0,0 .44);
  padding: 20px 0px 20px 0px;
}


.left_inside {
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 0px 40px;
}

/*footer responsive */
aside.footer_box2 > ul > li > a { color:#ffffff; }
footer ul {
    list-style: none ;
}

aside.footer_contact > ul > li > a { color:#ffffff; }

footer ul li a{
   text-decoration: unset;
}
footer ul li {
 line-height: 1.5em;
}

footer ul li a:hover{
   text-decoration: underline;
}

footer ul li a{
    text-decoration: unset;
}
/*footer */

section.footer_main {
  padding: 40px 10px 0px 10px;
}
section.footer_main aside {
  width: 33.3%;
  height: 325px;
  float: left;
  text-align: left;
  color: #fff;
}
section.footer_main aside div.about_us {
  margin: 0 auto;
  text-align: let;
  color: #fff; 
  height: 100%;
  border: none;
}
section.footer_main aside div.footer_nav1 {
  margin: 0 auto;
  text-align: center;
  background-color: #555555;
  color: white;
  padding: 20px 20px;
   height: 100%;
}
section.footer_main aside div.footer_nav2 {
  margin: 0 auto;
  text-align: left;
  color: white;
  padding: 20px 0px 20px 0px;
  height: 100%;
}
/* footer */
/* ----------------------------------------------------------------
------------------------------- Media queries chris  1000 px break point 1 ------------------------ */

@media screen and (max-width:1000px){
    /*once you are above 1000px these rules will not apply  */

    h1 {font-size: 2.4em;}
    /*header */
header div.tagline {
   left: 56%;
}
header div.tagline hi{
    margin-bottom: 20px;
}
}
/* Media queries 750 px break point*/
@media  screen and (max-width:950px) {
    section.photo-main aside{
      width: 100%;
      float: left;
      text-align: center;
    }
    section.photo-main aside div.photo-content{
        margin: 8px auto 8px auto;
        padding: 5px 0px 20px 0px;
    }

/* Media queries  footert*/

  section.footer_main aside div.about_us {
    border-bottom: thin inset white;
    padding-bottom: 20px;
  }
   
  section.footer_main aside.footer_box1 {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 20px;
    height: auto;
  }
    section.footer_main aside.footer_box2 {
    width: 50%;
    float: left;
    text-align: left;
  }
    section.footer_main aside.footer_box3 {
    width: 50%;
    float: left;
    text-align: left;
  }

  /* Media queries
contact page*/

  .contact_content_left {
    float: left;
    width: 100%;
  }
  .contact_content_right {
    float: left;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
  }
}
/* Media queries 825 px break point chris*/
@media screen and (max-width: 825px) {
  h1 {
    font-size: 1.4em;
  }
 /*header new background image 825 X 300px */
    header { height: 300px; 
             background: #0a0a0a url(../images/banner_825_300_2.png)no-repeat center bottom; 
    }
    header div.tagline{
        top: 120px;
    }
    header div.faq_tagline{
        top: 120px;left: 48%;
    }
     header div.tagline a.btn {
  font-size: 1.2em;
  border: 1px solid #5f5555;
  text-decoration: none;
  color: #000;
  padding: 4px 15px;
  transition: background-color .5s;
    }

    div.remodel_header h3{
        font-size: .9em;
    }
}

/* Media queries
  790 px NAV*/
@media  screen and (max-width:790px) {
/*navigation BRING THE NAV UNDER LOGO*/
/*header  logo gets smaller */
header a.logo{ width: 110px;}
nav{padding-top: 80px;}
nav > ul{padding: 10px;}
/*moving taging lower and made it smaller*/
    header div.tagline {top: 160px;}
    header div.tagline {
    top: 150px;
    left: 49%;
  }
    header div.tagline h1{
    margin: 0 0 10px 0;
  }

}

/* Media queries
chris  760 px break point*/

@media  screen and (max-width:760px) {
    h2 {font-size: 1.4em;}
    h3 {font-size: 1.1em;}
    a.btn{font-size: 1em;}
    header div.faq_tagline{ top: 140; left: 49%;}
}

/*ssSmaller screen one column layout 640px */
@media  screen and (max-width:625px) {
     header a.logo {display: none;}
     header { height: 160px; 
             background: #763434 url(../images/banner_640_160.png)no-repeat center bottom; 
            }
     header div.tagline{
             display: none;
            }
     div.outside_tagline{
            display: block;
            } 
     section.carousel {
            width: 100%;
            } 

            }
  
img.logo_red{
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    
}
/*ssSmaller screen one column layout 625px */

@media  screen and (max-width:625px) {
    h1{font-size: 1.6em;}
    h3{margin-bottom: 0px;}
    a.btn{font-size: .9em;}
/*navigation remove the position value 
which will get the navigation back down where it belongs for the one column layout*/
    nav {
    position: static;
    width: 80%;
    padding: 20px 15px;
    background-color: #4b0a0c;
    margin: 0 auto;
    }
    nav ul,
    nav ul ul,
    nav ul ul ul{
        display: block;
        position: static;
    }
    nav > ul{
        padding: 0px;
    }
    nav > ul > li{
        float: none;
        margin-top: 25px;

    }
    nav ul li:hover{
    background: none;
    }
    nav ul li a{
    width: auto;
    display:block;
    margin: 8px 10px;
    padding: 8px 15px;
    border: 1px solid  rgba(255, 255, 255, .25);

    }
    nav ul li a:hover{
    background-color: rgba(255, 255, 255, .2);
    }
    nav ul ul{
    background: none;
    }
    nav ul ul li a{  margin-left: 30px;}
    nav ul ul ul li a{margin-left: 60px;}
            
    #bullets {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 20px 0;
} 

  #bullets label {
    width: 15px;
    height: 15px;
    margin: 0px 15px;
  }

}

/*smallest  screen 425px */
@media screen and(max-width:425px){
    header {
        height: 110px;
        background:url(../images/banner_425.jpg);
        background-position: top left;
    }
    header a.logo{
        height: 30px;
        background: rgba(0, 0, 0, .65) url(../images/logo_small.svg);
        background-size: 126px 17px;
    }
    header div.faq_tagline {
  position: absolute;
  width: 42%;
  top: 140px;
  left: 40%;
    }
    header div.faq_tagline h1{
        font-size: 1em;
        margin-bottom: 10px;
    }
    header div.faq_tagline a,btn{
        padding: 2px 30px;
        font-size: .8em;
    }

    /*footer */
    footer::after{
        content:'';
        display:block;
        clear: both;
    }
    footer div.content a{
        display: inline-block;
        margin: 0 0 10px 0;
        clear: both;
    }
}
@media screen and (max-width: 540px) {
  section.footer_main aside.footer_box2 {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
    border-bottom: thin inset white;
    padding-bottom: 20px;
  }
    section.footer_main aside.footer_box3 {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
  }
}
/*    FOOTER STARTS HERE  */
.footer {
    width: 80%;
    position: relative;
    background: #252525;
    padding: 50px 25px 50px 25px;
    margin: 20px auto;
}

footer .inner {
    width: 100%;
    text-align: left;
    border: #ffffff thin;
}

footer aside.about_us{
    width: 33.3%;
    float: left;
    font-size: 14px;
    text-align: left;
}
footer aside.footer_nav{
    width: 33.3%;
    float: left;
    font-size: 14px;
    text-align: left;
}

footer aside.footer_contact{
    width: 33.3%;
    float: left;
    font-size: 14px;
    text-align: left;
}

footer span.clear{
    clear: both;
}

.mail_icon{
    width: 20px;    
    height: 20px;
}
.mail_icon img{
    display: inline;
}

.phone_icon{
    width: 20px;    
    height: 20px;
}
.text {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    letter-spacing: .18em;
    font-weight: 600;
}
.copyright {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
}
.footer .column {
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.footer .column-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.5em;
    color: #ffffff;
}
.footer .column-title:not(:first-child) {
    margin-top: 1em;
}
.illustration {
    left: 8%;
    position: absolute;
    top: -28px;
}
.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
.section-sub-heading {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.section-sub-heading span {
    opacity: 0.6;
}
.section-sub-heading strong {
    font-weight: 600;
}
@media only screen and (max-width: 990px) and (min-width: 200px) {
    .section-title {
        font-size: 30px;
    }
    .section-sub-heading {
        font-size: 18px;
    }
    footer.footer {
        padding-top: 20;
    }
}