/*
Theme Name: Dreamy Jives
Theme URI: http://dreamyjives.com
Author: Jason Mayry
Author URI: http://jasonmayry.com/
Description: Dreamy Jives
Version: 0.1
*/


/*------------------------------------*\
    TABLE OF CONTENTS
\*------------------------------------*/
/**
	* 1. RESET
	* 2. MAIN
	* 3. TYPOGRAPHY
	* 4. GENERAL CLASSES
	* 5. NAVIGATION
	* 6. HERO
	* 7. FORMS
	* 8. FOOTER
	* 9. MEDIA QUERIES
**/


/* --------------------------------------------------------------------------

	[ 1. RESET ]

-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------

	[ 1. RESET ]

-------------------------------------------------------------------------- */
/* Scrap Reset for Normalize.css?? */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; 
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  background: transparent;
  border: 0;
}




/* --------------------------------------------------------------------------

	[ 2. MAIN ]

-------------------------------------------------------------------------- */
* { -webkit-text-size-adjust: 100%; box-sizing: border-box; }
html, body { height: 100%; }
html{ -webkit-font-smoothing: antialiased; font-size: 100%; }
body {
	background: #fefefe;
	font-family: "Corporative Sans", "Antartida-Light", sans-serif;
	color: #666;
	font-size: 1.25rem;
	font-family: Helvetica, Arial;
	line-height: 1.8;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	display: flex;
  flex-direction: column;
}
.main {
	flex: 1 0 auto;
}
img, .img {
	max-width: 100%;
	height: auto;
}


.video {
	position: relative;
	padding-bottom: 62.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden; 
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} /* From: http://webdesignerwall.com/tutorials/css-elastic-videos */
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.content {
	padding: 20px 0;
}
.page-type {
	display: none;
}


/*  SELECTION  */
::selection { background: #008cba; background: rgba(0, 112, 149, 0.75); color: #fff; text-shadow: none; }

::-moz-selection{ background: #008cba; background: rgba(0, 112, 149, 0.75); color: #fff; text-shadow: none; }

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

::selection:window-inactive {
  background: rgb(255, 163, 128);
}

/* --------------------------------------------------------------------------

	[ 3. TYPOGRAPHY ]

-------------------------------------------------------------------------- */
/* @FONTFACE */


/* ELEMENTS  */

a { font-family: sans-serif; font-style: normal; font-weight: normal; }
  
/* Default header styles */

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-style: normal;
	color: #222222;
	text-rendering: optimizeLegibility;
	line-height: 1.1; }	
	h1 { 
		font-size: 72px; 
		line-height: 1em; 
		color: #464441; 
	}
	
	h2 { 
		font-size: 60px; 
		line-height: 1.4; 
		color: #464441; 
		padding-bottom: 10px;
	}
	
	h3 { 
		font-size: 36px; 
		line-height: 1.2; 
		color: #464441; 
		font-weight: 700;
		text-transform: uppercase;
	}
	
	h4  {
		font-size: 24px;
		line-height: 1.4;
		color: #464441;
		padding-bottom: .625em;
	}

/* Default paragraph styles */
p {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.25rem;
	margin-bottom: 1.25rem; }
	p aside {
		font-size: 0.875rem;
		line-height: 1.35;
		font-style: italic; }
	#foot p {
		margin-bottom: .25rem;
	}
	
p { 
	font-style: normal; 
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
}


/* Default Link Styles */

a,
a:visited {
	color: #008cba;
	text-decoration: none;
	line-height: inherit; }
	a:hover, a:focus {
	color: #007095; }
	a img {
	border: none; }


.link { 
	color: #f8f8f8;
	text-decoration: none;
	-webkit-transition: all .3s, font-size 0s;
	-moz-transition: all .3s, font-size 0s;
	-o-transition: all .3s, font-size 0s;
	transition: all .3s, font-size 0s;
	border-bottom: 1px solid transparent;
	position: relative;
	padding: none;
}

.link:hover { 
	color: #f8f8f8;
	text-decoration: none; 
	-webkit-transition: .1s, font-size 0s;
	-moz-transition: .1s, font-size 0s;
	-o-transition: .1s, font-size 0s;
	transition: .1s, font-size 0s;
	border-bottom: 1px solid #999;
	border-bottom: 1px solid #008cba;
	top: -2px;
	padding: none;
}

/* Helpful Typography Defaults */

em,
i {
	font-style: italic;
	line-height: inherit; }

strong,
b {
	font-weight: bold;
	line-height: inherit; }

small {
	font-size: 60%;
	line-height: inherit; }
.smaller { font-size: .666em; }
sup, sub {
	font-size: 25%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	line-height: 0;
}
sub { top: 0.4em; }
label { cursor: pointer }
img { display: block; }
input,
select { vertical-align: middle; }

/* Kerning */

.tighten {
	margin: 0 -.1em;
}
.loosen {
	margin: 0 .1em;
}



/* Page Specific Styles */

.content h1 {
	font-weight: 700;
}
button { color: #fff; font-family: sans-serif; font-size: 11px; font-weight: bold; text-align: left; }
button:hover { cursor: pointer; }
label { cursor: pointer }
img { display: block; }
input,
select { vertical-align: middle; }  
  

/* --------------------------------------------------------------------------

	[ 4. GENERAL CLASSES ]
	
-------------------------------------------------------------------------- */
img.desaturate { 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

#page-type {
	display: none;
}
.border {
	border: 10px solid rgba(255, 255, 255, .33);
}

.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mask {
    overflow: hidden;
    position: relative;
}
.center_wrap {
	height: 100%;
}
.center {
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both; 
  content: "";
  display: table; 
}

/*========================================================================
	HEADER 
========================================================================*/
header {
	background: rgba(255, 255, 255, .9);
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 80px;
}
#logo {
	width: 400px;
}



/*========================================================================
	FOOTER 
========================================================================*/
footer {
	width: 100%;
	background: rgba(12, 4, 30, 0.5);
	position: fixed;
	padding: 20px 0;
	bottom: 0;
}
footer p#copy {
	font-size: 13px;
	color: #888888;
	margin: 0;
	padding: 3px 0px;
	margin: 0;
}
footer a {
	font-size: 16px;
	color: #fff;
}
.foot-social {

}
.foot-social ul {
	text-align: center;
	line-height: 1;
}
.foot-social li {
	margin: 0;
	padding: 0 2%;
	display: inline-block;
	text-align: center;
}
.foot-social li a  {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #554a9e;
	text-align: center;
	display: block;
}
.foot-social li a:hover {
	color: #f8f8f8;
	text-shadow: 0px 0px 15px #aaaaaa;
	
}
.foot-social li a i  {
	font-size: 24px;
	font-size: 150%;
	line-height: 1;
}



