
/* NOTEhtml is set to 62.5% so that all the REM measurements throughout Skeletonare based on 10px sizing. So basically 1.5rem = 15px:) */
.container {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.5em;
/* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.3;
	font-weight: 400;
	font-family: "Raleway", "sans-serif";
background:url(https://www.4-point-inspection.com/images/sky_bg.jpg); 
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;

}

.pricing 	{font-size: 3.0rem;
	color: #006600;
	font-family: 'Chango', cursive;
	font-weight: 600;
}

.subtopic {
	font-family: verdana, helvetica, arial;
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
	display: block;
	margin-left: 10px;
    padding:5px 0px 5px;

}




.div {border: 2px solid red;}

   select {
        width:120px;
text-align: center;

    }
option {
text-align: center;
    }

.space {padding-top: 6px;}


.report_title {
	font-family: helvetica, arial;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	display: block;
	background-color: #000066;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	box-shadow: 0px 5px 10px #333333;
}

.logo {
	padding-top: 40px;
  padding-bottom: 30px;
  width: 80%;
  max-width: 296px;
  

}

   .screens {
	width: 90%;
max-width: 400px;


}

   .tablets {
	width: 90%;
max-width: 400px;


} 
 

.bottom {
	font-family: helvetica, arial;
	font-size: 2rem;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	display: block;
	background-color: #006600;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	box-shadow: 0px 5px -10px #333333;
}

a.bottom:link
{color: white;
   }
   
a.bottom:visited {
  color: white;
   }
   
a.bottom:hover {
  color: black;
  background: #ff9900;
   }
/* Typography–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
	font-size: 2.8rem;
	line-height: 1.1;
	
	font-family: "Raleway";
	font-weight: 600;
      width: 90%;
    border: 3px solid green;
    padding: 10px;
  background-color: #efefef;
}

h2 {
	font-size: 2.4rem;   
	line-height: 1.1;
	font-family: "Raleway";
	font-weight: 600;
}
h5 {
	font-size: 1.8rem;
	line-height: .05;
	
	font-family: "Raleway";
}
p {
	margin-top: 0;
    text-align: left;
}


.price {
	font-size: 40px;
    font-family: 'Abril Fatface', cursive;
    width: 75%;
    color: #ffffff;
    border: 3px solid green;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #006600;
}

.price_caption {
	font-size: 2.0rem;
   	line-height: 1.1;
	font-family: "Raleway";
	font-weight: 400;
}

.content_image_right {
  padding-top: 0px;
    padding-bottom: 10px;
      padding-left: 0px;
        padding-right: 0px; 
    float: center;
  width: 80%;
  max-width: 550px;

    
}
    
.content_image_left {
      float: left;
     padding: 15px; 
    height: 250px;
    width: 250px;
    }



.phone_number
{color: #000066;
  font-size: 5rem;

  border-color: black;
	font-family: "Archivo Narrow";
	font-weight: 700;
  	box-shadow: 0px 5px -10px #333333;
}
a.phone_number:link
{text-decoration: underline;
   	box-shadow: 0px 5px -10px #333333;
   }
a.phone_number:hover
{text-decoration: none;
color: #ff9900;}

a.phone_number:active
{text-decoration: none;
color: #006600;}


}
.row {
	display: block; border-style: solid;
}


button.accordion { 
 /* Xs out the Gradient of the Phone Menu
background: -webkit-linear-gradient(#000033,
#cccccc,
#ffffff,
#cccccc,
	#000033);
background: -o-linear-gradient(#000033,
#cccccc,
#ffffff,
#cccccc,
	#000033);
background: -moz-linear-gradient(#000033,
#cccccc,
#ffffff,
#cccccc,
	#000033);
background: linear-gradient(#000033,
#cccccc,
#ffffff,
#cccccc,
	#000033);  */
  margin-top: 15px;
	cursor: pointer;
	padding: 5px;
	width: 90%;
  max-width: 300px;
	font-weight: bold;
/*	border-style: solid;
  border-width: 1px;
  border-color: black;  */
	text-align: center;
	border-radius: 16px;
	box-shadow:4px 4px 10px #003300;
	box-sizing: border-box;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
}
button.accordion:active, button.accordion:hover {  
  background: #ff9900;
/* Give a Gradient––––––––––––––––––––––––––––––––––––––––––––
background: -webkit-linear-gradient(#003300,
#99cc99,
#ffffff,
#99cc99,
	#003300);
background: -o-linear-gradient(#003300,
#99cc99,
#ffffff,
#99cc99,
	#003300);
background: -moz-linear-gradient(#003300,
#99cc99,
#ffffff,
#99cc99,
	#003300);
background: linear-gradient(#003300,
#99cc99,
#ffffff,
#99cc99,
	#003300);
*/ 
}

