/*
Theme Name: Barkeep
Theme URI: 
Description: Custom Theme for Barkeep Vodka
Author: DTP
Version: 1.0
Tags: custom
*/

/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: "baskerville-urw", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #111;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 35px;
    letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

h2 {
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 80px;
    letter-spacing: 0px;
	line-height: 82px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 20px;
}

hr {
	border: none;
	background-color: #111;
	color: #111;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link { color: #111; text-decoration: underline; }
a:visited { color: #111; text-decoration: underline; }
a:hover { color: #c20430; text-decoration: underline; }
a:active { color: #c20430; text-decoration: underline; }


/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 200px;
	background-color: #fff;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
}
.skip-link:focus {
    top: 0; /* Now the link will appear */
}

#mobileHeader {
	display: none;
}


.header { 
	width: 100%;
	height: 66px;
	margin: 0; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998; 
	text-align: left;
}

.darkheader {
  background-color: rgba(0,0,0,1.0);
}

.sheader { 
	width: 100%;
	height: 130px;
	margin: 0; 
	text-align: left;
}

#logoContainer {
	width: 220px;
	height: 65px;
	margin: 40px 0 0 55px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 220px;
	height: 66px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/barkeep-logo-main.png);
	background-repeat: no-repeat;
	background-size: 220px 66px;
}
#Lnav {
    width: 220px; height: 66px;
    margin: 0;
	padding: 0;
    position: relative;
}
#Lnav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#Lnav li a { height: 0px; display: block; padding-top: 66px; overflow: hidden; }
#Lnav1 { left: 0; width: 220px; }
#Lnav li a:focus {
  text-decoration: inherit;
  outline: auto;
}

#headerL {
	width: 220px;
	height: 65px;
	margin: 40px 0 0 55px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}
#headerR {
	width: 40px;
	height: 30px;
	display: inline;
	float: right;
	text-align: left;
	margin: 50px 50px 0 0;
}

.menu-icon {
  background-color: transparent;
  border: none;
  color: white;
  width: 40px;
  height: 30px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  background-color: transparent;
  color: white;
}

.button1:focus {
  text-decoration: inherit;
  background-color: #000;
  outline: auto;
}

.button1:hover {
  color: white;
}

.overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #000;
}

.overlay-content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  text-align: center;
  margin-top: 0px;
}

#onavContainer {
	width: 100%;
	height: auto;
	padding: 100px 0 0 0;
	margin: 0;
	text-align: right;
}

#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

nav ol, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.nav-list,
.nav { 
	width: 100%; 
	display: block; 
	height: auto; 
	float: none; 
	letter-spacing: 8px;
	text-transform: uppercase;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 1px;
}

ul.nav-list li.nav-item { display: block !important; text-align: right; float: none !important;}

