@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif !important;
}

p {
	font-size: 16px !important;
}

.navbar-nav .nav-item:nth-of-type(1) .nav-link {
	color: #005392
}

/**********************
Main
**********************/

.body-main img {
	width: 100%;
}

.header-section {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-text h1 {
	margin-bottom: 0;
    font-family: 'Tenorite', sans-serif;
    font-size: 65px;
    font-weight: bold;
    top: 10%;
    left: 10%;
    position: absolute;
}

.header-text h2 {
	position: absolute;
    bottom: 22%;
    right: 10%;
    font-family: 'Tenorite', sans-serif;
    font-size: 40px;
}

.header-text h1 span {
	color: #F34F15;
}

.main-section h2 {
	text-align: center;
    font-weight: normal;
    font-size: 33px;
    white-space: nowrap;
}

.inner-box {
	max-width: 40%;
    box-shadow: 1px 1px 10px 5px grey;
    padding: 1.5em;
    border-radius: 1em;
    margin: 0 auto;
}

.inner-box h4 {
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 1em;
}

.inner-box h4 img {
	width: 15px;
    position: relative;
    bottom: 10px;
}

.inner-box p {
    letter-spacing: 1px;
    line-height: 18px;
}

.inner-box p:nth-of-type(2) {
	margin: 1em 0;
}

.inner-box p:nth-of-type(3) {
	margin-bottom: 2em;
}

.inner-box p a {
	color: #1D68FF;
    text-decoration: underline;
}

.inner-box img {
	width: 100%;
}

.download-promo {
	position: relative;
    margin-top: 22%;
}

.promo-text {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 15%);
    text-align: center;
    width: 100%;
    color: #002060;
    font-weight: bold;
}

.promo-text h3 {
	font-weight: bold;
}

.promo-text p {
	margin-bottom: 2em;
}

.download-link {
	position: absolute;
    width: 100%;
}

.download-link a {
	color: #fff;
    background: #005DA2;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 1px grey;
}

.download-link a:hover {
	color: #fff;
	background: #0567b1;
	text-decoration: none;
}

.download-link span {
	color: #F34F15;
    position: absolute;
    top: 25%;
    margin-left: 1.5em;
}

.download-promo img:nth-of-type(1) {
	position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -5%) rotate(5deg);
    width: 350px;
}

.download-promo img:nth-of-type(2) {
	width: 100%;
}

.card-story img {
	border-radius: 10px;
	max-width: 100%;
	width: 40% !important;
}

.card-story-body {
	width: 55%;
}

.card-story-body h4 {
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 1em;
	letter-spacing: .5px;
}

.card-story-body p {
	font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 18px;
}

.card-story-body a {
	color: #1D68FF;
    text-decoration: underline;
    padding-top: 1em;
    display: inline-block;
}

.content-section {
	margin: 0 8%;
}

.content-section .card-story:nth-child(1) .card-story-body a {
	padding-top: 0;
}

.content-section .card-story:not(:first-of-type) {
	margin-top: 4.5em;
}

.subscribe-form {
	margin: 4em 0;
    text-align: center;
}

.subscribe-form .inner-form {
	border: 1px solid #AFABAB;
    display: inline-block;
	border-radius: 5px;
}

.subscribe-form p:nth-of-type(1) {
	font-size: 28px !important;
}

.subscribe-form p:nth-of-type(2) {
	font-size: 20px !important;
    margin-bottom: 2em;
}

.subscribe-form p:nth-of-type(3) {
	font-size: 15px;
    margin-bottom: 1.5em;
}

.subscribe-form input {
	border: none;
    padding: 8px 10px;
    width: 330px;
    background: none;
}

.subscribe-form input:focus {
	outline: none;
}

.subscribe-form button {
	border: none;
    padding: 8px 20px;
    background: #0070C0;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

#responseMessage {
	display: inline-block;
}

#responseMessage iconify-icon {
	font-size: 25px;
    position: relative;
    top: 8px;
    left: 10px;
}

@media only screen and (max-width: 1700px) {
	.header-text h2 {
		font-size: 36px;
	}
	.header-text h1 {
		font-size: 55px;
	}
}

