@charset "utf-8";
/* CSS Document */

body{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	background-color: #F3CABD;
}

.container{
	max-width:1000px;
	margin: 0 auto;
}
header{
	background-color: #BCBDC0;
	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:#F4442E;
}
#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: #000;
}
#banner img{
	width: 25px;
	height: 25px;
}
#banner h1:hover{
    color: #5296A5; 
}
#banner img:hover{
	width:35px;
	height:35px;
}

#video{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin-bottom: 10%;
}
#video h3{
	font-family: 'Marck Script', cursive;
	color: #DA4167;	
	font-size:2em;
	font-weight: 700;
	margin-top: 3%;
	text-align: center;
}
#video .container{
	display:flex;
	flex-wrap: wrap;
	padding: 5px;
	justify-content: center;
}
#video .videoshow{
	width:560px;
	margin-top:2%;
	margin-bottom: 4%;
}
#video .videoshow .open{
}
#video .videohead {
	background-color: #CCC9C9;
	cursor:pointer;
}
#video .videohead :hover{
	color:#620E2D;
	text-decoration: underline;
}
#video .label{
	opacity: 85%;
}
#video .label h5{
    font-family: 'Raleway', sans-serif;
	color: #1B4965;
	font-size: 1.25em;
    font-weight: 600;
	text-align: center;
	padding-top: 5%;
}
#video .title{
	display: flex;
	line-height: 120%;
	margin-bottom: 5%;
	justify-content: center;
}
#video .title h5, h6{
	color: #1B4965;
	font-size: 1.05em;
    font-weight: 400;
	text-align: left;
	margin-top: 3%;
	margin-bottom: 5%;
}
#video .title h6{
	margin-left:1%;
}
#video .tag{
	width:100%;
	zoom:1;
	display:none;
}
#video .tag h6{
	font-family: 'Raleway', sans-serif;
	font-size: 0.75em;
	margin-top:1%;
	margin-left:2%;
	color: #DA4167;
}
footer{
	font-family: 'Marck Script', cursive;
	font-size: 1.25em;
	text-align: center;
	padding: 15px;
	background-color: #C1EDCC;
	color: #222E50;
}


















@media(max-width:540px){
    .container{
	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;
}

#video{
	margin-top: 6%;
}
#video h3{
	font-size:1.75em;
}
#video .videoshow{
	width:105%;
}
#video .label h5{
	font-size: 1em;
	padding-top: 5%;
}
#video .title{
	line-height: 115%;
	padding-right: 3%;
}
#video .title h5, h6{
	font-size: 0.8em;
	text-align: left;
}
#video .title h5{
	margin-left:5%;
}	
#video .title h6{
	margin-left:1%;
}	
#video .tag{
	display:none;
	zoom: 0.665;
	margin-left:auto;
}
#video .tag h6{
	font-size: 0.9em;
	margin-top:1.25%;
	margin-left: 2%;
	font-weight: 700;
}
footer{
	font-size: 0.85em;
}
	
}