ul.nav-list li.nav-item a { text-decoration: none; display: block; line-height: auto; height: auto; margin: 0; color: #ffffff; border-top: 1px solid #333; padding: 15px 50px !important;}

ul.nav-list li.nav-item a:hover { color: #f8921d; }

ul.nav-list li.nav-item-ON a { padding: 25px 0px; color: #f8921d; border-top: 1px solid #333;}
	
ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a
{ border: none;}

ul.nav-list li.nav-blank
{ display: none; }
  
/*-------------------------------------------
	page structure
-------------------------------------------*/

/* - - - Home Page Structure - - - */

.headerTag { 
	width: 600px;
	height: auto;
	margin: 0; 
	position: absolute;
	top: 200px;
	left: 55px;
	z-index: 9997; 
	text-align: left;
	color:#111;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 80px;
    letter-spacing: 2px;
	line-height: 82px;
	text-transform: uppercase;
}

#homeFeaturedVideo { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
}
#homeFeaturedImage { 
	display:none;
}


.homeHeadline { 
	width: 100%;
	height: auto;
	margin: 100px 0 0px 0; 
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 35px;
    letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}
.homeSubHeadline { 
	width: 100%;
	height: auto;
	margin: 100px 0 20px 0; 
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 28px;
    letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhySmooth a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}
#homeWhySmooth a:link { color: #000; text-decoration: none; }
#homeWhySmooth a:visited { color: #000; text-decoration: none; }
#homeWhySmooth a:hover { color: #f7941d; text-decoration: none; }
#homeWhySmooth a:active { color: #f7941d; text-decoration: none; }

.smoothLine { border-bottom: 2px solid #f7941d; }

#homeWhyMakers { 
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}
#homeWhyMakers a:link { color: #000; text-decoration: none; }
#homeWhyMakers a:visited { color: #000; text-decoration: none; }
#homeWhyMakers a:hover { color: #1c75bc; text-decoration: none; }
#homeWhyMakers a:active { color: #1c75bc; text-decoration: none; }

.makersLine { border-bottom: 2px solid #1c75bc; }

#homeWhyScience { 
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}
#homeWhyScience a:link { color: #000; text-decoration: none; }
#homeWhyScience a:visited { color: #000; text-decoration: none; }
#homeWhyScience a:hover { color: #76cbc8; text-decoration: none; }
#homeWhyScience a:active { color: #76cbc8; text-decoration: none; }

.scienceLine { border-bottom: 2px solid #76cbc8; }

#homeWhyIndiana { 
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}
#homeWhyIndiana a:link { color: #000; text-decoration: none; }
#homeWhyIndiana a:visited { color: #000; text-decoration: none; }
#homeWhyIndiana a:hover { color: #ec008c; text-decoration: none; }
#homeWhyIndiana a:active { color: #ec008c; text-decoration: none; }

.indianaLine { border-bottom: 2px solid #ec008c; }

#homeBlockL { 
	width: 450px;
	height: 530px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 80px;
    letter-spacing: 0px;
	line-height: 82px;
}
	
#homeBlockR { 
	width: 600px;
	height: 530px;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 26px;
    letter-spacing: 0px;
	line-height: 30px;
}

.outerL {
    position: relative;
    display: table;
    vertical-align: middle;
    height: 530px;
    width: 450px;
    margin: 0;
}
.innerL {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: table;
    vertical-align: middle;
    height: 530px;
    width: 600px;
    margin: 0;
}

.innerR {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}


#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: flex;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: flex;
  	align-items: center;
}

#homeSocial { 
	width: 1200px;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}

#homeMail { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 80px 0;
	position: relative; 
	text-align: center;
}

#menuBTNb {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #000000;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 18px;
}
#menuBTNb a {
	display: block;
	height: auto;
	padding: 10px 20px 10px 20px;
}
#menuBTNb a:link { color: #000000; text-decoration: none; }
#menuBTNb a:visited { color: #000000; text-decoration: none; }
#menuBTNb a:hover { color: #999999; text-decoration: none; }
#menuBTNb a:active { color: #999999; text-decoration: none; }


#subSmooth { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 100px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#subMakers { 
	width: 100%;
	height: auto;
	min-height: 1000px;
	margin: 0;
	padding: 100px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#subScience { 
	width: 100%;
	height: auto;
	min-height: 1000px;
	margin: 0;
	padding: 100px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#subIndiana { 
	width: 100%;
	height: auto;
	min-height: 1000px;
	margin: 0;
	padding: 100px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#subFeaturedImage { 
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: left;
}

.subHeadline { 
	width: 1000px;
	height: auto;
	margin: 100px auto; 
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 35px;
    letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

#recipesContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#contentContainer { 
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentContainer em strong{
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
}

#contentLeftTop { 
	width: 550px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#contentRightTop { 
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
}
#contentLeftBot { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#contentRightBot { 
	width: 550px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}

#newsContainer {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: center;
}
#blankContainer {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: left;
}

