

@font-face{font-family:Roboto-Light; src:url(fonts/Roboto-Light.ttf);}
@font-face{font-family:Roboto-Light; src:url(fonts/Roboto-Light.ttf);}



* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#fff; font-size: 13px; color: #202020; font-family: Roboto-Light;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 0px; color: #202020; font-family: Roboto-Light; text-align:left; font-size: 13px; line-height: 1.6em; letter-spacing: 0.02em;}	
a, img { outline: none; border:none; color: #202020; font-weight: NONE; text-transform: none;}




p {
	margin: 0px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	font-family: Roboto-Light;
	color: #202020;
	font-size: 13px;
	text-align: justify;
	margin-left: 15px;
    margin-right: 15px;
}


img {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}




aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	text-align: center;
	}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


	
/* Structure */
#wrapper {
	width: 100%;
	max-width: 400px;
	margin: auto;
	padding: 0%;
	font-size: 10px;
	} 

	#main {
		width: 60%;
		margin-right: 5%;
		float: left;
		}		
		
	aside {
		width: 35%;
		float: right;
		}


/* Banner */			
#banner {
	float: center;
	margin-bottom: 0px;
	width: 100%;
	font-size: 15px;
	}

	#banner img {
		width: 100%;
		}


/* Media Queries */
@media screen and (max-width: 400px) {

	#skipTo {
		display: block;
		}
	
	header nav, #main, aside {
		float: center;
		clear: center;
		margin: 0px; 
		width: 100%;
		}	
		header nav li {
			margin: 0px;
			background: #efefef;
			display: block;
			margin-bottom: 0px;
			}
			header nav a {
				display: block;
				padding: 0px;
				text-align: center;
				}			
}a:active {
	font-size: 12px;
	
	
br {
        line-height: 10%;
     }	
	
	
	
	
	/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}



/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 0px;
  background-color: white;
  display: none;
  overflow: hidden;
}
	