div.panel {
	padding: 0 40px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.phone_menu {
	display: block;
	position: relative;
	padding-top: 10px;
}

.phone_panel {
	display: block;
	background: #e1e1e1;
  border-radius: 10px;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;

  font-family: "Archivo Narrow";
	font-weight: 700;
}
a.phone_panel:link {
	text-decoration: none;
	color: #000000;
}
a.phone_panel:hover {
	text-decoration: none;
	color: #000000;
	background: #ff9900;

}
.menu_item {
	display: none;
}
.dropdown  { display: none;}
.logo {
	padding-top: 40px;
  padding-bottom: 10px;
	width: 60%;
}

.main_graphic {width: 90%; max-width: 400px; padding: -20px;}

.certificate {width: 90%; max-width: 400px; padding: -20px; line-height: 10%; }

p {
	margin-top: 0;
}
.4_column_container {
	max-width: 800px;
}
.4_column_container {
	width: 50%;
	max-width: 700px;
}





.five.columns {
	width:100%;
padding: 0px; 
border-style: solid;
border-color: white;
	text-align:center;
background: #cedbe1;}



.three.columns {
	width:100%;
padding: 0px; 
border-style: solid;
border-color: white;
	text-align:center;
background: #cedbe1;}


.submit_button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
    border-width:4px;	
    border-style:outset;
	border-radius: 20px;
width: 50%;
padding: 8px;
font-size: 14px;
background-color: #006600;
box-shadow: 8px 8px 8px #333333;
}


/* For devices larger than 550px */
@media (min-width: 750px) {
.container {
	width: 100%;
	max-width: 960px;
}



.column,.columns       {margin-left:0%;}
.column:first-child,
.columns:first-child   {margin-left:0;}
.one.column            {width:8.333333%;}
.two.columns           {width:16.666666%;}
.three.columns         {width:25%;}
.four.columns          {width:33.333333%;}
.five.columns          {width:41.666666%;}
.six.columns           {width:50%;}
.seven.columns         {width:58.333333%;}
.eight.columns         {width:66.666666%;}
.nine.columns          {width:50%;
border-style: solid;
      border-color: #ccccff; text-align:center;}
.ten.columns           {width:83.333333%;}
.eleven.columns        {width:91.666666%;}
.twelve.columns        {width:100%; margin-left:0;}
.one-half.column       {width:50%;}
.4_column_container    {width:50%; max-width:700px;}

.menu_item {
	display: block;
	background: #cccccc;
  font-size: 1.5rem;
	width: 130px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 10px;
  font-family: "Archivo Narrow";
	font-weight: 400;
      box-shadow:4px 4px 10px #003300;
}
a.menu_item:link {
	text-decoration: none;
	color: #000000;
}
a.menu_item:hover {
	text-decoration: none;
	color: #000000;
	background: #ff9900;

}


/* Dropdown Button–––––––––––––––––––––––––––––––––––––––––––––––––– */
.dropbtn {
	display: block;
	background: #cccccc;
  color: #000000;
	width: 130px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-family: "Archivo Narrow";
	font-weight: 400;
    border: none;
    cursor: pointer;
      box-shadow:4px 4px 10px #003300;
      z-index: -99;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    background-color: #cccccc;
        border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 4px 4px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #99cc99}

.dropdown:hover .dropdown-content {
    display: block;
    
}

.dropdown:hover .dropbtn {
    background-color: #ff9900;
   
}
/* End Dropdown Button ----------------*/

.logo {
	padding-top: 40px;
  padding-bottom: 30px;
  
/* 100% size Graphic ----------------  
	width: 370px; 296
	height: 190px; 152*/
  
  
 /* 80% size Graphic ----------------*/ 
  width: 296px;
  height: 152px;
}

.phone_number {
	display: none;
}
.phone_menu {
	display: none;
}



h1 {
	font-size: 3.8rem;
      
    width: 90%;
    border: 3px solid green;
    padding: 10px;
	font-family: "Raleway";
	font-weight: 600;
}
.main_graphic {width: 90%; max-width: 400px;}

.certificate {width: 90%; max-width: 250px; line-height: 10%;}


h2 {
  	padding-right: 5%;
	  padding-left: 5%;
}
h5 {
	font-size: 1.8rem;
	padding-left: 10%;
}
p { display: block;
text-align: left;
	margin-top: 0;
	padding-left: 5%;
	padding-right: 5%;
}

.content_image_right {
  
    float: right;

    width: 250px;
}
    
.content_image_left {
      float: left;
     padding: 15px; 
     height: 250px;
    width: 250px;
    }
   
   
    .bottom {
	font-family: helvetica, arial;
	font-size: 2rem;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	display: block;
	background-color: #006600;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	box-shadow: 0px 5px -10px #333333;
}

a.bottom:link
{color: white;
   }
   
   a.bottom:visited
{color: white;
   }
   
      a.bottom:hover
{color: black;
background: #ff9900;
   }
   

   .screens {
	width: 250px;}   

.tablets {
	width: 450px;}

   .certificate_screens {
	width: 450px;


}
.logo_bg_l {float: left;
width:15%;}

.logo_bg_r {float: right;
width:15%;}
}/* CSS Document */