#newsCallout {
	width: 300px;
	margin: 0px 10px 40px 10px;
	position: relative; 
	text-align: center;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	font-family: "baskerville-urw", serif;
	font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 1px;
}
#newsCallout a {
	display: block;
	height: auto;
	padding: 0;
}
#newsCallout a:link { color: #000; text-decoration: none; }
#newsCallout a:visited { color: #000; text-decoration: none; }
#newsCallout a:hover { color: #f8921d; text-decoration: none; }
#newsCallout a:active { color: #f8921d; text-decoration: none; }

#newsImage {
	width: 300px;
	height: 200px;
	margin: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
}
#newsTitle {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
}
#newsMore {
	width: auto;
	height: auto;
	display: inline;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	text-align: center;
	font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    letter-spacing: 1px;
	box-sizing: border-box;
}

.newsDate { font-size: 12px; }
.newsHeadline { font-size: 18px; font-weight: 700; }


#newsBack {
	width: auto;
	height: auto;
	display: inline;
	float: left;
	margin: 50px 0 0 0;
	padding: 0 0 0 10px;
	text-align: center;
	font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    letter-spacing: 1px;
	box-sizing: border-box;
}
#newsBack a:link { color: #000; text-decoration: none; }
#newsBack a:visited { color: #000; text-decoration: none; }
#newsBack a:hover { color: #A7353A; text-decoration: none; }
#newsBack a:active { color: #A7353A; text-decoration: none; }

#iconSpoon {
	width: 17px;
	height: 200px;
	margin: 0 auto;
	padding: ;
	position: relative; 
	text-align: left;
}


/*--- Clear ---*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- Footer ---*/

#footer {
	width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
	margin: 0;
	text-align: center;
	background-color: #000;
	color: #fff;
}
#footerL {
	width: 400px;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 18px;
}
#footerR {
	width: 400px;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
