@charset "utf-8";
/* CSS Document */

body{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	background-color: #EBEBEB;
}

.container{
	max-width:1000px;
	margin: 0 auto;
}
header{
	background-color: #B6A6CA;
	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:#806d40;
}
#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: #809848;
}
#banner img{
	width: 25px;
	height: 25px;
}
#banner h1:hover{
    color: #802392; 
}
#banner img:hover{
	width:35px;
	height:35px;
}

#quotedisplay{
	margin-top: 50px;
}
#quotedisplay .container{
	display: block;
	text-align: center;
}
#quotedisplay h3{
	font-family: 'Marck Script', cursive;
	color: #4172B0;	
	font-size:2em;
	font-weight: 700;
}
#quotedisplay h3:hover{
    color: #0A854C; 
	font-size:2.5em;
}
#quotedisplay .quotedisplay{
	width:550px;
	height:550px;
	zoom:1.75;
	margin: 0 2.5%;
}
footer{
	font-family: 'Marck Script', cursive;
	font-size: 1.25em;
	text-align: center;
	padding: 15px;
	background-color: #A09ABC;
	color: #DBEF45;
}









@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;
}

#quotedisplay{
	margin-top: 50px;
}
#quotedisplay .container{
	position: relative;
	display: block;
	text-align: center;
}
#quotedisplay h3{
	font-family: 'Marck Script', cursive;
	color: #4172B0;	
	font-size:2em;
	font-weight: 700;
}
#quotedisplay h3:hover{
    color: #0A854C; 
	font-size:2.5em;
}
#quotedisplay .quotedisplay{
	width:100%;
	height:560px;
	margin-left: -2.8%;
	zoom: 0.8;
}
footer{
	font-size:0.85em;
}

	
}