
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #5d636b; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
	padding-top: 7rem;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/header-background.jpg') center center no-repeat;
	background-size: cover;
}

h1 {
	color: #32373e;
	font: 600 2.5rem/3.25rem "Poppins", sans-serif;
}

h2 {
	color: #32373e;
	font: 600 2rem/2.75rem "Poppins", sans-serif;
}

h3 {
	color: #32373e;
	font: 600 1.75rem/2.375rem "Poppins", sans-serif;
}

h4 {
	color: #32373e;
	font: 600 1.5rem/2.125rem "Poppins", sans-serif;
}

h5 {
	color: #32373e;
	font: 600 1.25rem/1.75rem "Poppins", sans-serif;
}

h6 {
	color: #32373e;
	font: 600 1rem/1.5rem "Poppins", sans-serif;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}



.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #5d636b;
	text-decoration: underline;
}

a:hover {
	color: #5d636b;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.green {
	color: #04d89f;
}

.bg-gray {
	background-color: #f7fafd;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #04d89f;
	border-radius: 32px;
	background-color: #04d89f;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	border: 1px solid #04d89f;
	background-color: transparent;
	color: #04d89f;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.5rem 1.625rem 2.5rem;
	border: 1px solid #04d89f;
	border-radius: 32px;
	background-color: #04d89f;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	border: 1px solid #85d6a8;
	background-color: transparent;
	color: #04d89f;
	text-decoration: none;
}

.btn-solid-lg .fab {
	margin-right: 0.5rem;
	font-size: 1.25rem;
	line-height: 0;
	vertical-align: top;
}

.btn-solid-lg .fab.fa-google-play {
	font-size: 1rem;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #32373e;
	border-radius: 32px;
	background-color: transparent;
	color: #32373e;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	border: 1px solid #32373e;
	background-color: #32373e;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.5rem 1.625rem 2.5rem;
	border: 1px solid #32373e;
	border-radius: 32px;
	background-color: transparent;
	color: #32373e;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	border: 1px solid #32373e;
	background-color: #32373e;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #32373e;
	border-radius: 32px;
	background-color: transparent;
	color: #32373e;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	border: 1px solid #32373e;
	background-color: #32373e;
	color: #ffffff;
	text-decoration: none;
}




/*****************/
/*    Header     */
/*****************/
.header {
	padding-top: 7rem;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/header-background.jpg') center center no-repeat;
	background-size: cover;
}

.header .image-container {
	text-align: center;
}

.header .text-container {
	text-align: center;
}

.header h1 {
	margin-bottom: 1rem;
	color: #ffffff;
}

.header #js-rotating {
	color: #2cf9c2;
}

.header .p-large {
	margin-bottom: 2.25rem;
	color: #ffffff;
}

.header .btn-solid-lg {
	margin-right: 0.375rem;
	margin-bottom: 1.125rem;
	margin-left: 0.375rem;
}

.header .btn-solid-lg:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