#footerR a:link { color: #fff; text-decoration: none; }
#footerR a:visited { color: #fff; text-decoration: none; }
#footerR a:hover { color: #a28f61; text-decoration: none; }
#footerR a:active { color: #a28f61; text-decoration: none; }
#footerB {
	width: 100%;
	height: auto;
	padding: 30px;
	margin: 30px 0;
	box-sizing: border-box;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
	font-size: 13px;
}
.navSM {
	width: 100%;
	height: auto;
	margin: 0 10px;
	padding: 0;
	position: relative; 
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}
.navSM:link { color: #ffffff; text-decoration: none; }
.navSM:visited { color: #ffffff; text-decoration: none; }
.navSM:hover { color: #999999; text-decoration: none; }
.navSM:active { color: #999999; text-decoration: none; }

#footBTNb {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 18px;
}
#footBTNb a {
	display: block;
	height: auto;
	padding: 10px 20px 10px 20px;
}
#footBTNb a:link { color: #ffffff; text-decoration: none; }
#footBTNb a:visited { color: #ffffff; text-decoration: none; }
#footBTNb a:hover { color: #999999; text-decoration: none; }
#footBTNb a:active { color: #999999; text-decoration: none; }



/* tablet Wide
--------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1300px) {

.headerTag { 
	width: 400px;
	top: 150px;
	left: 55px;
	font-size: 50px;
    line-height: 52px;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 1000px;
	height: 400px;
	margin: 50px auto;
	padding: 0 50px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers { 
	width: 1000px;
	height: 400px;
	margin: 50px auto;
	padding: 0 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience { 
	width: 1000px;
	height: 400px;
	margin: 50px auto;
	padding: 0 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana { 
	width: 1000px;
	height: 400px;
	margin: 50px auto;
	padding: 0 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhySmooth a {
	width: 1000px;
	height: 400px;
}
#homeWhyMakers a {
	width: 1000px;
	height: 400px;
}
#homeWhyScience a {
	width: 1000px;
	height: 400px;
}
#homeWhyIndiana a {
	width: 1000px;
	height: 400px;
}

#homeBlockL { 
	width: 350px;
	height: 400px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 60px;
    letter-spacing: 0px;
	line-height: 62px;
}
#homeBlockR { 
	width: 500px;
	height: 400px;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 22px;
    letter-spacing: 0px;
	line-height: 26px;
}

.outerL {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 350px;
    height: 400px;
    margin: 0;
}
.innerL {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 500px;
    height: 400px;
    margin: 0;
}

.innerR {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: flex;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: flex;
  	align-items: center;
}

#homeSocial { 
	width: 1000px;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}


#subFeaturedImage { 
	width: 900px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: left;
}

.subHeadline { 
	width: 800px;
	height: auto;
	margin: 100px auto; 
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 35px;
    letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

#contentContainer { 
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentLeftTop { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#contentRightTop { 
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#contentLeftBot { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#contentRightBot { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}

#newsContainer {
	width: 900px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: center;
}
#blankContainer {
	width: 900px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: left;
}

}




/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
	
.headerTag { 
	width: 260px;
	top: 130px;
	left: 55px;
	font-size: 30px;
    line-height: 32px;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0 30px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 700px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers { 
	width: 700px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience { 
	width: 700px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana { 
	width: 700px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhySmooth a {
	width: 600px;
	height: 200px;
}
#homeWhyMakers a {
	width: 600px;
	height: 200px;
}
#homeWhyScience a {
	width: 600px;
	height: 200px;
}
#homeWhyIndiana a {
	width: 600px;
	height: 200px;
}

#homeBlockL { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: inherit;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 60px;
    letter-spacing: 0px;
	line-height: 62px;
}
#homeBlockR { 
	width: 500px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 24px;
}

.outerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
    

#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}

#homeSocial { 
	width: 100%;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}


#subFeaturedImage { 
	width: 700px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
}

.subHeadline { 
	width: 100%;
	height: auto;
	margin: 100px auto; 
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: 30px;
    letter-spacing: 2px;
	line-height: 32px;
}

#contentContainer { 
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentLeftTop { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#contentRightTop { 
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#contentLeftBot { 
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#contentRightBot { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}


#footerL {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#newsContainer {
	width: 700px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: center;
}
#blankContainer {
	width: 700px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: left;
}

}

/* wide mobile
--------------------------------------------- */
@media (min-width: 640px) and (max-width: 767px) {

.headerTag { 
	width: 260px;
	top: 130px;
	left: 55px;
	font-size: 30px;
    line-height: 32px;
}

#homeFeaturedVideo { 
	display:none;
}
#homeFeaturedImage { 
	display:inherit;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0 30px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 600px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers { 
	width: 600px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience { 
	width: 600px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana { 
	width: 600px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhySmooth a {
	width: 500px;
	height: 200px;
}
#homeWhyMakers a {
	width: 500px;
	height: 200px;
}
#homeWhyScience a {
	width: 500px;
	height: 200px;
}
#homeWhyIndiana a {
	width: 500px;
	height: 200px;
}

#homeBlockL { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: inherit;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 60px;
    letter-spacing: 0px;
	line-height: 62px;
}
#homeBlockR { 
	width: 500px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 24px;
}

.outerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
    

#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}

#homeSocial { 
	width: 100%;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}


#subFeaturedImage { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 50px;	
	box-sizing: border-box;
	position: relative; 
}

.subHeadline { 
	width: 100%;
	height: auto;
	margin: 50px auto; 
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: 30px;
    letter-spacing: 2px;
	line-height: 32px;
}

#subSmooth { 
	padding: 50px 0;
}

#contentContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentLeftTop { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightTop { 
	display: none;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#contentLeftBot { 
	width: 250px;
	height: auto;
	margin: 0 0 0 50px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightBot { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}


#footerL {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#newsContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}
#blankContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}

}

/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 639px) {

.headerTag { 
	width: 260px;
	top: 100px;
	left: 30px;
	font-size: 30px;
    line-height: 32px;
}

#homeFeaturedVideo { 
	display:none;
}
#homeFeaturedImage { 
	display:inherit;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0 30px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 500px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers { 
	width: 500px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience { 
	width: 500px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana { 
	width: 500px;
	height: 300px;
	margin: 15px auto;
	padding: 50px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhySmooth a {
	width: 400px;
	height: 200px;
}
#homeWhyMakers a {
	width: 400px;
	height: 200px;
}
#homeWhyScience a {
	width: 400px;
	height: 200px;
}
#homeWhyIndiana a {
	width: 500px;
	height: 200px;
}

