@charset "utf-8";

/* Black shadow with 10px blur */
.dropshadow {
	drop-shadow(16px 16px 10px black);
}

.jumboPaint {
    border-top: 1px solid #FF0004;
	border-bottom: 1px solid #FF0004;
}

.jumbotron {
  margin: 0;
  align-items: center;
  display: flex;
  background-color: #898888;
  color: white;
}

.jumboFit {
	margin: 0px;
	padding: 0px;
}

.intro {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 400;
    text-align: center;
    padding-bottom: 80px;
}

.intro-box {
    padding-top: 36px;
    padding-bottom: 18px;
}

.intro-space {
    padding-top: 24px;
    padding-bottom: 28px;
    font-weight: 600;
}

.services-box {
    background-color: #D0D9EC;
    padding-top: 80px;
    padding-bottom: 60px;
}

.service {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 300;
    padding-bottom: 80px;
}

.testimonial-box {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}

.testimonial {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.testimonial-name {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #272727;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 16px;
}

.contact-box {
    background-color: #D0D9EC;
    padding-top: 80px;
    padding-bottom: 60px;
}

.contact-space{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-box {
    background-color: #00143E;
    color: aliceblue;
    padding-top: 30px;
    padding-bottom: 20px;
}

/* -==== 1200 to 992 media ==================================================- */
@media screen and (max-width: 1200px) and (min-width: 992px) {
	
	.intro {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		color: #1A1A1A;
		font-weight: 400;
		text-align: center;
		padding-bottom: 80px;
	}
	
	.service {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		color: #1A1A1A;
		font-weight: 300;
		padding-bottom: 80px;
	}
	
	.testimonial {
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
		font-size: 16px;
		color: #1A1A1A;
		font-weight: 400;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.testimonial-name {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		color: #272727;
		font-weight: 500;
		padding-top: 12px;
		padding-bottom: 16px;
	}
	
}
/* -==== End 1200 to 992 media ==================================================- */

/* -==== 991 to 768 media ==================================================- */
@media screen and (max-width: 991px) and (min-width: 768px) {
	
	.intro {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #1A1A1A;
		font-weight: 400;
		text-align: center;
		padding-bottom: 80px;
	}
	
	.service {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #1A1A1A;
		font-weight: 300;
		padding-bottom: 80px;
	}
	
	.testimonial {
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
		font-size: 14px;
		color: #1A1A1A;
		font-weight: 400;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.testimonial-name {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #272727;
		font-weight: 500;
		padding-top: 12px;
		padding-bottom: 16px;
	}
	
}
/* -==== End 991 to 768 media ==================================================- */

/* -==== 767 to 576 media ==================================================- */
@media screen and (max-width: 767px) and (min-width: 576px) {
	
	.intro {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #1A1A1A;
		font-weight: 400;
		text-align: center;
		padding-bottom: 80px;
	}
	
	.service {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #1A1A1A;
		font-weight: 300;
		padding-bottom: 80px;
	}
	
	.testimonial {
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
		font-size: 12px;
		color: #1A1A1A;
		font-weight: 400;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.testimonial-name {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #272727;
		font-weight: 500;
		padding-top: 12px;
		padding-bottom: 16px;
	}
	
}
/* -==== End 767 to 576 media ==================================================- */

/* -==== Max 575 media ==================================================- */
@media screen and (max-width: 575px) {
	
	.intro {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #1A1A1A;
		font-weight: 400;
		text-align: center;
		padding-bottom: 80px;
	}
	
	.service {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #1A1A1A;
		font-weight: 300;
		padding-bottom: 80px;
	}
	
	.testimonial {
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
		font-size: 12px;
		color: #1A1A1A;
		font-weight: 400;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.testimonial-name {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #272727;
		font-weight: 500;
		padding-top: 12px;
		padding-bottom: 16px;
	}
	
}
/* -==== End Max 575 media ==================================================- */

/* -==== Header / Nav ==================================================- */
/* scales top nav icons */
.top-icons {
	font-size: 26px;
	margin-top: -4px;
	margin-bottom: -10px;
}
/* Social Icons */

.facebook {
	color: #AFAFAF;
	margin-right: -24px;
}
.facebook:hover {
	color: #003AC3;
}
.twitter {
	color: #AFAFAF;
	margin-right: -24px;
}
.twitter:hover {
	color: #003AC3;
}
.pintrest {
	color: #AFAFAF;
	margin-right: -24px;
}
.pintrest:hover {
	color: #C50000;
}
.youtube {
	color: #AFAFAF;
}
.youtube:hover {
	color: #C50000;
}
.instagram {
	color: #AFAFAF;
	margin-right: -24px;
}
.instagram:hover {
	color: #0036A3;
}
.linkedin {
	color: #AFAFAF;
	margin-right: -24px;
}
.linkedin:hover {
	color: #003AC3;
}

