/*
Theme Name: Kane Simple Gallery
Theme URI: http://www.aptosvillagecreative.com
Author: Aptos Village Creative, LLC
Author URI: http://www.aptosvillagecreative.com
Description: A simple gallery theme for Evander Kane
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: simple gallery
Text Domain: simplegallery

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, .main-wrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
}

.main-wrap {
	top: 45px;
	position: relative;	
	display: block;	
	clear: 	both;
}

.main-head {
	z-index: 100;
	display: block;
	clear: 	both;
	position: fixed;
	height: 45px;
	background: #021C24;
	width: 	100%;
	left: 0;
	right: 0;
	margin: 0 auto 0;
}


.main-nav .menu ul,
.main-nav > a,
.main-nav {
	font-family: Helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.main-nav .menu ul li,
.main-nav > a {
	display: inline-block;
	list-style: none;
}

.main-nav .menu ul li a,
.main-nav > a {
	color: #FFF;
	padding: 20px;
}

.btn.call {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}