<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Body */
body {
	font-family: Roboto;
	background-color: #B8B8B8;
	margin: 0;
}
/* Container */
.container {
	width: 94%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #B8B8B8;
}
/* Header */
header {
	display: inline-block;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #F0F0F0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #858585;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.header .logo {
	text-align: left;
	width: 90%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 0px;
}

	
/* Section Intro */
.intro {
	display: inline-block;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-image: url("../images/xxx.jpg"); 
    background-position:top;
	background-size:cover;
}
.column {
	width: 75%;
	text-align: left;
	padding-top: 0px;
	float: left;
}
.intro .column h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #B41C6F;
	text-align: left;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 3px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.intro .column p {
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	text-align: left;
	line-height: 21px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}


/* Gallery */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #B8B8B8;
	/* [disabled]min-width: 400px;
*/
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 30px;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 40px;
	border-bottom: 0px solid #6DC7D0;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.pictures {
	width: 100%;
	height: auto;
	max-width: 700px;
	max-height: 700px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	opacity: 1.0;
}
.gallery .thumbnail h4 {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #B41C6F;
	text-align: left;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 3px;
	padding-left: 30px;
	padding-right: 30px;
}
.gallery .thumbnail h2 {
	margin-top: 16px;
	margin-bottom: 0px;
	color: #007FB9;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.gallery .thumbnail p {
	margin-top: 6px;
	margin-bottom: 0px;
	color: #909090;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;	
}
a {
  color: #063C60;
}
a:hover {
  color: #ffffff;
}

/* Footer */

footer {
	
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 40px;
	background-color: #F0F0F0;
	padding-top: 40px;
	padding-bottom: 60px;

	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.footer_header {
	color: #063C60;
	text-align: center;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 4px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	border: 2px solid #063C60;
	color: #063C60;
	text-decoration: none;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #063C60;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #063C60;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}


/* Mobile */
@media (max-width: 767px) {

.intro {
	width: 98%;

}
	.column {
	width: 100%;
	margin: 0%;
	padding-top: 0px;
}
.intro .column h3 {
	
	
}
	.intro .column p {
	
	
}
	.thumbnail {
	width: 98%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

	.intro {

	
}
.column {
	width: 100%;
	margin: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.intro .column h3 {
	
}
	.intro .column p {
	
}
	.thumbnail {
	width: 48%;
}
}
</pre></body></html>