/* OpenSans Font Licence */
/*
Copyright 2010-2011 Google Corporation.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

@font-face {
	font-family: 'regularfont';
	src: url('fonts/OpenSans-Regular.woff2');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('fonts/OpenSans-Regular.woff2') format('woff2'),
		url('fonts/OpenSans-Regular.woff') format('woff'),
		url('fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'lightfont';
	src: url('fonts/OpenSans-Light.woff2');
		src: local('Open Sans Light'), local('OpenSans-Light'),
			url('fonts/OpenSans-Light.woff2') format('woff2'),
			url('fonts/OpenSans-Light.woff') format('woff'),
			url('fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'headerfont';
	src: url('fonts/OpenSans-SemiBold.woff2');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
		url('fonts/OpenSans-SemiBold.woff') format('woff'),
		url('fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'headerfont2';
	src: url('fonts/OpenSans-Bold.woff2');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('fonts/OpenSans-Bold.woff2') format('woff2'),
		url('fonts/OpenSans-Bold.woff') format('woff'),
		url('fonts/OpenSans-Bold.ttf') format('truetype');
}


html{
/* set to defaults */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
	font-family: regularfont;

	overflow-x: hidden;

	height: 100%;
	
	scroll-behavior: smooth;
}

body{
	background-color: #222;
	color: #2E2E2E;
	margin: 0;

	width: 100%;
	height: 100%;
}

a{
	color: inherit;
	text-decoration: none;
}
.inner-shadow{
	box-shadow: inset 0px 10px 8px -10px #222,
				inset 0px -10px 8px -10px #222;
}
p{
	letter-spacing: 1px;
}
heavy{
	font-family: headerfont;
	font-size: 16px;
	color: #FFDE4F;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.flex-space-between{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.align-left{
  text-align: left;
}
.align-center{
  text-align: center;
}
.align-right{
  text-align: right;
}
.container{
	width: 100%;
	display: inline;
	text-align: left;
	margin: auto;
}
.inner-container{
	width: 70%;
	height: 100%;
	margin: auto;
}
@media screen and (max-width: 920px){
	.inner-container{
		width: 90%;
	}
	#mobile-navbar .inner-container {
		width: 100%;
	}
  .flex-space-between:not(#footer-information-container){
  	display: block;
  }
  .align-left{
    text-align: center;
  }
  .align-center{
    text-align: center;
  }
  .align-right{
    text-align: center;
  }
}





.background-light{
	background-color: #ffffff;
	color: #000;
}
.background-light-v{
	background-color: #f1f1f1;
	color: #000;
}
.background-dark{
	background-color: #252525;
	color: #646464;
}
.background-yellow{
	background-color: #FFD100;
	color: #f1f1f1;
}
.background-red{
	background-color: #D01012;
	color: #f1f1f1;
}
.background-blue{
	background-color: #006DB7;
	color: #f1f1f1;
}
.background-green{
	background-color: #229244;
	color: #f1f1f1;
}
.text-yellow{
  color: #FFD100 !important;
}
.text-red{
	color: #D01012 !important;
}
.text-blue{
	color: #006DB7 !important;
}
.text-green{
	color: #229244 !important;
}
.text-black{
	color: #000000 !important;
}


.bd-blue {
	border-color: #006DB7 !important;
}
.bd-none {
	border: none !important;
}

/* Navbar */
#header{
	width: 100%;
	top: 0;

	position: relative;
	z-index: 100;

	letter-spacing: 1px;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
	color: black;

	z-index: 110;

	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;

	box-shadow: 0px 1px 8px 0px #222;
}
ul.topnav p1{
	padding: 0 12px;
}

ul.topnav li {
	float: left;
	height: 100%;
}
ul.topnav li a{
  display: block;
  text-decoration: none;
	height: 100%
	padding: 0px 24px;

	transition: 0.1s;
}
ul.topnav iframe{
	position: relative;
	transform: translateY(10px);
	width: 100px;
}
ul.topnav li a:hover{
	background-color: #EAEAEA;
}
ul li a.logo{
	height: 100%;
	vertical-align: middle;
	padding: 0;
}
li a.logo img{
	vertical-align: middle;
	height: 85%;
}
ul.topnav img{
	vertical-align: middle;
	height: 60px;
}



