@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	margin:0px;
}
p {
	font-size:1.25em;
	line-height:1.5em;
    font-family: "ballinger-condensed",sans-serif;
	color:#282828;
}
/* IDs */
#hero {
	display: block;
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("https://designconcretepros.com/dcpedit/uploads/image/20210914_133145-0400-uid-f6e3198a-5540-4bfe-a939-963c29d45239-7855432.jpg");
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	min-height: 100vh;
	padding-bottom:20px;
	padding-top:140px;
}
#topbar {
	display: flex;
	justify-content: space-between;
	width:100%;
	height:50px;
	background:#282828;
	color:white;
	font-size:18px;
	font-family:"ballinger-condensed", sans-serif;
	vertical-align: middle;
	line-height: 52px;
	font-weight: 300;
}
a:hover {
	transition: all 0.5s ease;
}
#topbar a {
	display: block;
	text-decoration: none;
	color: white;
	padding:0px 10px;
}
#topbar a:hover {
	background-color:#4d88c7;
}
#menubar {
	display: flex;
	align-items:center;
	background-color:#4d88c7;
	height:90px;
	width:100%;		
	font-weight: 300;
}
#logo {
	width:100%;
	height:60%;
	text-align: left;
	margin-left:10px;
}
#logo img {
	height:95%;
}
#menu {
	display:none;
}
#mobile-menu {
	display:block;
	width:65px;
	height:55px;
	line-height:55px;
	text-align:center;
	font-family: "ballinger-condensed", sans-serif;
	color:white;
	font-size:30px;
	border-radius:10px;
	margin-right:10px;
	border:1px solid white;
	transition: all 0.5s ease;

}
#mobile-menu a, #dropdown_nav a {
	padding:20px 0px;
	display:block;
	text-decoration: none;
	color:white;
}
.mobile-menu-icon {
	cursor:pointer;
}
#dropdown_nav {
	border-top:1px solid #25476B;
	display:none;
	position:absolute;
	width:100%;
	background:#4d88c7;
	text-align:center;
	font-family: "ballinger-condensed", sans-serif;
	font-size:20px;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 50%);	
}
#mobile-menu:hover, #menu a:hover, #dropdown_nav a:hover, .current {
	background:#25476B;
}
#menu a {
	padding:15px 20px;
	display:block;
	text-decoration: none;
	color:white;
}
#calltoaction {
	width:80%;
	margin:0 auto;
	text-align:center;
}
#calltoaction h1, #page_summary h1 {
	font-family:"montserrat",sans-serif;
	font-style: italic;
	font-size:6vh;
	margin:50px 0px;
}
#intro {
	display:block;
	width:100%;
	font-family:"montserrat", sans-serif;
	color:#ffffff;
}
#intro p {
	text-align:center;
	color:#ffffff;
	font-family:"Montserrat", sans-serif;
}
.background-image {
	background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("https://designconcretepros.com/dcpedit/uploads/image/20210728_114918-0400-uid-374a4972-f745-4cf0-b346-9460c0c63f0e-11099658.jpg");
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
}
#quotes, #outro {
	padding:20% 10%;
}
.bodybg {
	background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("https://designconcretepros.com/dcpedit/uploads/image/20210914_133145-0400-uid-f6e3198a-5540-4bfe-a939-963c29d45239-7855432.jpg");
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
}
#page_summary {
	display:block;
	width:95%;
	margin:0 auto;
	min-height: 30vh;
}
#page_summary p {
	padding:0px 10%;
}
#page_summary > .image {
	display:block;
	border-radius:10px;
	overflow:hidden;
	margin:0 auto;
	height:300px;
	width:80%;
}
#page_summary > .image img {
	width:100%;
	height:100%;
	object-fit: cover;
}
#services {
	margin-bottom:200px;
}
#quotes h2 {
	font-family:"montserrat",sans-serif;
	font-style: italic;
	font-size:4vh;
	text-align:center;
	padding-top:50px;
}
h3 {
	font-family:"ballinger-condensed",sans-serif;
	font-size:2.5em;
}
#outro, #page_summary {
	text-align: center;
}
#footer {
	padding:22px;
	background:#282828;
	background-image: url(images/design-concrete-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
	height:600px;
	font-family: "ballinger-condensed",sans-serif;
	font-size:24px;
	color:white;
	text-transform:uppercase;
	text-align:center;
}
#footer a {
	text-decoration: none;
	color:white;
}
#footer a:hover {
	text-decoration: underline;
}
#bottombar {
	min-height:50px;
	background:#4d88c7;
	color:white;
	font-size:14px;
	font-family:"ballinger-condensed", sans-serif;
	font-weight: 300;
	padding:20px 10px 8px 10px;
	text-align:center;
}
.calc {
	border-radius:10px;
	padding:20px;
	text-align:left;
	color:white;
	background:#4d88c7;
}
.form {
	width:90%;
	margin:0 auto;
}
.error {
	color: red;
    text-align: center;
}
#small-contact {
	padding:5% 0;
}
form {
    font-family: "ballinger-condensed",sans-serif;
	font-size:20px;
}
form ul {
	list-style-type:none;
	padding:0px;
}
form ul li {
	padding:10px 0px;
}
input[type=text], input[type=number] {
    font-family: "ballinger-condensed",sans-serif;
	box-sizing: border-box;
	width: 100%;
    padding: 10px;
	margin:0 auto;
    font-size: 20px;
    border-radius: 10px;
    border: none;
}
textarea {
	font-family: "ballinger-condensed",sans-serif;
	box-sizing: border-box;
	width:100%;
	padding:10px;
	margin:0 auto;
	font-size:20px;
	border-radius:10px;
	border:none;
}
/* Classes */
.error, .success {
	display:none;
}
.first-class {
	padding-top:140px;
}
.sticky {
	width:100%;
	position: fixed; 
	top:0; 
	box-shadow: 0px 3px 10px rgb(0 0 0 / 50%);
}
.button {
	display:inline-block;
	text-decoration:none;
	font-family:"ballinger-condensed",sans-serif;
	font-weight:300;
	font-size:18px;
	color:white;
	border:1px solid white;
	border-radius:10px;
	background:#4d88c7;
	padding:15px 25px;
	text-transform:uppercase;
	margin-top:25px;
	transition: all 0.5s ease;
}
.button:hover {
	background:#25476B;
	font-size:20px;
}
.button2 {
	display: inline-block;
    text-decoration: none;
    font-family: "montserrat";
    font-weight: 700;
    font-size: 15px;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    background: green;
    padding: 5px 20px;
    transition: all 0.5s ease;
}
.button2:hover {
	background:#25476B;
	font-size:18px;
}
.bluebg {
	background:#4d88c7;
}
.bluetxt {
	color:#4d88c7;
}
.blacktxt {
	color:#282828;
}
.whitetxt {
	color:#FFFFFF;
}
.flex {
	display:flex;
}
.section {
	display:flex;
	flex-wrap: wrap;
	color:#282828;
	font-family:"ballinger-condensed",sans-serif;
	min-height:50vh;
	overflow:hidden;
}
.txtshadow {
	text-shadow: 5px 5px 3px rgba(0,0,0,0.4);
}
.review {
	font-family: "montserrat",sans-serif;
    font-style: italic;
    font-size: 2em;
    text-align: center;
    padding-top: 50px;
	font-weight: 700;
	margin:0;
	color:inherit;
}
.review-source {
    font-family: "ballinger-condensed",sans-serif;
    font-size: 2em;
	text-align:center;
	margin:0;
	color:inherit;
}
.section > .image {
	display:block;
	height:100%;
	width:100%;
}
.section > .image img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.section > .content {
	display:block;
	width:100%;
	padding:20% 10%;
}
.service_card {
	display:flex;
	flex-wrap: wrap;
	color:#282828;
	font-family:"ballinger-condensed",sans-serif;
	margin:20px auto;
	width:90%;
	overflow:hidden;
}
.card_style {
	background:#ffffff;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);	
	border-radius:10px;
}
.service_card > .calculator {
	display:block;
	width:100%;
}
.service_card > .image {
	display:block;
	width:100%;
	height:500px;
}
.service_card > .image img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.service_card > .content {
	display:block;
	height:500px;
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
.service_card > .content2 {
	display:block;
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
/*ANIMATIONS*/
/*TABLETS */
@media (min-width: 769px){
	.form {
		width:50%;
	}
	#topbar {
		justify-content: space-between;
	}
	#menubar {
		display: flex;
		flex-wrap:wrap;
		vertical-align: middle;
		justify-content: space-around;
		height:125px;
	}
	#logo {
		text-align: center;
		margin-left: 0px;
	}
	#menu {
		display:flex;
		width:80%;
		margin:0 auto;
		text-align:center;
		font-family: "ballinger-condensed", sans-serif;
		color:white;
		font-size:18px;
	    justify-content: center;
	}
	#mobile-menu {
		display: none;
	}
	#calltoaction h1, #page_summary h1 {
		font-size:8vh;
	}
	.section {
		height:70vh;
		overflow:hidden;
		flex-wrap:nowrap;
	}
	.section > .image {
    	height:100%;
		width: 50%;
	}
	.section > .content {
		height: auto;
		width: 50%;
		padding: 8%;
	}
	.reverse {
		flex-direction: row-reverse;
	}
	#footer {
		height:400px;
		text-align:left;
	}		
}
@media (min-width: 1000px) {
	#topbar {
		justify-content: flex-end;
	}
	#menubar {
		display: flex;
		flex-wrap:nowrap;
		vertical-align: middle;
		justify-content: space-around;
	}
	#logo {
		width:auto;
		height:90%;
		padding-top:7px;
		text-align: center;
	}
	#logo img {
		height:95%;
	}
	#menubar {
		height:90px;
	}
	#menu {
		width:auto;
		margin:0px;
	}
	#menu a {
    	padding: 35px 20px;
	}
	#calltoaction {
		width:65%;
	}
	.service_card {
		margin:50px auto;
		width:80%;
	}
	.service_card > .image {
		width:60%;
	}
	.service_card > .content {
		width:40%;
	}
	.section > .image {
    	height:100%;
		width: 70%;
	}
	.section > .content {
		width:30%;
		padding:4%;
	}
}
