/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/48fdgf74fffg.jpg') center center no-repeat;
	background-size: cover;
/**
	background-color: #2f2c3d;
**/
}

body, p {
	color: #f1f1f8; 
	font: 400 1rem/1.75rem "Open Sans", sans-serif;
}

h1 {
	font-weight: 100;
    font-size: 58px;
    line-height: 62px;
    color: #fff;
    letter-spacing: 3px;
	margin: 0 0 40px;
/*
	color: #f1f1f8;
	font: 700 2.75rem/3.5rem "Montserrat", sans-serif;
*/
}

h2 {
	color: #f1f1f8;
	font: 700 2rem/2.625rem "Montserrat", sans-serif;
}

h3 {
	color: #f1f1f8;
	font: 700 1.5rem/2.25rem "Montserrat", sans-serif;
}

h4 {
	color: #f1f1f8;
	font: 700 1.375rem/2.125rem "Montserrat", sans-serif;
}

h5 {
	color: #f1f1f8;
	font: 700 1.125rem/1.625rem "Montserrat", sans-serif;
}

h6 {
	color: #f1f1f8;
	font: 700 1rem/1.5rem "Montserrat", sans-serif;
}

.p-large {
	font: 400 1.125rem/1.875rem "Open Sans", sans-serif;
}

.p-small {
	font: 400 0.875rem/1.625rem "Open Sans", sans-serif;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font: 700 1rem/1.5rem "Montserrat", sans-serif;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #f1f1f8;
	text-decoration: underline;
}

a:hover {
	color: #f1f1f8;
	text-decoration: underline;
}

.blue {
	color: #00c9db;
}

.hr-heading {
	display: inline-block;
	width: 4.5rem;
	height: 0.125rem;
	margin-top: 0;
	border: none;
	background-color: #00c9db;
}

.bg-dark-blue {
	background-color: #262431;
}

.mb-6 {
	margin-bottom: 6rem;
}

.pt-6 {
	padding-top: 6rem;
}

.btn-solid-reg:hover {
	border: 1px solid #e84a26;
	background-color: transparent;
	color: #e84a26;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.5rem 1.625rem 2.5rem;
	border: 1px solid #e84a26;
	border-radius: 2rem;
	background-color: #e84a26;
	color: #ffffff;
	font: 600 0.875rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	border: 1px solid #e84a26;
	background-color: transparent;
	color: #e84a26;
	text-decoration: none;
}

/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		padding-top: 9rem;
	}

	.header .btn-solid-lg {
		margin-bottom: 0;
	}

	.header .text-container {
		margin-bottom: 5rem;
		background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(232, 74, 38,1));
		padding: 2rem;
	}
	/* end of header */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	h1 {
		font-size: 3.25rem;
		line-height: 4.125rem;
	}

	.h2-heading {
		width: 32rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 34rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */
	
	
	/* Header */
	.header {
		padding-top: 10rem;
		text-align: left;
	}

	.header .text-container {
		margin-top: 4rem;
		margin-bottom: 0;
		background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(232, 74, 38,1));
		padding: 4rem;
	}

	.header .btn-solid-lg {
		margin-right: 0.625rem;
		margin-left: 0;
	}
	/* end of header */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* Header */
	.header {
		padding-top: 11rem;
	}

	.header .text-container {
		margin-top: 7.5rem;
		margin-left: 1.5rem;
		background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(232, 74, 38,1));
		padding: 5rem;
	}

	.header img {
		margin-left: 2.5rem;
	}
	/* end of header */
}
/* end of min-width 1200px */