#homeBlockL { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: inherit;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 60px;
    letter-spacing: 0px;
	line-height: 62px;
}
#homeBlockR { 
	width: 400px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 24px;
}

.outerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}

#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}

#homeSocial { 
	width: 100%;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}


#subFeaturedImage { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 50px;	
	box-sizing: border-box;
	position: relative; 
}

.subHeadline { 
	width: 100%;
	height: auto;
	margin: 50px auto; 
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: 30px;
    letter-spacing: 2px;
	line-height: 32px;
}

#subSmooth { 
	padding: 50px 0;
}

#contentContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentLeftTop { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightTop { 
	display: none;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#contentLeftBot { 
	width: 250px;
	height: auto;
	margin: 0 0 0 50px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightBot { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}


#footerL {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#newsContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}
#blankContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}

}


/* wide mobile
--------------------------------------------- */
@media (min-width: 480px) and (max-width: 567px) {

.headerTag { 
	display:none;
}

#homeFeaturedVideo { 
	display:none;
}
#homeFeaturedImage { 
	display:inherit;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0 30px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 400px;
	height: 300px;
	margin: 15px auto;
	padding: 30px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers { 
	width: 400px;
	height: 300px;
	margin: 15px auto;
	padding: 30px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience { 
	width: 400px;
	height: 300px;
	margin: 15px auto;
	padding: 30px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana { 
	width: 400px;
	height: 300px;
	margin: 15px auto;
	padding: 30px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhySmooth a {
	width: 340px;
	height: 200px;
}
#homeWhyMakers a {
	width: 340px;
	height: 200px;
}
#homeWhyScience a {
	width: 340px;
	height: 200px;
}
#homeWhyIndiana a {
	width: 340px;
	height: 200px;
}

#homeBlockL { 
	width: 340px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: inherit;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 60px;
    letter-spacing: 0px;
	line-height: 62px;
}
#homeBlockR { 
	width: 340px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 24px;
}

.outerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}

#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}

#homeSocial { 
	width: 100%;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}


#subFeaturedImage { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 50px;	
	box-sizing: border-box;
	position: relative; 
}

.subHeadline { 
	width: 100%;
	height: auto;
	margin: 50px auto; 
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: 30px;
    letter-spacing: 2px;
	line-height: 32px;
}

#subSmooth { 
	padding: 50px 0;
}

#contentContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentLeftTop { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightTop { 
	display: none;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#contentLeftBot { 
	width: 250px;
	height: auto;
	margin: 0 0 0 50px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightBot { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}


#footerL {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#newsContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}
#blankContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 400px) and (max-width: 479px) {

.headerTag { 
	display:none;
}

#homeFeaturedVideo { 
	display:none;
}
#homeFeaturedImage { 
	display:inherit;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
}

.homeHeadline { 
	width: 100%;
	height: auto;
	margin: 40px 0 0px 0; 
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 35px;
    letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 360px;
	height: 300px;
	margin: 15px auto;
	padding: 20px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers { 
	width: 360px;
	height: 300px;
	margin: 15px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience { 
	width: 360px;
	height: 300px;
	margin: 15px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana { 
	width: 360px;
	height: 300px;
	margin: 15px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhySmooth a {
	width: 320px;
	height: 200px;
}
#homeWhyMakers a {
	width: 320px;
	height: 200px;
}
#homeWhyScience a {
	width: 320px;
	height: 200px;
}
#homeWhyIndiana a {
	width: 320px;
	height: 200px;
}

#homeBlockL { 
	width: 320px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: inherit;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 55px;
    letter-spacing: 0px;
	line-height: 57px;
}
#homeBlockR { 
	width: 320px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 24px;
}

.outerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}

#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}

#homeSocial { 
	width: 100%;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}

#subFeaturedImage { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 30px;	
	box-sizing: border-box;
	position: relative; 
}

.subHeadline { 
	width: 100%;
	height: auto;
	margin: 30px auto; 
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	font-size: 25px;
    letter-spacing: 2px;
	line-height: 30px;
}

#subSmooth { 
	padding: 30px 0;
}

#contentContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentLeftTop { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightTop { 
	display: none;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#contentLeftBot { 
	width: 250px;
	height: auto;
	margin: 0 0 0 30px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightBot { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}


#footerL {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#newsContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}
#blankContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}

}



/* wide mobile
--------------------------------------------- */
@media (max-width: 399px) {


.headerTag { 
	display:none;
}

#homeFeaturedVideo { 
	display:none;
}
#homeFeaturedImage { 
	display:inherit;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
}

#homeWhy { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth { 
	width: 360px;
	height: 360px;
	margin: 15px auto;
	padding: 20px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyMakers { 
	width: 360px;
	height: 360px;
	margin: 15px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyScience { 
	width: 360px;
	height: 360px;
	margin: 15px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#homeWhyIndiana { 
	width: 360px;
	height: 360px;
	margin: 15px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhySmooth a {
	width: 320px;
	height: 200px;
}
#homeWhyMakers a {
	width: 320px;
	height: 200px;
}
#homeWhyScience a {
	width: 320px;
	height: 200px;
}
#homeWhyIndiana a {
	width: 320px;
	height: 200px;
}

#homeBlockL { 
	width: 320px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: inherit;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 50px;
    letter-spacing: 0px;
	line-height: 52px;
}
#homeBlockR { 
	width: 320px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	 -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0px;
	line-height: 24px;
}

.outerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerL {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}
.outerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 0;
}
.innerR {
    position: relative;
    display: inherit;
    vertical-align: middle;
    width: 100%;
}

#homeBlockHeadline { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}
#homeBlockText { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
  	align-items: center;
}

#homeSocial { 
	width: 100%;
	height: auto;
	min-height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ccc;
}

#subFeaturedImage { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 50px;	
	box-sizing: border-box;
	position: relative; 
}

.subHeadline { 
	width: 100%;
	height: auto;
	margin: 30px auto; 
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	font-size: 25px;
    letter-spacing: 2px;
	line-height: 30px;
}

#subSmooth { 
	padding: 30px 0;
}

#contentContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentLeftTop { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightTop { 
	display: none;
}
#contentBot { 
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#contentLeftBot { 
	width: 250px;
	height: auto;
	margin: 0 0 0 30px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#contentRightBot { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

#footerL {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#newsContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}
#blankContainer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	position: relative; 
	text-align: left;
}

}

/* logo phone
--------------------------------------------- */
@media (max-width: 639px) {
	
#logoContainer {
	width: 180px;
	height: 54px;
	margin: 20px 0 0 20px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 180px;
	height: 54px;
	padding: 0;
	margin: 0px 0 0 0px;
	text-align: left;
	background-image: url(images/barkeep-logo-main.png);
	background-repeat: no-repeat;
	background-size: 180px 54px;
}
#Lnav {
    width: 180px; height: 54px;
    margin: 0;
	padding: 0;
    position: relative;
}
#Lnav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#Lnav li a { height: 0px; display: block; padding-top: 54px; overflow: hidden; }
#Lnav1 { left: 0; width: 180px; }
#Lnav li a:focus {
  text-decoration: inherit;
  outline: auto;
}

#headerL {
	width: 180px;
	height: 54px;
	display: inline;
	float: left;
	text-align: left;
	margin: 30px 0 0 30px;
}
#headerR {
	width: 40px;
	height: 30px;
	display: inline;
	float: right;
	text-align: left;
	margin: 20px 20px 0 0;
}


}



