@charset "utf-8";


*{
	margin:0;
	padding:0;
	}
	
body{
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../img/bg.jpg);
	}
	
.clearfix:after{
	display:block;
	content:"";
	clear:both;
	}

ul{
	list-style:none;
	}

header{
	background:rgba(204,153,153,0.8);
	padding:10px 22px;
	}
	
header h1{
	font-size:24px;
	}

.bread{
	display:flex;
	margin:10px 22px;
	}
	
.bread li{
	margin-right:10px;
	}

.bread a{
	text-decoration:none;
	color:#000;
	}

section{
	padding:10px;
	background:rgba(246,246,246,0.7);
	}

section p{
	margin-top:24px;
	padding:0 10px;
	font-size:16px;
	line-height:1.9em;
	}
	
section h1{
	padding: .4em .75em;
	background-color: rgba(0,102,51,0.6);
	border-radius: 6px;
	font-size:23px;
	}

section h2{
	padding: .4em .75em;
	margin-top:40px;
	border:rgba(0,102,51,1) 2px solid;
	border-radius: 6px;
	font-size:22px;
	}
	
section h3{
	margin-top:40px;
	padding-left:.75em;
	padding-bottom: 4px;
    border-bottom: 3px double rgba(0,102,51,0.6);
	font-size:22px;
	}

dl{
	margin-top:50px;
	background:rgba(0,102,51,0.2);
	padding:12px 5px;
	}

dt{
	width:250px;
	background:rgba(255,255,153,0.9);
	border-left:rgba(0,102,51,1) 6px solid;
	font-size:15px;
	padding:3px 0 2px 13px;
	}
	
dt a{
	text-decoration:none;
	color:#000;
	}

dd{
	margin:10px 0 38px 18px;
	}

dd:last-child{
	margin-bottom:0;
	}

footer{
	margin-top:70px;
	background:rgba(204,153,153,0.8);
	padding:12px;
	text-align:center;
	font-size:15px;
	}
	

@media screen and (min-width:760px){
	
	button{
		display:none;
		}
	
	#contain{
		width:1200px;
		margin:40px auto;
		}
	
	aside{
		background:rgba(0,102,51,0.2);
		padding:12px 5px;
		margin-right:10px;
		width:280px;
		float:left;
		}
		
	aside ul li a{
		display:block;
		text-decoration:none;
		position: relative;
		padding: 0.5em 0.5em 0.5em 0.5em;
		margin-bottom: 10px;
		line-height: 1.5;
		background:rgba(255,255,153,0.8);
		vertical-align: middle;
		color:rgba(0,102,51,1);
		border-radius: 15px;
			}
	
	aside ul li a:hover{
		background:rgba(0,102,51,1);
		color:rgba(255,255,153,0.8);
		}
	
	
	
	
	#main{
		width:900px;
		float:left;
		}
	
	section{
		width:580px;
		float:left;
		}
	
	/*dl{
		width:280px;
		float:right;
		}*/
	
	}


@media screen and (max-width:759px){
	
	
	 .drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: rgba(0,102,51,0.2);
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 24px;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
	  
	  aside{
		  margin-top:60px;
		  }
	  
	  aside ul li a{
		display:block;
		text-decoration:none;
		position: relative;
		padding: 0.5em 0.5em 0.5em 0.5em;
		margin-bottom: 3px;
		line-height: 1.5;
		background:rgba(255,255,153,0.8);
		vertical-align: middle;
		color:rgba(0,102,51,1);
		border-radius: 15px;
			}
	
	aside ul li a:hover{
		background:rgba(0,102,51,1);
		color:rgba(255,255,153,0.8);
		}
	
	
	}

/* CSS Document */

