/*
Theme Name: Athletecentral
Theme URI: 
Author: Developer WordPress
Author URI: 
Description: Theme Athletecentral
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: athletecentral

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.
*/

@import url('assets/css/styleguide.css'); 
@import url('assets/css/import-font.css');
@import url('assets/css/fonts.css'); 
@import url('assets/css/home.css');  
@import url('assets/css/page.css');  
@import url('assets/css/product.css');  
@import url('assets/css/cart.css'); 
@import url('assets/css/checkout.css'); 
html{
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body{
	height: 100%;
	color: #333;
	line-height: 1.42857143;
	font-family: KlavikaRegular;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
figcaption,
figure,
main {
	display: block;
}
audio,
video {
	display: inline-block;
}
.site-content-contain{
	min-height: 500px;
}