* {
	scroll-behavior: smooth;
	font-family: 'Montserrat', sans-serif;
	max-width: 100vw;
	box-sizing: border-box;
}

body {
	width: auto;
}

.navbar {
	background-color: #FFFCF9;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar h2 {
	position: relative;
	top: -14px;
	left: 83px;
}

.nav-link {
    padding: 0.5rem 1.5rem;
}

.navbar a {
	transition: .5s text-shadow;
}

.navbar a:hover {
	text-shadow: 0 0 1px #9d9c9c;
	transition: .5s text-shadow;
}

.navbar-brand {
	margin: 0 0 -22px 0;
}

.jumbotron {
	margin: 0 0 33vh 0;
	padding: 0;
}

.jumbotron img {
	max-width: 100vw;
	height: auto;
	position: fixed;
	z-index: -1;
}

.offset {
	padding-top: 320px;
}

.wrapAbout {
	background-color: #FFFCF9;
	min-height: 100vh;
	padding-bottom: 100px;
}

#about {
	position: relative;
	top: -200px;
}

.about img {
	padding: 0;
	margin: 0 50px 50px 0;
    box-shadow: 0 2px 6px 1px rgba(0,0,0,.4);
    width: 100%;
}

.about p {
	text-indent: 30px;
	line-height: 1.3em;
	text-align: justify;
}

.wrapServices {
	clear: both;
	background-color: rgba(0,0,0,.75);
	min-height: 100vh;
}

#services {
	color: #FFFCF9;
	position: relative;
	top: -200px;
}

.table {
	width: 85%;
	margin: 0 auto;
	background-color: rgba(0,0,0,.3);
}

.table thead th {
	border: 0;
	font-size: 1.25em;
}

.table th, .table td {
	padding: .6rem;
}

.wrapTestimonials {
	background-color: rgba(29, 45, 68, .9);
	min-height: 100vh;

}

#testimonials {
	position: relative;
	top: -200px;
}

.quotebox { 
	background-color: #FFFCF9;
	color: #1d2d44;
	margin-bottom: 75px;
	border-radius: 3px;
	padding-top: 10px;
}

#testimonials img {
	float: right;
	margin: -2px -6px 8px 8px;
	border-radius: 3px;
    box-shadow: 0 2px 6px 1px rgba(0,0,0,.4);
    max-height: 240px;
}

#testimonials h3 {
	color: #FFFCF9;
}

#contact {
	min-height: 65vh;
	background-color: #FFFCF9;
}

#contact.offset {
		padding-top: 150px;
}

#contact iframe {
	margin: 20px auto;
	width: 100%;
	text-align: center;
}

.title {
	text-transform: uppercase;
	font-weight: 800;
}

.data {
	padding: 0 0 50px 0;
}

.data a {
	color: #0A0908;
	text-decoration: none;
	transition: .5s text-shadow;
}

.data a:hover {
	text-shadow: 0 0 1px #0A0908;
	transition: .5s text-shadow;
}

#footer {
	min-height: 65px;
	background-color: #FFFCF9;
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer {
	padding-top: 20px;
}

*/

/*typography*/

body {
	font-family: 'Montserrat', sans-serif;
	color: #0A0908;
	overflow-x: hidden;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1rem;
}

.nav-item {
	font-family: 'Special Elite', cursive;
	color: #0A0908;
	font-size: 1.15rem
}

h3 {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 50px 0;
	font-family: 'Special Elite', cursive;
}

/*LINKS*/

a {
	color: #0A0908;
}

a:hover {
	color:#0A0908;
}

/*SIZES & WEIGHTS*/

.small {
	font-size: .75em;
}

.bold {
	font-weight: bold;
}

.indent {
	padding-left: 1.5em;
}

.BR {
	position: relative;
	top: 24px;
}

/*FLOATS & ALIGNS*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.leftAlign {
	text-align: left;
}

.centerAlign {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

@media only screen and (min-width: 400px) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 430px) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	.BR {
		position: relative;
	}
}

@media only screen and (min-width: 502px) {

	.BR {
		position: relative;
		top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.jumbotron {
	margin: 0 0 55vh 0;
	padding: 0;
	}

	.about img {
		width: 58.888888888%;
		float: left;
	}

	.wrapAbout {
		padding-bottom: 1px;
	}

	.BR {
		position: relative;
		top: 0px;
	}
}

@media only screen and (min-width: 992px) {
	.offset {
		padding-top: 150px;
	}

	.jumbotron {
	padding: 0;
	margin: 0 0 100vh 0;
	}

	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	.about {
		margin-top: -81px;
	}

	.wrapAbout {
		padding-bottom: 100px;
	}

	.about img {
		width: 65%;
		float: left;
	}

	#about {
		position: relative;
		top: 0;
	}

	#about h3 {
		position: relative;
		top: 81px;
		left: 328px;
		max-width: 250px;
	}

	#about p {
		margin-top: 81px;
		line-height: 1.4rem;
	}

	#services {
		position: relative;
		top: 0;
	}

	#testimonials {
		position: relative;
		top: 0;
}	
} 

@media (min-width: 1200px) {

	.about img {
		width: 75%;
		float: left;
	}
	#about h3 {
		position: relative;
		top: 81px;
		left: 436px;
	}

	#about p {
		margin: 81px 0 200px 0;
		line-height: 1.5rem;
	}
}