@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

html {
	font-size: 16px;
	font-weight: 400;
}

body {
	margin: 0 auto;
	background-image: linear-gradient(rgba(255,255,255,.85), rgba(160,160,160,.65)), url("../Assets/BackgroundImage.jpg");
    background-size: cover;
}
a, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
}
	
h1, h2, h3, h4, h5, h6, p, q, button, a {
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

/*Navbar*/
nav a, nav a:hover, nav a:visited {
	color: #000;
}

.d-flex {
	display: -webkit-box!important;
}

nav img {
	height: 6vh;
	padding-right: 10px;
}

.navbar {
	border-bottom: 2px solid #333333;
}

.navbar-brand span {
		font-weight: 600; 
		font-family: 'Oswald', sans-serif;
	}
	
.navbar-nav {
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}

/*Homepage Main Section */
#mainSection {
	height: 700px;
	background-image: url('../Assets/PaperMap70Res_Optimized.jpg');
	background-size: cover;
	background-position: 54% 95%;
	background-repeat: no-repeat;
}

#mainSection .col {
	background-color: rgba(255, 255, 255, .90);
	border-radius: 3px;
	margin-bottom: 85%;
	padding:9px;
	}

#mainSection h4 {
	color: #000;
	font-weight: bold;
	font-size: 1.7rem;
}

 #mainSection p {
	color: #000;
	font-weight: 400;
	font-size: 1rem;
}

#mainSection {
	height: 625px;
	margin-bottom: 5vh;
}

.row {
	height: 100%
}



/*Why Map Section*/
#whyMap, #featuredProjects{
	max-width: 1800px;
	padding-bottom: 10px;
	margin: 0 auto;
}

#whyMap p, #featuredProjects p {
	font-weight: 400;
	font-size: 1em;
}

#quote {
	padding: 0 3vw;
}

#quote span {
	float: right;
}

#featuredProjects button, #whyMap button {
	display: block;
	margin: auto;
	background-color: #212529;
	border: none;
	border-radius: 3px;
	padding: 4px 10px;
	}

#featuredProjects button a, #whyMap button a {
	text-decoration: none;
	color: #fff;
}

#featuredProjects button a:hover, #whyMap button a:hover {
	text-decoration: none;
}

#featuredProjects p {
	font-size: 1.2rem;
}

#quote {
	display: none;
}

#whyMap .align-self-center, #featuredProjects .shiftLeft, #featuredProjects .infoBox {
    background-color: white;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #333;
    box-shadow: 2px 2px 3px 4px rgba(33,33,33,.15);
}



hr {
	background-color: #212529;
	width: 65%;
}



/*Why Map Page*/
.addPad {
		padding: 0px 5%;
		}

.addtBenes {
	text-align: center;
}

.addtBenes a {
	color: #217729;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
}

.whyMapMain .row {
	background-color: white;
}

.whyMapImg {
	max-height: 60vh;
    max-width: 95%;
	padding: 2% 0;
	}

.rowSpace .row {
	padding: 2% 0;
	margin: 0 auto;
	margin-bottom: 3%;
	border: 1px solid black;
	box-shadow: 3px 3px rgba(33,33,33, .5), -3px -3px rgba(33,33,33, .5);
	}
	
.rowSpace .col-md {
		text-align: center;
	}
	
.rowSpace .col-md ul{
		text-align: left;
	}
	
.responsiveHidden{
	display: none;
}

.responsiveVisible {
	display: initial;
}
	

	
	

/* Featured Projects Section*/
#featuredProjects {
	margin-bottom: 20px;
}

#featuredProjects img {
	max-height: 90vh;
	max-width: 95%;
	box-shadow: 4px 3px 10px rgba(0, 0, 0, 1), -4px -3px 10px rgba(0, 0, 0, 1) ;
}

#featuredProjects .row {
	margin-bottom: 50px;
	max-width: 97vw;
}

#featuredProjects>p {
	font-weight: 600;
}

#featuredProjects h4, #featuredProjects h2{
	font-size: 1.75rem;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 2px 2px rgba(245,245,220,.75);
}

#featuredProjects h2 {
	margin: 20px auto;
	text-decoration: underline;
}

#recentClients {
	width: 100%;
	background-color: rgba(255,255,255,.7);
	padding: 20px;
	margin: 15px auto;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
}