/*======================================================================== 
	HERO 
========================================================================*/
#promo {

}
.full-width-hero {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background: #eee;
}
#home #promo {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 500px;
	height: 100vh;
}
#home #promo:before {
    content: "";
    background: url(http://subtlepatterns.com/patterns/bo_play_pattern.png) repeat;
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;   
}
#home .full-width-hero {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-image: none;
	background: #eee;	
}
.message {
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.title {
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
.vertcenter {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	/* IE 9 
	-webkit-transform: translateY(-50%);
	/* Safari 
	transform: translateY(-50%);
	width: 100%;
}

*/
.title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/*========================================================================
	* 404 * 
========================================================================*/

#youbrokeit img {
	max-width: 708px;
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	display: block;
}

/* ========================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



	
	* MEDIA QUERIES * 




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
======================================================================== */


/* Large screens ----------- */
@media  screen  and (max-width : 1824px) {
	/* Styles */
	/*.row {
		width: ;
		padding: 0 ;
	}*/
}


/* Desktops and laptops ----------- */
@media  screen  and (max-width : 1224px) {
	/* Styles */
	/*.row {
		width: ;
		padding: 0 ;
	}*/
}




/*------------------------------ 
	Tablets and iPads 
------------------------------*/
@media screen and (max-width: 1024px) {
	
	body {
		/* background: #c1ecf1; */
		 font-size: 18px;
	}
	header {
		height: 60px;
	}
	h1 {
		font-size: 54px; /* 3em */
	}
	h2 {
		font-size: 44px;
	}
	p {
		font-size: 1.125rem;
		margin-bottom: 1.125rem; 
	}
	nav li a {
		font-size: 21px;
		padding: 0 .75em;
		line-height: 60px;
	}
	
	#promo h1 {
		font-size: 60px;
	}
	
	/* Home
	-----------------------------*/
	#promo {
		height: ;
	}
	#position {
		height: 400px;
	}
	#message {
		/*height: 150px;
		margin-top: -75px;*/
	}
}
/*------------------------------ 
	Mobile Landscape
------------------------------*/
@media screen and (max-width: 667px) {
	.center {
	    height: auto;
	    position: relative;
	    top: 0;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none
	}
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 667px) {
	/*[class*="col-"] {
		padding-left: 4% !important;
		padding-right: 4% !important;
		width: 100% !important;
	}
	[class*='push-'] {
		left: 0;
	}*/
	body {
		 font-size: 16px;
		 transition: font-size .1s ease;
		-webkit-transition: font-size .1s ease;
		-moz-transition: font-size .1s ease;
	}
	header {
		height: 40px;
	}
	#logo {
		width: 250px;
	}
	h1 {
		font-size: 36px;
	}
	h2 { 
		font-size: 30px;  /*1.5em */
	}
	h3 { 
		/*font-size: 1.75em;  28px */ 
	}
	.menu-main-container {
		display: none;
	}
	.foot-nav li {
		display: block;
		padding: 0 5px 10px;
	}
	.foot-nav {
		padding: 2em 0 1em;
	}
	#promo h1 {
		font-size: 36px;
	}
	/* Home
	-----------------------------*/
	#promo h1 {
		/*font-size: 1.8em;*/
	}
	#message {
		/*height: 60px;
		margin-top: -30px;*/
	}
	.foot-social {
		padding-left: 0;
		padding-right: 0;
	}
	.foot-social li {
		padding: 0 2% 10px;
	}
	footer p#copy {
		text-align: center;
		padding: 5px 0 0;
	}		

}

/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 320px) {
	#logo {
		width: 200px;
	}
	/*.foot-social li a i  {
		font-size: 21px;
	}
	.foot-social li {
		padding: 0 7px 10px;
	}*/
}

