/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #ffffff; 
	font: 400 1rem/1.625rem Poppins,sans-serif;
}

h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
}
h2 {
	font-weight: 500;
	font-size: 2rem;
	line-height: 3.25rem;
}
.p-large {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

/******************/
/*     Header     */
/******************/
.header {
	position: relative;
	min-height: 100%;
	padding-top: 3rem;
	background-image: url(../images/banner_bg.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #333;
}

.header .text-container {
	margin-bottom: 10rem;
}

.header h1 {
	margin-bottom: 0.875rem;
}

.header .p-large {
	margin-bottom: 2.75rem;
	color: #888;
}
.header .p-medium {
	font-size: 1rem;
	margin-bottom: 2.75rem;
	color: #887;
}
.header .p-small {
	font-size: .75rem;
	margin-bottom: 2.75rem;
	color: #888;
}
/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* General Styles */
	h1 {
		font-size: 3rem;
		line-height: 3.75rem;
	}
	/* end of general styles */


	/* Header */
	.header {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding-top: 0;
	}

	.header .text-container {
		margin-bottom: 6rem;
	}


	.header .text-container {
		width: 872px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of header */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* Header */
	.header h1 {
		font-size: 3.625rem;
		line-height: 4.5rem;
		letter-spacing: -0.4px;
	}
	/* end of header */
}
/* end of min-width 1200px */