#recentClientsLogos {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 95%;
	margin-bottom: 15px;
}

.clientLogo {
	width: 28%;
	text-align: center;
	padding-bottom: 10px;
}

#recentClientsLogos .clientLogo img {
	box-shadow: none;
	/* max-height: 30vh; */
	width: 100%;
	}


#featuredProjects .shiftLeft p {
	margin-bottom: 0;
}

.whyMapShowFullSizeOnly {
	display: none;
}

.whyMapShowResponsiveOnly {
	display: default;
}



/*Featured Project Pages*/

.featProj {
	width: 98%;
	margin: 2vh auto;
	border: 2px solid #555;
	border-radius: 3px;
	box-shadow: 2px 2px #999;
	background-color: #fff;
}

.featProjImg {
		text-align: center;
	}

.featProjLogo {
	text-align: center;
}

.featProjLogo img{
	max-width: 100%;
	max-height: 400px;
	border-radius: 3px;
}

.featProjStats h4 {
	display: none;
}

.featProjStats, .featProjStats p {
	text-align: left;
	
}

.featProjStats ul {
	list-style-type: none;
}

p .inPageLink {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
}


/*Contact Form*/
.cognito {
	display: block;
	margin: 0 auto;
	width: 60vw;
	min-height: 79vh;
	padding: 2%;
}
		
.contactImg {
	max-height: 60vh;
	border-radius: 3px;
}
	
.contactImageCol {
	text-align: center;
	padding-bottom: 10px;
}

.cognito .c-forms-form {
	background-color: initial !important;
}

/*About Page */
.about {
	min-height: 79vh;
}

.about p {
	background-color: white;
	padding: 10px;
	border-radius: 2px;
}

/*Footer*/
footer {
	width: 100%;
	background-color: #212529;
	/*padding: 15px 0 15px 0;*/
	margin: 0;
	text-align: center;
}	

footer img {
max-height: 10vh;
padding: 10px 3px;}

footer .col-md-4, footer .col-md-2 {
padding: 10px 0;}




/*Media Queries*/
@media screen and (min-width:600px) {
	.navbar {
	background-color: white !important;  
	box-shadow:2px 2px 4px 2px rgba(100,100,100,.5); 
	position: fixed; 
	top: 0; 
	width: 100%; 
	/* height: 67px;  */
	z-index: 1;
}
	
	.navbar-brand img{
		position: absolute; 
		top: 14px; 
		height: 100px;
	}
	
	.navbar-brand span {
		margin-left: 115px; 
		color: #191919; 
		font-size: 25px; 
		
	}
	
	#mainSection {
	background-position: 45% 95%;
	margin-top: 65px;
	}
	
	#mainSection .col {
	margin-bottom: 25%;
	}
	
	#quote {
		display: block;
	}
	
	#featuredProjects h4, #recentClients h4{
	font-size: 2rem;
	text-transform: uppercase;
	}
	
	#featuredProjects h2, #recentClients h2  {
	font-size: 2.5rem;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
		
	
	#featuredProjects .row {
		margin: 0 auto;
		margin-bottom: 50px;
	}
	
	#recentClientsLogos {
		width: 80%;
	}
	
	.clientLogo {
		width: 18%;
	}

	#recentClientsLogos .clientLogo img {
	box-shadow: none;
	/* max-height: 15vh; */
	max-width: 100%;
	}

	
	#mainSection p {
	font-size: 1.3rem;
}
	
	#featuredProjects .shiftLeft p {
	margin-bottom: 15px;
	}
	
	.featProj, .whyMapMain, .about, .contact {
		margin-top: 145px;
	}

	.responsiveHidden {
		display: block;
	}
	
	#featuredProjects .responsiveHidden {
		display: flex;
	}
	
	.responsiveVisible {
		display: none;
	}
	
	footer .col-md-4, footer .col-md-2 {
    padding: 10px 5px;}
}
	
@media screen and (min-width: 768px){
	.featProjStats h4 {
		display: default;
	}
	
	.rowSpace .row {
		padding: 0;
	}
	
	footer {
		max-height: 18vh;
	}
		
	.whyMapShowFullSizeOnly{
	display: block;}
    
	.whyMapShowResponsiveOnly {
	display: none;}
}