/* ================================= 
  Base Element Styles
==================================== */

html{
	color: white;
}

body {
	font-family: 'Varela Round', sans-serif;
	line-height: 1.6;
	background-color: #0B0B0B;
}

p {
	color: white;
	font-size: .95em;
	padding: 0;
	margin: 0;
	background-color:  #2E2D2B;
	box-shadow: 1px 1px 10px 0px #0D0D0D;
}



h2,
h3 {
	text-shadow: 1px 1px 5px #FFFFFF;
	margin-top: 0;
}
h3 {
	font-size: .8em;
	text-align: center;
}
a {
	text-decoration: none;
}

img {
	max-width: 100%;
	margin: 0 auto;

}



/* ================================= 
  Base Layout Styles
==================================== */

/* ---- Navigation ---- */




/* ---- Main Layout - Main body ---- */


h2{
	margin-top: 30px;
	font-size:1.7em;
	text-shadow: 1px 1px 5px #B4AB9A;
	text-align: center;
}
.catagory {
	width: 100%;
	display: flex;
	flex-direction: column;
		margin-top: 20px;
}

.catagory div {

	line-height: 0;
	border: solid 1px grey;
}
.catagory div p {
		line-height: 2em;
	text-align: center;
	padding-top: 20px;
	text-shadow: 1px 1px 5px black;
}







/* ---- Footer ---- */

footer p{
	background-color: #191D1A;
	text-align: center;
		text-shadow: 1px 1px 5px;

}
	
	
.clearfix::after {
	content: " ";
	display: table;
	clear: both;
}


/* ---- Links ---- */


a:hover {
	text-shadow: 1px 1px 5px blue;
	text-decoration: underline;
}





/***************************
	MEDIA QUERIES
**************************/
@media (min-width: 768px) {


/**********************************************************
		IMAGES Galleries
************************************************************/



.catagory {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 20px;
}

.catagory div {
	display: flex;
	flex-direction: column;
	width: 45%;
	padding: 0;
	margin: 10px auto;
	line-height: 0;
	border: solid 1px #2C2C2C;
}
.catagory div p {
	font-size: 1.1em;
		line-height: 2em;
	text-align: center;
	padding-top: 20px;
	text-shadow: 1px 1px 5px black;
}
img {
	height: 300px;
	width: 100%;
}
	
.outline_sel:hover {
		box-shadow: 0px 0px 20px #2F2F2F;

}
	.wrapper {
		padding-bottom: 40px;
	}

}


@media (min-width: 1366px) {



.catagory {
	width: 80%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}

.catagory div {
	display: flex;
	flex-direction: column;
width: 30%;
padding: 0;
margin: 10px auto;
	line-height: 0;
	border: solid 1px #2C2C2C;
}
.catagory div p {
	font-size: 1.1em;
		line-height: 2em;
	text-align: center;
	padding-top: 20px;
	text-shadow: 1px 1px 5px black;
}
img {
	height: 250px;
	width: 100%;
}


}
