/*
Theme Name: 	Menard Design Bootstrap Framework
Theme URI: 		https://menarddesign.com
Description: 	Menard Design Bootstrap Framework with Starkers
Version: 		0.1
Author: 		Menard Design
Author URI: 	http://menarddesign.com
Tags: 			Bootstrap, Starkers, MenardDesign

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================

*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

::-moz-selection 	{ background:rgba(00,00,00,0.3); color:#fff; }
::selection 		{ background:rgba(00,00,00,0.3); color:#fff; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

/* Wordpress styles */

.alignleft{
	float: left;
	margin: 0 15px 15px 0;	
}

.alignright{
	float: right;
	margin: 0 0 15px 15px;	
}

.aligncenter{
	display: block;
	margin: 25px auto;
}

/* Responsive Videos */

.videoWrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: -5px -10px 5px; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed, .videoWrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* If is localhost... */

/*
#localenv:before{
	content: 'Local';
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	background: rgba(255,00,00,0.5);
	height: 35px;
	line-height: 35px;
	width: 100%;
	color: rgba(255,255,255,0.8);
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100px;
	z-index: 1000;	
}
*/

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* @media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus {
        font-size: 16px!important;
    }
} */

