<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;
}

.pagination {
    display: inline-block;
	margin: 0 40%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: black;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

#blog-title {
	text-align:center;
	font-size:40px;
	color:white;
	font-family: "Helvetica Neue";
	font-weight: bold;
	text-shadow: 3px 3px 8px black;
	letter-spacing: 3px;
	margin-top: 200px;
}
#blog-description {
	text-align:center;
	font-size:20px;
	color:white;
	letter-spacing:1%;
	font-family:Georgia;
	font-style: italic;
	text-shadow: 3px 3px 8px black;
	margin-top: 10px;
}
#content {
	/*padding: 0px 0 40px 40px;*/
	background-color: #EAEAEA;
}
#blog-posts {
	margin: 0 10%;
	padding: 0px 0 40px 40px;
}
#blog-post1 {
	position:relative;
	background-color: white;
	width: ;
	margin:40px 10% 20px 10%;
	clear: left;
	float: left;
	height:600px;
}
#blog-post1 img {
	width: 100%;
	margin: 0 0 0 0;
}
#blog-title1 {
	margin: 25px 15% 0;
	text-align: left;
	font-family: "Helvetica Neue";
	font-size: 20px;
	color: #5D5D5D;
}
#blog-description1 {
	margin: 5px 15% 0;
	font-family:Georgia;
	font-style: italic;
	font-size: 15px;
	line-height: 22px;
	color: #8B8B8B;
}
#read-more1 {
	position:absolute;
	top:500px;
	margin: 15px 15% 20px;
	text-align: left;
	font-family: "Helvetica Neue";
	font-size: 14px;
	padding-bottom: 50px;
}
#read-more1 a {
	text-decoration: none;
	color: #5D5D5D;
}
#blog-newsletter {
	margin:30px 0 0 0;
	background: url(../images/photo6.jpg) fixed repeat 1%;
	background-size: cover;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#contact {
	background-color: rgba(0,0,0,0.70);
	width: 30%;
	height:50%;
	padding: 5px 0 0 0;
	border-radius: 10px 0 0 10px;
	clear: both;
	float: left;
	margin:125px 0 125px 20%;
	text-align: center;
}
#contact-tagline {
	margin: 15px 15% 0;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-shadow: 3px 3px 8px black;
	letter-spacing: 1px;
}
#contact-message {
	margin: 20px 15% 0;
	font-family:Georgia;
	font-style: italic;
	font-size: 15px;
	line-height: 22px;
	color: white;
}

#contact-button {
	background-color: cornflowerblue;
	padding: 10px;
	border-radius: 6px;
	width:30%;
	margin: 30px 35%;
	text-align: center;
}
#contact-button a {
	text-align: center;
	color: white;
	font-size: 90%;
	text-decoration: none;
}

#contact-form {
	border: solid 3px rgba(0,0,0,0.70);
	background-color: rgba(0,0,0,0.20);
	width: 30%;
	height:50%;
	padding: 5px 0 0 0;
	border-radius: 0 10px 10px 0;
	float: left;
	margin:125px 20% 125px 0;
}



#form-submit {
	background-color: cornflowerblue;
	padding: 10px;
	border-radius: 6px;
	width:30%;
	margin: 25px 35%;
	text-align: center;
	clear: both;
}
#form-submit a {
	text-align: center;
	color: white;
	font-size: 90%;
	text-decoration: none;
}

body{
    margin:0;
	background-color: #EAEAEA;
}



/* navigation */

#nav {
	background-color: #353333;
	overflow:hidden;
	width:100%;
}
#nav ul {
	list-style:none;
	padding:0;
	margin: 0 auto;
	width: 19.5em;
}
#nav ul li {
	font-weight:normal;
	text-transform:uppercase;
	float: left;
}
#nav ul a:link {
	color:#fff;
}
#nav ul a:visited {
	color:#BEBDBD;
}
#nav ul li a {
	display: block;
	padding:1em;
	margin: .25em;
}
	

/* start parallax */

.parallax {
    background:repeat fixed 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.parallax-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding-top:10%;
	padding-bottom:10%;
}

.parallax2 {
	background: url(../images/photo6.jpg) repeat fixed 1% center;
	background-size: cover;
	width: 100%;
	height: auto;
	
}
.parallax-inner2 {
	padding-top:11%;
	padding-bottom:11%;
}

.parallax-inner3 {
	padding-top:13%;
	padding-bottom:13%;
}
/* end parallax */
.message-box{
	text-align: center;
    border: 3px solid green;
	width:160px;
	height:28px;
	margin-left:230px;
	background-color:#fff;
	font-weight:bold;
}</pre></body></html>