@media only screen and (max-width: 1600px) {
	.header-text h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1500px) {
	.header-text h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 1400px) {
	.header-text h2 {
		right: 12%;
		font-size: 28px;
	}
	.header-text h1 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 1300px) {
	.header-text h2 {
		font-size: 25px;
	}
	.header-text h1 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1200px) {
	.download-promo {
		margin-top: 30%;
	}
	.header-text h2 {
		right: 10%;
		font-size: 24px;
	}
	.header-text h1 {
		font-size: 37px;
	}
}

@media only screen and (max-width: 1100px) {
	.body-main img {
		min-height: 300px;
	}
}

@media only screen and (max-width: 1000px) {
	.bg-image {
		min-height: 320px;
    	object-fit: cover;
	}
	.card-story img {
		width: 50% !important;
		height: max-content;
	}
	.header-text h2 {
		right: 5%;
	}
	.content-section {
		margin: 0;
	}
}

@media only screen and (max-width: 992px) {
	.inner-box {
		max-width: 60%;
	}
	.download-promo img:nth-of-type(1) {
		width: 300px;
	}
	.download-promo {
		margin-top: 40%;
	}
	.download-promo img:nth-of-type(2) {
		min-height: 450px;
	}
	.main-section h2 {
		font-size: 28px;
		white-space: unset;
	}
}

@media only screen and (max-width: 900px) {
	.body-main img {
		min-height: 270px;
	}
	.header-text h1 {
		top: 15%;
		left: 5%;
	}
	.header-text h2 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 800px) {
	.card-story img {
		margin-right: 1.5em !important;
	}
	.download-promo {
		margin-top: 30%;
	}
}

@media only screen and (max-width: 700px) {
	.bg-image {
		min-height: 300px;
	}
	.download-promo img:nth-of-type(1) {
		width: 270px;
	}
	.download-promo img:nth-of-type(2) {
		object-fit: cover;
	}
	.promo-text p {
		margin-bottom: 1em;
		padding: 0 2em;
	}
	.main-section h2 {
		white-space: unset;
	}
}

@media only screen and (max-width: 600px) {
	.header-text h1 {
		font-size: 40px;
	}
	.bg-image {
		min-height: 250px;
	}
	.main-section h2 {
		font-size: 20px;
	}
	.inner-box {
		max-width: 70%;
	}
	.download-promo img:nth-of-type(1) {
		width: 240px;
	}
	.download-promo {
		margin-top: 30%;
	}
	.subscribe-form p:nth-of-type(1) {
		font-size: 24px !important;
	}
	.subscribe-form p:nth-of-type(2) {
		font-size: 17px !important;
	}
}

@media only screen and (max-width: 550px) {
	.card-story {
		flex-direction: column;
	}
	.card-story-body {
		width: 100%;
	}
	.card-story img {
		width: 100% !important;
		margin-bottom: 2em;
	}
	.promo-text h3 {
		font-size: 26px;
	}
	.download-link a {
		font-size: 15px;
	}
	.download-link span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	.bg-image {
		min-height: 220px;
	}
	.inner-box {
		max-width: 80%;
	}
	.download-promo {
		margin-top: 35%;
	}
	.subscribe-form p:nth-of-type(1) {
		font-size: 20px !important;
	}
	.subscribe-form p:nth-of-type(2) {
		font-size: 16px !important;
	}
	.subscribe-form p:nth-of-type(3) {
		margin-bottom: 1em;
	}
	.subscribe-form input {
		width: 280px;
	}
	.subscribe-form input {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 450px) {
	.header-text h1 {
		font-size: 30px;
	}
	.bg-image {
		min-height: 200px;
	}
	.inner-box {
		max-width: 95%;
	}
	.download-promo img:nth-of-type(1) {
		width: 220px;
	}
	.download-promo {
		margin-top: 30%;
	}
	.subscribe-form p:nth-of-type(1) {
		font-size: 18px !important;
	}
	.subscribe-form p:nth-of-type(2) {
		font-size: 15px !important;
		margin-bottom: 1.5em;
	}
	.subscribe-form p:nth-of-type(3) {
		font-size: 15px !important;
	}
	.promo-text h3 {
		font-size: 23px;
	}
	.promo-text p {
		font-size: 15px !important;
	}
	.download-link span {
		display: none;
	}
	.header-text h2 {
		bottom: 25%;
		left: 5%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 950px !important;
	}
}

























