@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

/* 1. CSS resets 
--------------------------------------*/
p { margin: 0; }
ul { padding: 0; }
li { list-style: none; }
a { text-decoration: none; }
a:visited,a:link {
	background-color: none;
}


/*  2. Universal styles
--------------------------------------*/

* {	font-family: 'Open Sans', sans-serif; }
body { 
	margin:0px;
	padding:0px;
	background-color: #000;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	}

h1 {
	font-family: 'Damion', sans-serif;
	font-weight: normal;
	font-size: 48px;
	padding: 0px 0px 10px 0px;
	color: #FEE;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 15px rgba(255,0,0, 1);
	margin: 0 0 20px 0;
	border-radius: 10px;
	background: rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.6);
}

h2 { 
	font-family: 'Damion', sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #FEE;
	line-height: 1.2;
	text-shadow: 2px 2px 15px rgba(255,0,0, 1);
	margin: 0 0 20px 0;
	text-align: center;
	border-radius: 10px;
	background: rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.6);
	}

h4 {
	font-family: 'Damion', sans-serif;
	font-weight: 700;
	font-size: 60px;
	color: #EDA;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 10px 0;
}

h2 { font-weight: 300; }

p { 
	padding: 10px 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #FEC;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	border-radius: 10px;
	background: rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.6);
	}

p b { 
	color: #FEC;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	}

p strong { 
	color: #FEC;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	text-decoration: none;
	}

p a { 
	color: #FEC;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	}

p a:hover { 
	color: #FFF;
	text-decoration: none;
	}

footer i { font-size: 18px; }

form, ul { font-size: 14px; }

.subtitle { font-weight: bold; color: #909090; }

.portfolio-group .detail p { font-size: 12px; }

footer p, address {	
	font-size: 14px; }

#maxweb_timeline .time_line_paragraph h1 { font-size: 24px; }

#maxweb_timeline i {	font-size: 50px; }

.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.logoleft { 
	float: left; 
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.picsize {
	display: block;
	margin-top: 12px;
	width:100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}
	
.fb-page {
	border: 0;
	margin: 0px auto 20px auto;
	width: 100%;
	min-height: 900px;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.7);
	background: rgba(0,0,0, 0.7);
	}
	
.valentine {
	border: 0;
	margin: 0px 0px 0px 20px;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	}
	
.centerpic {
	border: 20px solid rgba(0,0,0,0.8);
	margin: 20px auto;
	width: 100%;
	border-radius: 10px;
	padding: 0px;
	overflow: hidden;
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.7);
	}
	
.midpic {
	display: block;
	border: 0;
	margin: 0px auto;
	max-width: 100%;
	padding: 0px;
	overflow: hidden;
	}
	
.sisterpic {
	display: block;
	border: 5px solid rgba(0,0,0,0.8);
	margin: 10px auto 5px auto;
	width: 100%;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
	}
	
.images {
	border: 0;
	margin: 10px auto;
	width: 100%;
	border-radius: 10px;
	padding: 0px;
	overflow: hidden;
	}
	
.menupic {
	border: 0;
	margin: 0px 0px 10px;
	width: 100%;
	border-radius: 0px;
	padding: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	}
	
.clerk:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	}
	
.main-container { 
	max-width: 1200px;
	margin: 20px auto 20px auto;	
	padding: 0px;
	border: 0;
	border-radius: 20px;
	background: none;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}

.linkpic {
	border: 10px solid rgba(0,0,0,0.8);
	margin: 20px auto;
	width: 100%;
	border-radius: 10px;
	padding: 0px;
	overflow: hidden;
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.7);
	}
	
.linkpic:hover {
	border: 10px solid rgba(255,200,120,0.8);
	}
	
.content-container {
	max-width: 1200px;
	vertical-align: middle;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(../images/wood.jpg) repeat-y top center;
	overflow: hidden;
}
.content { padding-top: 15px; }

.heading { 
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: #DC8 1px solid;
	background: rgba(0,0,0,0.6);
	}

.menus {
	border: 0;
	background: rgba(0,0,0,0.8);
	margin: 10px auto;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.7);
	}
	
.menus h2 { 
	font-family: 'Damion', sans-serif;
	font-weight: normal;
	font-size: 36px;
	padding: 0px 0px 10px 0px;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 20px rgba(255,0,0, 0.7);
	margin: 0px;
	border-radius: 5px 5px 0px 0px;
	background: #1E2B32;
	box-shadow: none;
	}

.menus p { 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	line-height: 1.3em;
	text-shadow: none;
	border-radius: 0px 0px 5px 5px;
	background: #FFF;
	box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.6);
	}

.menus .menutop {
	display: block;
	padding: 10px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #900;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	line-height: 1.3em;
	text-shadow: none;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	}

.menus p b { 
	color: #000;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	line-height: 1.3em;
	text-decoration: none;
	}

.menus p strong { 
	color: #000;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	line-height: 1.3em;
	text-decoration: none;
	}

