@charset "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}

.topnav {
	overflow: hidden;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}
.topnav a {
	float: left;
	display: block;
	direction: rtl;
	color: #FFFFFF;
	text-align: center;
	padding: 17px 18px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.topnav a:hover {
	color: #2C9AB7;
}
.topnav-right {
	float: right;
}
.topnav .icon {
	display: none;
}

.lp_header {
	margin: 0px;
	/* margin-top: 0px; */
	/* margin-right: 0px; */
	/* margin-bottom: 0px; */
	/* margin-left: 0px; */
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 4px;
}

.lp {
	background-color: #B3B3B3;
    background-image: url("../images/LP2021.png");
	height: 300px;
    background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	margin-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 1px;
}
.tagline a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.tagline a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.tagline a:hover {
	text-decoration: none;
	color: #717070;
}

/* Info card sections */

.cards {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.card {
	float: left;
	flex: 48%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	border-radius: 5px;
	border-top: 8px solid #C4C4C4;
}

.cards .card h4 {
	margin-top: 8px;
	margin-bottom: 0px;
	color: #52BAD5;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
}
.cards .card h4 a:link {
	text-decoration: none;
	color: #52BAD5;
}
.cards .card h4 a:visited {
	text-decoration: none;
	color: #52BAD5;
}
.cards .card h4 a:hover {
	text-decoration: none;
	color: #A3A3A3;
}
.cards .card h4 a:active {
	text-decoration: none;
	color: #A3A3A3;
}

.cards .card p {
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: justify;
	font-weight: lighter;
	line-height: 24px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
}

.card_text {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	color: #A3A3A3;
}
.card_text a:link {
	text-decoration: none;
	color: #A3A3A3;
}
.card_text a:visited {
	text-decoration: none;
	color: #A3A3A3;
}
.card_text a:hover {
	text-decoration: none;
	color: #52BAD5;
}
.card_text a:active {
	text-decoration: none;
	color: #52BAD5;
}

.card_image {
	float: left; 
	height: 150px;
	width: auto;
	margin-top: 13px; 
	margin-bottom: 2%;
	margin-left: 4%; 
	margin-right: 4%;
	border-radius: 50%;
}

/* End: Info card section */

.footer_banner {
	background-color: #B3B3B3;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.button {
	width: 200px;
	margin: auto;
	/* margin-top: auto; */
	/* margin-right: auto; */
	/* margin-bottom: auto; */
	/* margin-left: auto; */
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	border-radius: 0px;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	color: #FFFFFF;
}

.hidden {
	display: none;
}


/*   SIZE XL    */
@media screen and (min-width: 1920px) {   
	
.lp {
	height: 500px;
    background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.card.info1 {
	flex: 23%;
	margin-left: 1%;
	margin-right: 1%;
}

.card.info2 {
	flex: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
}


/*   SIZE M    */
@media screen and (min-width: 768px) and (max-width: 1096px) {   

.lp {
	height: 300px;
	background-size: auto 600px;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.card {
	flex: 48%;
}
}


/*   SIZE M HEIGHT S    */
@media screen and (min-width: 768px) and (max-width: 1096px) 
	   and (max-height: 800px) {   

.lp {
	height: 300px;
	background-position: 0px -100px;
	background-size: auto 600px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 100px;
}
}


/*   SIZE S    */
@media screen and (min-width: 321px) and (max-width: 767px) {
 
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}	
    
.lp {
	background-color: #B3B3B3;
	height: 300px;
	background-position: -200px -50px;
	background-size: auto 600px;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 150px;
}

.card {
	flex: 98%;
}
}


/*   SIZE S HEIGHT S    */
@media screen and (min-width: 321px) and (max-width: 767px) 
		and (max-height: 600px) {
	
.lp {
	background-color: #B3B3B3;
	height: 200px;
	background-position: -200px -130px;
	background-size: auto 600px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 150px;
}
}


/*   SIZE XS   */
@media screen and (max-width: 320px) {

.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}	

.lp {
	background-color: #B3B3B3;
	height: 240px;
	background-position: -200px -80px;
	background-size: auto 600px;
	background-repeat: no-repeat;
	padding-top: 20px;
}    

.card {
	flex: 98%;
}
}


