<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background-color: #78ca3c; // #99ca3c
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-weight: normal;
}


 a {
    color: #ffffff;
    text-decoration: none;
 }

 a:hover, a:active, a:focus {
    color: #9d9fa2;
    text-decoration: none;
 }
@media (max-width: 768px) {
	.content-info {
		text-align: center;
		margin-top: 50px;
	}
}
@media (min-width: 768px) {
	.container {
		width: 100% !important;
	}

	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}

@media (min-width: 992px) { 
	body {
		font-size: 18px;
	}

	h1, h2 {
		font-size: 40px;
	}
	h3, h4 {
		font-size: 30px;
	}
	.content-info {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1080px) { 
	body {
		font-size: 16px;
	}
	h1, h2 {
		font-size: 36px;
	}
	h3, h4 {
		font-size: 24px;
	}
}

.content-info {
	text-align: right;
}
.content-info p {
	margin-bottom: 0px;
}

.logo-img {
	text-align: right;
	text-align: -webkit-right;
	padding-right: 0px !important;
}</pre></body></html>