/* Edit This File For All Custom CSS */

@import "https://fonts.googleapis.com/css?family=Raleway:100,400&display=swap";

body {
	font-family:'Raleway',sans-serif;
	color:#111111;
}

body.home #content_container {
	margin: 0 auto
}

body.desktop div.logo img {
	padding: 20px 0
}

body.desktop.scroll div.logo img {
	padding: 5px 0
}

/* Begin Testimonials Section */

section.testimonials {
	background-image: url('../images/testimonials-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
	padding: 10% 20%;
}

body.mobile section.testimonials {
	padding: 5%;
}

.testimonial_container {
	background-color: rgba(255, 255, 255, 0.80);
	padding: 25px;
}

.testimonials_title {
	text-align: center;
	font-size: 2em;
}

.author {
	text-align: center;
}

/* End Testimonials Section */

section.gray {
	background:#F1F1F2;
	padding: 35px;
	margin: 0;
}

/* Footer Logo Styling */
.footer-logo {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
}

.footer-logo-img {
	max-height: 80px;
	width: auto;
	height: auto;
}
