/**
 *
 * @category    Kontraband Store
 * @package     Default
 * @copyright   Copyright (c) 2014 Kontraband Stores
 * @author      sean@kontrabandmerch.com @seanieb1983
 *
 */

/**
 * Reset and include framework
 **/
@import url('reset.css');
@import url('bootstrap.css');
@import url('fonts.css');

body {
	color:#fff;
	font-family:"Open Sans" ,sans-serif;
	font-size:14px;
	line-height:22px;
	background: #111;
  	font-weight: 400;
  	background: #111
}

b, strong { font-weight: 700px; }
i, em { font-style: italic; }

a { color: #fff; text-decoration: none; font-weight: 700; }
a:hover { color: #f5f5f5; text-decoration: none; -webkit-transition: 0.3s  ease-in-out; }

header {  padding: 20px 20px 60px 20px; color: #fff; text-align: center; }
header .mainLogo { max-width: 400px; height: auto; }
.container { min-height: 600px; max-width: 600px; text-align: center; }
.container p { padding: 40px 0 20px 0; }
footer { clear: both; padding: 20px; background: #000; text-align: center; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  
 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}



