body {
	background-color:#eee6dd;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: black;
}

#header {
	position: fixed;
	background-color: #DFCFBE;
	text-align: center;
	height: 10%;
	width: 100%;
	top: 0;
	left: 0;
	margin: auto;
}

#footer {
	position: fixed;
	background-color: #DFCFBE;
	text-align: center;
	height: 10%;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: auto;
}

img {
	 min-height: 0%;
	 min-width: 0%;
	 max-height: 100%;
	 max-width: 100%;
}

section {
	margin: 0px auto;
	width: 60%;
	position: relative;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.rig {
	list-style: none;
}

ul.rig li {
	display: inline-block;
}

ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

ul.rig.columns-2 {
	text-align: center;
}

ul.rig.columns-2 li {
	background-color: #DFCFBE;
	width: 47.5%;
}

ul.rig.columns-2 img {
	/*box-shadow:2px 2px 5px grey;*/
} 

@media (max-width: 480px) {
	section {
		width: 90%;
		text-align: center;
		margin: 0px auto;
		position: relative;
		top: 49%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		overflow-y: scroll;
	}
	
	::-webkit-scrollbar {
      width: 10px;
	  z-index: !important;
	}
	::-webkit-scrollbar-track {
      background-color: #ffffff;
	}
 
	::-webkit-scrollbar-thumb {     	  
	}
 
	ul.grid-nav li {
		display: block;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig li {
		padding: 4px;
		width: 70% !important;
	}
	ul.rig.columns-2 {
		padding: 0;
	}
	
}
@media (max-height: 580px) {
	section {
		height: 75%;
		text-align: center;
	}
}