@charset "UTF-8";
/* CSS Document */

h2 {
	padding: 20px 0px;
	color: #006CB4;
	letter-spacing: 5px;
	margin: 20px auto;
	font-size: 20px;
	font-size: 2rem;
	width: 20%;
	font-weight: bold;
}
h2 hr {
	margin: 10px;
	border-bottom: 2px solid #006CB4;
}
h2 span {
	letter-spacing: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#topcontent1 p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem;
}
#topbackground {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left 0%;
	background-color: #D4DAEB;
}
#topcontent2 p {
	margin-top: 20px;
	padding-left: 80px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: justify;
}
#topcontent3 a img:hover {
	opacity: 0.5;
}
#flyer a {
	width: 35%;
	max-width: 500px;
	display: inline-block;
	border: 1px solid #555555;
}
#flyer a:hover {
	opacity: 0.5;
	transition: 0.2s linear;
}
#flyer p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
#topcontent4 h3 {
	margin: 20px 0px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
#topcontent4 p {
	padding: 10px 0px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
#topcontent4 a img:hover {
	opacity: 0.5;
}
#topcontent4 a.moveimg img:hover {
	transition: 0.2s linear;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#topcontent3 a img, #topcontent4 a img{
	border: 1px solid #999999;
}

@media screen and (max-width: 991px) {
html {
	font-size: 55%!important;
}
#topbackground {
	background-image: none;
	background-color: #D5DBEC;
}
h2 {
	width: 100%;
}
#topcontent3title img {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
#topcontent1 p {
	padding: 15px;
	text-align: justify;
}
#topcontent1 p br {
	display: none;
}
#flyer {
	padding: 15px;
}
#flyer a {
	width: 100%;
}
}

@media screen and (max-width: 480px) {
#topcontent1 {
	margin-bottom: 40px;
}
}