@media screen and (min-width: 521px){
	#mobile-navbar{ display: none; }
}
@media screen and (max-width: 520px){
	#navbar{ display: none; }
	#navbar-balancer{ display: none; }

	li a.logo img{
		vertical-align: middle;
		height: 100%;
	}
}
@media screen and (max-width: 420px){
	.mobnav .inner-container{
		width: 100%;
	}
}
/* Mobile Navbar */
ul.mobnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

	z-index: 110;

	width: 100%;
	top: 0;

	font-size: 18px;
	line-height: 50px;

	box-shadow: 0 4px 5px -5px grey;
}
ul.mobnav li {
	width: 100%;
}
ul.mobnav .fb-button{
	text-align: center;
}
ul.mobnav iframe{
	transform: translateY(10px);
	width: 100px;
}
ul.mobnav li a {
  display: block;
  padding: 8px 0px;
  text-decoration: none;
	height: 50px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

#mobile-buttons li a {
	max-width: 100%;
}

ul.mobnav li a:hover{
	background-color: #f0f0f0;
}
ul.mobnav #mobile-buttons{
	display: none;
}
ul.mobnav .hamburger-icon a{
	right: 0;
	position: relative;
	cursor: pointer;
}
ul.mobnav .hamburger-icon img{
	height: 100%;
}




.button-container {
	text-align: center;
	padding: 20px;
}
.button-container .link-button {
	display: inline-block;
	margin: 4px;
}


.link-button a, input[type=submit].link-button{
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0px;
	border: solid 1px #FFD100;
	font-family: headerfont;
	font-size: 16px;
	color: #FFD100;
  text-align: center;
  min-width: 160px;
	cursor: pointer;

	transition: 0.1s;
}
.link-button a:hover, input[type=submit].link-button:hover{
	background-color: #FFD100;
	color: #000 !important;
	border-color: #FFD100 !important;

	transition: 0.1s;
}





/* Footer */
#footer-information-container{
	width: 100%;
	color: #f5f5f5;
	min-height: 60px;

}
#footer-information-container a:not(.site-map){
	font-family: headerfont;
}
#footer-information-container .inner-container{
	height: 100%;
}
#footer-information-container .footer-content{
	height: 100%;
	line-height: 60px;
}
@media screen and (max-width: 720px){
	#footer-information-container .inner-container .footer-content{
		width: 100%;
		text-align: center;
		line-height: 24px;

    margin: auto;
	}
	#footer-information-container .inner-container{

	}
}

.footer-content.site-map a{
	color: rgba(0, 0, 0, 0.4);
}

.social-icon img{
	vertical-align: middle;
	width: 36px;
}













/* Extra Page CSS */

.banner-container{
	position: relative;
  overflow: hidden;
	text-align: center;


}

.banner-container .banner-main{
	background: url('images/bannerMain.png');

	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;

  height: 100%;
}

.banner-text{
	padding: 20vh 0px 34vh 0px; /*top right bottom left*/
  width: 100%;
  height: 100%;
	position: relative;
	z-index: 15;

  background: rgba(0,0,0,0.0);
}

.banner-text h1{
	font-size: 96px;
	font-family: headerfont2;

	display: block;
	padding: 4px 24px;
	margin: 0;
	letter-spacing: 2px;

	color: #f1f1f1;
}
.banner-logo{
  width: 100%;
	display: block;
  text-align: center;
}
.banner-text img{
  max-width: 900px;
  width: 70%;
}
.banner-text h1{
	font-size: 42px;
	font-family: headerfont2;

	display: block;
	padding: 4px 24px;
	margin: 0;
	letter-spacing: 2px;

  background-color: rgba(0,0,0,0.0);
	text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 2px 2px 0px #000, -2px -2px 0px #000, 2px -2px 0px #000, -2px 2px 0px #000;
	color: #f1f1f1;
}
@media screen and (max-width: 1280px) and (min-width: 720px){
  .banner-container{

  }
  .banner-text h1{
		font-size: 4vw;
	}
  .banner-text img{
    width: 80%;
  }
}

