@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Text&display=swap');
html, body, p, div, a, a:link, table, ul, li {
    font-family: 'PT Sans', sans-serif;
	color:#3d322a;	
}
body {
	background: url(../images/bg.jpg);
	background-color:#35a2ff;
	color:#000000;
	font-size:16px;
	}
.top-struc {background:#70033e;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .65);}
.top-struc a {font-weight:bold; letter-spacing:1px; color:#d0b4d3; text-align:center; font-size:20px;margin-right: 20px;}
.home-link {padding-top:20px; text-align:right}
@media (max-width:676px) {
	.top-struc a {margin-right:0}
	.home-link {padding-top:2px; text-align:center}
	.home-link a {display:block; background: rgba(79, 39, 7, .35); text-decoration:none}
	}
.cont-struc {
	background:#fff;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:6px solid #646f39;
	box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, .65);
	}
.intro-struc {
	background-image:url(../images/cong-bg.jpg);
	background-color:#1584d6;
	text-align:center;
	font-size:24px;
	color:#FFFFFF;
	padding-bottom:10px;
	font-family: 'DM Serif Text', serif;
	margin-bottom: 30px;
	}
.intro-struc p{color: #fff;
    font-family: 'DM Serif Text', serif;
    text-shadow: 0 1px 1px #000;}
.intro-struc span{
	color:#d4fbff
	}
.main-cont {
	padding-bottom:20px;
	border:1px solid
	}
.logo-struc {
	padding:6px;
	}
.search-struc {
	font-weight:bold;
	padding:8px;
	text-align:center;
	background-color:#e0d99e;
	border-radius: 10px;
	margin:15px auto;
	width:40%
	}
@media (max-width:767px) {.logo-struc,.search-struc {text-align:center} .search-struc {width:unset}}
.cont-main {
	margin:10px;
	font-size:18px
	}
h1, h2, h3 {font-family: 'DM Serif Text', serif;}
h1 {color:#6b446f;text-align:center;font-size: 53px; color:#fff;
    text-shadow: 0 1px 1px #000; margin-top:0;background: rgba(0, 94, 145, .7);}
h2 {color: #fff;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 1px 1px #000;}
h3, h4 {color:#874519}
h4 {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:767px) {h1 {font-size:42px;}}
h3 {font-size:27px}
.table-general, .table-box {
	border:2px solid #333333;
	margin:15px auto;
	}
.table-box {
	width:80%;
	}
@media (max-width:767px) {
.table-box {
	width:100%;
	}
}
.table-general th, .table-general td, .table-box th, .table-box td {
	border:1px solid #333333;
	padding:5px;
	}
.bann-wrap {
	margin:10px;
	}
.blank-height {height:95px;}
@media (max-width:992px) {.blank-height{height:unset}}
.main-cont {
	margin:0 auto;
	border:15px solid #b7d8fa;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .25);
	padding:20px;
	line-height:170%
	}
.main-cont h3 {margin-top:0; margin-bottom:30px}
.main-cont .row {
	margin-bottom:20px;
	}
.main-cont input[type=text], .main-cont select, .main-cont textarea {
	width:100%;
	border:1px solid #CCCCCC;
	padding:8px;
	border-radius: 2px;
	}
.main-cont input[type=text]::placeholder, .main-cont::value { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red !important;
  opacity: 1; /* Firefox */
}