@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	background-color: #F0D3F7;
}

.container{
	max-width:1000px;
	margin: 0 auto;
}
header{
	background-color: #C3ECBF;
	opacity: 70%;
	padding:12px;
}
header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header a{
	text-decoration: none;
	margin: 0 10px;
}
header .logo img{
	margin-left: 1%;
	width: 50px;
	height: 50px;
}
header img{
	width: 25px;
	height: 25px;
}
header .hnav1{
	width:40%;
}
header .hnav2{
	margin-right: 1%;
}
header .hnav2 img:hover{
	width: 35px;
	height: 35px;
}

main{}
#banner{
	height: 400px;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	opacity: 70%;
}
#banner .m1{
	padding-top: 3%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#banner h1{
	font-family: 'Marck Script', cursive;
	font-size:2.25em;
	font-weight: 700;
    margin-left: 3%;
	text-align: center;
	color:#274029;
}
#banner .hide{
    display:none;
}
#banner .mnav{
    display: flex;
    justify-content: space-between;
}
#banner .mnav .icon{
	margin-top: 4px;
}
#banner .icon{
    margin:0 10px;
}
#banner a{
	font-family: 'Source Code Pro', monospace;
	font-weight: 700;
	text-decoration: none;
	color: #660000;
}
#banner img{
	width: 25px;
	height: 25px;
}
#banner h1:hover{
    color: #753742; 
}
#banner img:hover{
	width:35px;
	height:35px;
}
#banner .m2{
	color: #133c55;	
	margin-top: 8%;
	margin-left: 10%;
}
#banner .m2 h2{
	font-family: 'Marck Script', cursive;
	font-size: 2em;
	font-weight: bold;
}
#banner .m2 p{
    font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	line-height: 135%;
}
#brief{
	background-color: #f4dbd8;
	opacity: 85%;
}
#brief .container{
	padding:15px;
    text-align: center;
}
#brief h3{
	font-family: 'Marck Script', cursive;
	color: #000;	
	font-size:2.25em;
	font-weight: 700;
}
#brief p{
    font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 1.35em;
    font-weight: 600;
	line-height: 160%;
    margin-left: 10%;
    margin-right:10%;
}
#news{}
#news .container{
	padding:2%;
}
#news .item {
	width: 25%;
	height: 25%;
	margin-right: 50px;
	margin-bottom: 175px;
	border-radius: 40%;
}
#news h4{
	font-family: 'Marck Script', cursive;
	font-size: 2.25em;
	color:#A57982;
	margin: 15px 3%; 
}
#news .post{
	display:flex;
	margin:auto 20px;
}
#news .post p{
	color:#9BA0BC;
	font-family: 'Open Sans';
	background-color: #FFF;
	width:100%;
	height:300px;
	overflow: scroll;
	font-size: 1.1em;
	line-height: 135%;
	padding: 20px 25px;
	border-style:ridge;
	border-width:medium;
	border-color: #e7bd70;
}
#news .post p strong{
	font-weight: 700;
	color: #6477E9;
}
#news .quote{
	display:flex;
	margin:auto 20px;
}
#news .quote .q img{
	background-color: #FFF;
	width: 100%;
	border-style:ridge;
	border-width:medium;
	border-color: #e7bd70;
	padding: 5px;
}
footer{
	font-family: 'Marck Script', cursive;
	font-size: 1.25em;
	text-align: center;
	padding: 15px;
	background-color: #A5F8D3;
	color: #545E56;
}







@media(max-width:540px){
.container{
	max-width:100%;
}
header{
	padding:10px;
}
header .logo img{
	margin-left: 3%;
	width: 35px;
	height: 35px;
}
header img{
	width: 20px;
	height: 20px;
}
header .hnav1{
	width:40%;
}
header .hnav2{
	margin-right: 2%;
}
header .hnav2 img:hover{
	width: 25px;
	height: 25px;
}

main{}
#banner{
	height: 250px;
}
#banner .m1{
	padding-top: 4%;
}
#banner h1{
	font-size:1.6em;
    margin-left: 8%;
}
#banner .hide{
	position:absolute;
    display:block;
	margin-left:80%;
}
#banner .hide .close{
	display:none;
}
#banner .mnav{
    display: flex;
    justify-content: space-between;
}
#banner .mnav{
	margin-top: 12px;
	margin-left: 8%;
}
#banner .icon{
    margin-left:2px;
	display: none;
}
#banner img{
	width: 22px;
	height: 22px;
}
#banner img:hover{
	width:28px;
	height:28px;
}
#banner .m2{
	margin-top: 6%;
	margin-right: 8%;
}
#banner .m2 h2{
	font-size: 1.7em;
	margin-bottom: 0;
}
#banner .m2 p{
	font-size: 1.1em;
	line-height: 130%;
}
#brief h3{
	font-size:2em;
}
#brief p{
	font-size: 1em;
	line-height: 145%;
}
#news .item {
	width: 20%;
	height: 20%;
	margin-right: 6%;
}
#news h4{
	font-family: 'Marck Script', cursive;
	font-size: 1.8em;
	margin-left:5%; 
}
#news .post p{
	font-size: 1em;
	line-height: 120%;
}
#news .quote{
	display:flex;
	margin:auto 20px;
}
#news .quote .q img{
	padding: 6px;
}
footer{
	font-size: 0.85em;
	text-align: center;
}
	
}