header h3.bg-success {
    background-color:white;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 30px;
}


.navbar-inverse {
    background-color: #e60000;
    border-color: #080808;
    margin-bottom: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
}


.navbar-inverse .navbar-nav>.active>a{
	background-color: darkcyan;
}



div#myNavbar ul li a{
	color:white;
	font-size: 16px;
}




a.navbar-brand{
	color:white !important;
	font-size: 25px;
	padding-right: 10px;
}

div#myNavbar ul li a:hover{
    background-color: darkorange;
   	transition: all 0.5s;
}

a.navbar-brand:hover{
	background-color: darkorange !important;
	transition: all 0.5s;
}


section#hero article .jumbotron{
	height: 600px;
	text-align: center;
	background-image: url(../images/wall-painting-yellow.jpg);
	background-repeat: none;
	background-size:cover;
	position: relative;
}

.imgfullwidth{
	width:100%; 
	height: auto;
}



.promo-text {
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.vert-align {
    margin-top: 12%;
}

.promo-text h1, .promo-text h2, .promo-text p{
	font-weight: bold;
	text-shadow: 2px 2px white;
}

section.info p{
	padding:50px;
	padding-top: 35px;
	padding-bottom: 0px;
	font-size:17px;
	text-align: center;
}

ul.listbackground{
    margin-top: 0;
    margin-bottom: 10px;
    /* list-style-type: none; */
    margin: 0;
    padding-left: 25px;
    font-size: 17px;
    text-align: center;
    background-color: #ff9999;
    width: 90%;
    margin: auto;
}

ul.listbackground li {
    padding-top: 3px;
}

section.info h3{
	text-align: center;
}

section.info .row{
	margin-bottom: 30px;
}

section.info{
	background-color: white;
}


section.info.exteriorbg {
    background-color: aliceblue;
}

footer{
	/*margin-top: 30px;*/
}

footer, footer a{
	background-color: #e60000;
	color:white;
}

footer li, footer li a{
	font-size:16px;
}

footer .footer-nav li a{
	text-decoration: none;
	padding: 6px;
	transition: all 0.5s;
}

footer .footer-nav li a:hover{
	background-color: darkorange;
	color:white;
	transition: all 0.5s;
}

footer ul{
	list-style: none;
	padding-left: 0px;
	line-height: 30px;
}

.footer-fb a:hover{
	text-decoration: none;
	transition: all 0.5s;
}

footer div.col-sm-3{
	height: 240px;
	margin-bottom: 25px;
}

footer h4{
	font-size: 20px;
	font-weight: bold;

}

footer ul li, footer h4{
	text-align: center;
}

footer h4#likeus{
	margin-top: 40px;
}

footer i.fab, i.fas{
	font-size: 40px;
	vertical-align: middle;
}

i.fab, i.fas{
	font-size: 40px;
	vertical-align: middle;
}



 footer p small{
	display: block;
	margin-top: 20px;
}

span.callus {
    border: 1px solid;
    padding: 7px;
    border-radius: 30px;
	display: inline-block;
	background-color: #f8eb8e;
	transition: all 0.5s;
	
}

span.callus:hover{
	background-color: darkorange;
	color: white;
	transition: all 0.5s;
}

span.callus a:hover{
	text-decoration: none;
	transition: all 0.5s;
}

.footertel a:hover{
	text-decoration: none;
	transition: all 0.5s;
}





.bg-blue{
	/*background-color: blue;*/
}



/* ==== FORMS ==== */

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
	background-color:darkcyan;
}

input[type="submit"]:hover{
	background-color: darkorange;
	transition: all 0.5s;
}

.input-lg {
    height: 46px;
    padding: 10px 10px;
}

/*map*/
iframe{
	width: 100%;
	height: 500px;
	margin: auto;
}

h3, h4{
	text-align: center;
}


ul.contact-address {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

div.contact-fb{
    padding-left: 0;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

div.contact-fb:hover{
	background-color: darkorange;
	transition: all 0.5s;

}

div.contact-fb a{
	text-decoration: none;
	font-size: 20px;
}



div.contact-fb i.fab.fa-facebook-square{
	font-size: 100px;
	display: block;
	margin: auto;
	text-align: center;
}

.col-sm-4.address-box {
    margin-top: 4%;
}

section.main-content{
	margin-bottom: 60px;
}

section.map{
	margin-bottom: 30px;
	background-color: aliceblue;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}





h2.body {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
	padding-top: 20px;
}
h2.body::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: darkorange;
	left: 0;
	right: 0;
	bottom: -10px;
}





/*=============================================
Terms and conditions*/

.terms h2{
	text-align: center;
}

.terms p, .terms li{
	font-size: 15px;
}

.terms{
	margin-bottom: 30px;
}








/*========================================*/
/*Media Queries*/



/*iPad Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.vert-align {
	    margin-top: 0%;
	}

	.mt7{
		margin-top: 7%;
	}
}


/*iPad Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

	.vert-align {
	    margin-top: 30px;
	}

	div#content {
	    width: 100%;
	}

	.promo-text{
		width: 60%;
	}
}





/*iPad Pro 12.9 Portrait mode*/
  @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
    and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
		div#content {
		    width: 85%;
		}
}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

  	section#hero article .jumbotron{
		background-image: url(../images/wall-painting-yellow-small.jpg);
	}

	span.callus {
	    padding: 7px;
	    margin-top: 10px;
	}

	.promo-text{
		width: 80%;
		top: 50%;
		background-color: rgba(255,255,255,0.5);
		height: auto;
	}

	.jumbotron {
    height: 400px !important;
	}

	h2.body {
    margin: 15px 0px 15px;
    padding-top: 15px;
	}

	section.info p {
	    padding: 25px;
	    padding-top: 10px;
	    padding-bottom: 0px;
	    font-size: 17px;
	    text-align: center;
	}

	footer ul li, footer h4 {
	    text-align: center;
	    font-size: 15px;
	}

	iframe{
		height: 300px;
	}

	div.contact-fb i.fab.fa-facebook-square {
	    font-size: 70px;
	}

	h2.text-center.body.contactform {
	    margin-bottom: 30px;
	}


}


/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

  	section#hero article .jumbotron{
		background-image: url(../images/wall-painting-yellow-small.jpg);
	}

	span.callus {
	    padding: 7px;
	    margin-top: 10px;
	}
}



/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}*/

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
 	
 	  	section#hero article .jumbotron{
		background-image: url(../images/wall-painting-yellow-small.jpg);
	}

	span.callus {
	    padding: 7px;
	    margin-top: 10px;
	}

	.promo-text{
		width: 80%;
		top: 50%;
		background-color: rgba(255,255,255,0.5);
		height: auto;
	}

	.jumbotron {
    height: 400px !important;
	}

	h2.body {
    margin: 15px 0px 15px;
    padding-top: 15px;
	}

	section.info p {
	    padding: 25px;
	    padding-top: 10px;
	    padding-bottom: 0px;
	    font-size: 17px;
	    text-align: center;
	}

	footer ul li, footer h4 {
	    text-align: center;
	    font-size: 15px;
	}

	iframe{
		height: 300px;
	}

	div.contact-fb i.fab.fa-facebook-square {
	    font-size: 70px;
	}

	h2.text-center.body.contactform {
	    margin-bottom: 30px;
	}
		

}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	 	section#hero article .jumbotron{
		background-image: url(../images/wall-painting-yellow-small.jpg);
	}

	span.callus {
	    padding: 7px;
	    margin-top: 10px;
	}

}