/*
Theme Name: Penetration
Theme URI: https://www.shoutabovethenoise.com/
Description: Custom template for Shout Above The Noise
Author: Sean Bowen
Version: 1.0
*/



/*
Reset
---------------------------------------
*/

*, html, body { 
	margin:0; 
	padding:0; 
	}

fieldset, img { 
	border:0; 
}

h1, h2, h3, h5, h5, h6 { 
	font-size:100%; 
	}

ul { 
	list-style:none; 
}



/*
General Styling
---------------------------------------
*/

body {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {
	
}

h2 {
	
}


p {
	
}


a {
	text-decoration: none;
}

a:hover {
	
}


.clear { 
	clear: both; 
}



/*
Site Strucutre
---------------------------------------
*/

.masthead {
	width: 100%;
	background: #fff;
}

.logo {
	display: none;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.menu-icon {
	display: none;
}


.content {
	width: 100%;
	height: auto;
	min-height: 300px;
}

.footer {
	width: 100%;
}


/*
Navigation
---------------------------------------
*/

.main-nav-menu {
	display: none;
}

.menu-close {
	display: none;
}

.menu-close a {
	display: none;
}

.main-nav-menu ul {

}

.main-nav-menu li a {

}

.main-nav-menu li a:hover {

}

.main-nav-menu li.current-menu-item a, .main-nav-menu li.current-menu-item a:hover {

}









/*
Responsive
---------------------------------------
*/


@media only screen and (max-device-width: 800px), screen and (max-width:800px){ 




}


@media only screen and (max-device-width: 500px), screen and (max-width:500px){ 
	



}