.map { 
	width: 100%;
	height: 350px;
	margin: 0px;
	padding: 0px;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

.main-nav { 
	max-width: 1170px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	}

.main-nav li {
	margin-right: 5px;
	background: url(../images/topmenuoff.png) repeat-x top left;
	box-shadow: inset 1px 1px 6px rgba(0,0,0, 0.4);
	border-radius: 8px;
	overflow: hidden;
}

.main-nav li a:visited, .main-nav li a:focus {
	background: url(../images/topmenuoff.png) repeat-x top left;
}

.main-nav li a { 
	color: #FFFFCB;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	display: block; 
	padding: 12px 17px;
	}

.main-nav li.active { 
	background: url(../images/topmenu.png) repeat-x top left;
	padding: 12px 17px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7)
	}

.main-nav li a:hover { 
	background: rgba(150,0,0,0.8);
	}

.main-nav p a { 
	font-family: 'Damion', sans-serif;
	float: right;
	text-align: right;
	width: 50%;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 300;
	display: block; 
	color: #fff;
	text-shadow: 0px 0px 20px #F00;
	padding: 12px 0px;
	background: none;
	box-shadow: none;
	}

.main-nav p a:hover { 
	color: #fea;
	}

nav {
	overflow: hidden;
	padding: 20px 30px 20px 20px;
}

ul.nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.nav li {	cursor: pointer; display: inline-block; }
ul.nav li.active {	cursor: default; }
.maxweb_form button {
	text-transform: uppercase;
}

.viewbutton { 
	display: block;
	width: 100%;
	height: 36px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	color: #FFF;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

.viewbutton i { 
	color: #000;
	}
	
.viewbutton:hover, .viewbutton.active { 
	text-decoration: none;
	border-top: 1px solid #541;
	border-left: 1px solid #541;
	border-right: 1px solid #110;
	border-bottom: 1px solid #110;
	background: rgba(50,30,5,0.5);
	color: #FFFFFF;
	}

.viewbutton:hover  i { 
	color: #FFF;
	}
	

.picheader img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(0,100,120,0.4);
	padding: 10px;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}

.piccontent img {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	margin: 0px 10px 10px 0px;
	background: rgba(0,100,120,0.4);
	padding: 10px;
}

.piccontent img:hover {
	background: rgba(150,0,0,0.3);
}

.row ul { 
	padding: 0px;
	list-style: disc;
	margin: 5px 5px 5px 30px;
	color: #FEC;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
	}

.row ul li { 
	padding: 0px;
	list-style: square;
	margin: 5px 5px 5px 30px;
	color: #FEC;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
	}

i {	color: #FEC; }

footer {
	margin: 0px;
	padding: 15px 20px 10px 20px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	clear: both;
	border-top: #DC8 1px solid;
}
footer p {	
	max-width: 1200px;
	margin: 6px auto;
	font-size: 12px;
	line-height: 30px;
	color: #EDA;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);
	background: none;
	box-shadow: none;
}

footer a {	
	font-weight: 400;
	font-size: 12px;
	color: #EDA;
}

footer a:hover {	
	color: #fff;
}

footer i {	
	color: #CB8;
	display: inline-block;
	padding: 5px; 
}
footer i:hover, footer i:active { color: #FEC; }

ul.checkmark li:before { 
	font-family: 'FontAwesome'; 
	content: '\f058'; 
	margin:0 5px 0 -15px; 
	color: #929292; 
} 
ul.pad-left {	
	overflow: auto;	
	padding-left: 30px;	
	line-height: 1.8em; 
}
img.shadow { box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5); }
p.justify { text-align: justify; }
.maxweb-detail img { 
	max-width: 250px; 
	width: 100%; 
	height: auto;
	margin-right: 15px;	
	margin-bottom: 15px; 
}
.fa { margin: 6px; }
.left { float: left; }
.right { float: right; }
.righttop { 
	float: right;
	margin: -4px;
	padding: 0px;
	}
.center-text { text-align: center; }

span.button {
	display: block;
	font-size: 12px;
	line-height: 30px;
	margin: 0 auto;
	text-transform: uppercase;
	border: none; 
	cursor: pointer; 
}

.comment {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	margin: 10px 0px 10px 0px;
	background: rgba(0,100,120,0.4);
	padding: 20px;
	border: 10px solid rgba(0,0,0,0.3);
}

.comments {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	margin: 0px 10px 20px 0px;
	background: rgba(0,100,120,0.4);
	padding: 20px;
	border: 10px solid rgba(0,0,0,0.3);
}

.pagepic img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	margin: 0px 10px 10px 0px;
	background: rgba(0,100,120,0.4);
	padding: 10px;
}

.pagepic img:hover {
	background: rgba(150,0,0,0.3);
}

.blog-post {
	position: relative;
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}

.blog-thumb {
	overflow: hidden;
	position: relative;
	}

.blog-thumb img {
	width: 100%;
	}

.blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,100,120,0.7);
	color: #fff;
	padding: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}

.blog-content h3 {
	width: 100%;
	border: 1px solid #FCA;
	border-radius: 10px;
	padding: 10px 10px 5px 10px;
	font-family: 'Damion', sans-serif;
	font-weight: 400;
	font-size: 34px;
	color: #EDA;
	text-align: center;
	line-height: 1.0;
	background: rgba(0,0,0,0.2);
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 0px 0;
	box-shadow: inset 0px 0px 4px rgba(0,0,0,0.5);
	}

.blog-content h3:hover {
	color: #FFF;
	background: rgba(0,0,0,0.5);
}

.blog-content h4 {
	width: 100%;
	border: 1px solid #FCA;
	border-radius: 10px;
	padding: 10px 10px 5px 10px;
	font-family: 'Damion', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #EDA;
	line-height: 1.0;
	background: rgba(0,0,0,0.2);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	margin: 0 0 0px 0;
	box-shadow: inset 0px 0px 4px rgba(0,0,0,0.5);
	}

.blog-content h4:hover {
	color: #FFF;
	background: rgba(0,0,0,0.5);
}

.blog-content a {
	font-family: 'Damion', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #EDA;
	line-height: 1.0;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 0px 0;
}

.faqdiv h3 {
	width: 100%;
	border: 1px solid #FCA;
	border-radius: 10px;
	padding: 5px 10px 5px 20px;
	font-weight: 400;
	font-size: 16px;
	color: #FEC;
	text-align: left;
	line-height: 1.3;
	background: rgba(0,100,120,0.4);
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 0px 0;
	box-shadow: inset 0px 0px 4px rgba(0,0,0,0.5);
}

.faqdiv img {
	width:99%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

.content-show a {
	color: #EDA;
	}

.content-show a:hover {
	color: #FFF;
	text-decoration: none;
	}

.content-show span {
	color: #EDA;
	}

.content-hide {
	margin-top: 15px;
	display: none;
	}

.content-hide p {
	color: #fff;
	}


.heading-section {
	text-align: center;
	padding: 20px 0 10px 0;
	}

.heading-section h2 {
	font-family: 'Damion', sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #EDA;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0;
	font-weight: 700;
	text-transform: none;
	}

.page-section {
	text-align: center;
	padding: 30px 0 10px 0;
	}

.page-section h2 {
	font-weight: 400;
	font-size: 28px;
	color: #FFF;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0;
	text-transform: uppercase;
	}

.page-section p { 
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7)
	}

.page-section b {
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	}

.page-section .address {
	text-align: center;
	font-variant: small-caps;
	font-size: 16px;
	}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 	}




/* 3. Media queries 
-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#logo {
		float: none;
		text-align: center;
	}
	.main-nav ul { float: none;	
	}
	.main-nav p { 
		width: 100%;
		float: none;
		text-align: center;
		}
}
-----------------------------------------------------*/
@media screen and (max-width: 980px) {
	#logo {
		float: none;
		text-align: center;
	}
	.main-nav ul { float: none;	
	}
}
@media screen and (max-width: 806px) and (min-width: 701px) {
	#logo {
		float: none;
		text-align: center;
	}
	.main-nav ul { 
		float: none;
		}
	.main-nav p { 
		width: 100%;
		float: none;
		text-align: center;
		}
}
@media screen and (max-width: 700px) {
	#logo {
		float: none;
		text-align: center;
	}
	.main-nav ul {
		display: block;
		float: none;
		padding: 0;
	}
	.main-nav ul.nav li {
		width: 96%;

	}
	.main-nav ul.nav li a { padding: 2%; }
	.main-nav ul.nav li.active { padding: 0; padding: 2% 0; }
	.main-nav ul.nav li a:hover { padding: 2%; }

	.main-nav p { 
		width: 100%;
		font-size: 24px;
		float: none;
		text-align: center;
		}
	header {
		padding-top: 0;
		padding-bottom: 0;
	}
	h1 { margin-top: 0;	}
	h2 { margin-bottom: 20px; }
	form {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.about-detail ul { padding-left: 20px;	}
	img.left {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	h1 { font-size: 40px;	}
	footer p {
		float: right;
		margin-bottom: 15px;
	}
	.social { clear: both; }
}
@media screen and (max-width:480px) {
	.main-nav li { 
		margin-left: 0; 
		margin-right: 0;	
	}
	.main-nav ul.nav li.active { padding: 0; padding: 2% 0; }
	h1 { font-size: 30px;	}
}
@media screen and (max-width:400px) {
	.main-nav li {
		width: 80px;
	    margin-left: 0;
	    margin-right: 0;
	    font-size: 12px;
	    text-align: center;
	    line-height: 30px;
	}
	.main-nav ul.nav li a { padding: 2%; }
	.main-nav ul.nav li.active { padding: 0; padding: 2% 0; }
	.main-nav ul.nav li a:hover { padding: 2%; }
}