/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */
body {
	padding-top: 0px;
	font-size: 16px;
	background: white url(../images/background.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1.mt-4 {
	font-size: 32px;
	font-weight: bold;
	}
	
h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;	
	}	
	
.reviewcta {
	font-size: large;
	font-weight: bold;
	text-align: center;
	}	

img.resized {
	width: 100%;
	height: auto;
	}
	
.wpcf7 {
    text-align: center;
    margin-bottom: 24px;
}	
	
input, textarea {
	margin-bottom: 12px;
	width: 100%;
	}	
	
.contact-button {
	color: white !important;
	padding: 12px;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin: 0 auto;
	padding: 8px 16px 8px 16px;
	background-color: rgb(241, 90, 41); 
}
	
.orange {
	background-color: white;	
	color: rgb(241, 90, 41);
	}	

.roundeds div,	
.orangebg {
	background-color: rgb(241, 90, 41);
	color: white;
	}
	
.orangeborder {
	border: 3px solid rgb(241, 90, 41);
	}		
	
.orangetopbtm {
	border-top: 0.75vw solid rgb(241, 90, 41);
	padding: 12px;
	border-bottom: 0.75vw solid rgb(241, 90, 41);	
	}	
	
.white {
	
	}
	
.whitebg {
	background-color: white;
	color: black;
	}
	
.darko {
	
	}
	
.darkobg {
	color: #ffffff;	
	}				

.darkobg a {
	color: #cccccc;
	}				


.topcta {
	font-size: large;
	text-align: right;
	font-weight: 500;
	}
	
.topcta a {
	padding: 8px;
	}	
	
.main {
	margin-bottom: 0.5vw;	
	}	
	
.reason1, .reason2, .reason3 {
	display: block;
	width: 100%;
	margin-top: 1.5vw;
	margin-bottom: 0.5vw;
	overflow: hidden;
	}

.just1, .just2, .just3, .just4 	{
	padding: 1vw;
	margin-bottom: 2vw;
	}

.top, .main, #form, .reason1, .reason3 {
	background-color: white;
	padding: 12px;
	}
	
.reason2 {
	background-color: rgba(24, 24, 24, 0.75);
	color: white;
	padding: 12px;
	}	

.roundeds {
	display: block;
	clear: both;
	}

.roundeds div {
	background: rgb(241, 90, 41) url('../images/check.png') no-repeat center;
	padding: 12px 12px 12px 48px;
	background-position-x: 12px;	
	width: calc(50% - 16px);
	margin: 8px 16px 8px 0;
	float: left;
	border-radius: 8px;
	font-size: 24px;
	font-weight: bold;
	}
	
@media only screen and (max-width: 640px) {
	.roundeds div {
		width: 100%;
		}
}	