@media screen and (max-width: 720px){
  .banner-container{

  }
  .banner-text h1{
		font-size: 6vw;

	}
  .banner-text img{
    width: 86%;
  }
}
@media screen and (max-width: 720px){
	.banner-text{
		/*padding: 12.5vh 0px 12.5vh 0px; /*top right bottom left*/
	}
}



.content-container{
	width: 100%;
	text-align: left;
}
.content-container h2{
	padding: 60px 0 20px 0;
	margin: 0;

	font-size: 32px;
	letter-spacing: 2px;

	font-family: headerfont2;
}
.content-container h3{
	padding: 20px 0;
	margin: 0;

	color: black;
	letter-spacing: 2px;

	font-family: headerfont;
}





/* Color Grid Content */
.content-container table{
  width: 100%;
  border-spacing: 0px;
  
}
.content-container tr{
  width: 100%;
}
td.about-section{
  width: 50%;
  min-height: 400px;
}
td.about-section h2{
  color: #FFD100;
  padding: 0;
}
.about-text.inner-content{
	max-width: 500px;
}
.content-container p, .content-container ul{
  display: block;
}
td.store-photo{
  width: 50%;

  background: url('images/IMG_4625.JPG');

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
td.left-cell .inner-content{
  position: relative;
  margin: auto; /* top right bottom left */
  padding: 60px;
  height: 100%;
}
td.right-cell .inner-content{
  position: relative;
  margin: auto; /* top right bottom left */
  padding: 60px;
  height: 100%;
}

.icon-section{
  text-align: center;
  font-family: headerfont;
  color: black;
}
.icon-section h2{
  text-align: center;
  padding: 0;
}

.icon-set .icon{
  display: inline-block;
  width: 28%;
  text-align: center;
  word-break: break-word;
  padding: 30px 2% 0 2%;

  vertical-align: top;
}
.icon-set {
  margin: auto;
  max-width: 500px;
  font-size: 16px;
}

.icon-set .icon img{
  width: 100%;
}

@media screen and (max-width: 920px){
  .content-container td{
    display: block;
    width: 100%;
    float: left;
  }
  td.left-cell .inner-content{
    position: relative;
    margin: auto; /* top right bottom left */
    padding: 60px;
    max-width: 1000px;
    height: 100%;
    text-align: center;
  }
  td.right-cell .inner-content{
    position: relative;
    margin: auto; /* top right bottom left */
    padding: 60px;
    max-width: 1000px;
    height: 100%;
    text-align: center;
  }
  td.store-photo{
    min-height: 300px;
  }
  
  .inner-content ul{
	  text-align: left;
  }
  .inner-content ul p{
	  margin: 10px 0;
  }
}
@media screen and (max-width: 580px){
	.icon-set .icon{
	  display: block;
	  width: 100%;
	  text-align: center;
	  word-break: break-word;
	  padding: 30px 0 0 0;

	  vertical-align: top;
	}
	.icon-set {
		font-size: 24px;
	  margin: auto;
	  max-width: 500px;
	}

	.icon-set .icon img{
	  width: 50%;
		min-width: 180px;
	}
}




/* Find Us */
.find-us{
  width: 100%;
  padding: 60px 0;
}
.find-us h2{
  margin: 0 0 20px 0;
  padding: 0;
}
.find-us p{
  margin: 0;
  font-family: headerfont;
}
.find-us-content{
  width: 100%;
}
.map{
  width: 100%;
}
.map iframe{
  width: 100%;
}
.find-us .text-info{
  width: 28%;
}
.find-us .text-info.middle{
  width: 40%;
}
.find-us .text-info h2{
  padding-top: 12px;
  margin-bottom: 4px;
  font-size: 22px;
	font-family: headerfont;
}
.find-us .social-media{
  margin-top: 30px;
  line-height: 60px;
}
.find-us .social-media *{
  display: inline-block;
}
.find-us .social-media a{
  height: 100%;
}
.find-us .social-media img{
  height: 100%;
}
.find-us .social-media .separator{
	vertical-align: middle;
	transform: translateY(-60%);
  height: 70%;
  width: 2px;
}
@media screen and (max-width: 920px){
  .find-us .text-info, .find-us .text-info.middle{
    width: 100%;
  }
}
