﻿/* two islands brewery style */

@import url(//fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|Oswald);

body {
	background:#111;
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#333;
	text-align:left;
	padding:0;
	margin:0;
}

iframe {
	display:block;
	margin:auto;
}

.video-container {
	position:relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top:30px;
	height:0;
}
.video-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

h1.page-title {
	font-family:'Open Sans',sans-serif;
	font-size:35px;
	font-weight:600;
	color:#885710;
	margin:0;
	padding:0;
	text-align:center;
}

h1.subpage-title {
	font-family:'Open Sans',sans-serif;
	font-size:30px;
	font-weight:600;
	color:#885710;
	margin:0;
	padding:0;
	text-align:center;
}

/*
iframe {
	display:block;
	margin:auto;
}
*/

/* global links */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}


/* images */
img {
	border:0px;
}

img.photo {
	width:auto;
	height:auto;
	background-color:#fff;
	padding:3px;
	border:4px solid #fff;
	-pie-box-shadow:none;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:1px 1px 5px -1px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
	vertical-align:top;
	margin:0 0 7px 7px;
}


/* page */
#twoislandsbrewery {
	width:100%;
/*border:2px solid black;*/
}


/* responsive header */
#responsive-logo {
	display:none;
	width:100%;
	height:auto;
	background:#e2e2b7;
	text-align:center;
}
#responsive-logo img {
	width:153px;
	height:100px;
	padding:10px 0;
}
#responsive-navbar {
	display:none;
	width:100%;
	height:auto;
	background:#e2e2b7;
}
#responsive-nav {
	margin:0;
	padding:10px 0;
}
#responsive-nav ul {
	width:100%;
    list-style:none;
	margin:0;
	padding:0;
	font-family:'Oswald',sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.5px;
	text-align:center;
}
#responsive-nav li {
	display:inline-block;
	margin:0 20px;
	padding:0;
}
#responsive-nav ul li a {
  color:#000;
  font-weight:500;
  text-decoration:none;
  padding:0;
  margin:0;
}
#responsive-nav ul li a:hover {
  color:#cab67e;
}
#responsive-nav .highlight {
	color:#a5732a;
}
#responsive-nav .highlight:hover {
	color:#a5732a;
}


/* header */
#header-container {
	width:100%;
	height:auto;
	background:#e2e2b7;
	margin:0;
	padding:8px 0 3px 0;
	overflow:hidden;
	border-bottom:1px solid #fff;

	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999;

    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

/* shrink header container */
#header-container.shrink {
	height:75px;
	padding:0 0 0 0;
}
#header-container.shrink img.header-logo {
	width:153px;
	height:49px;
	padding:12px 0 0 0;
}

#header {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#header-left {
	float:left;
	width:200px;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}
#header-left img.header-logo {
	width:153px;
	height:100px;
	margin:0;
	padding:0;
    -webkit-transition:height 0.5s;
    -moz-transition:height 0.5s;
    -ms-transition:height 0.5s;
    -o-transition:height 0.5s;
    transition:height 0.5s;
}
#header-right {
	float:right;
	width:800px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#nav {
	margin:0;
	padding:36px 0 0 0;
    -webkit-transition:height 0.5s;
    -moz-transition:height 0.5s;
    -ms-transition:height 0.5s;
    -o-transition:height 0.5s;
    transition:height 0.5s;
/*border:2px solid black;*/
}

/* shrink navbar */
#nav.shrink {
	padding:24px 0 0 0;
}

#nav ul {
	width:100%;
    list-style:none;
	margin:0;
	padding:0;
	font-family:'Oswald',sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.5px;
	text-align:center;
}
#nav li {
	display:inline-block;
	margin:0 20px;
	padding:0;
}
#nav ul li a,
#nav ul li a:after,
#nav ul li a:before {
  transition:all .5s;
}
#nav ul li a {
  position:relative;
  color:#000;
  font-weight:500;
  text-decoration:none;
  padding:0 0 5px 0;
  margin:0;
}
#nav ul li a:after {
  position:absolute;
  bottom:-2px;
  left:0;
  right:0;
  margin:auto;
  width:0%;
  content:'.';
  color:transparent;
  background:#cab67e;
  height:2px;
}
#nav ul li a:hover {
  color:#333;
}
#nav ul li a:hover:after {
  width:100%;
}
#nav .highlight {
	color:#a5732a;
	border-bottom:2px solid #cab67e;
}
#nav .highlight:hover {
	color:#a5732a;
	border-bottom:2px solid #cab67e;
}


/* banner */
#banner-container {
	width:100%;
	height:auto;
	background:#cab67e;
	border:0;
	margin:0;
	padding:0;
}
#banner-container img {
	animation:fadeIn ease 5s;
	-webkit-animation:fadeIn ease 5s;
	-moz-animation:fadeIn ease 5s;
	-o-animation:fadeIn ease 5s;
	-ms-animation:fadeIn ease 5s;
	width:100%;
	height:auto;
	border:0;
	margin:117px 0 0 0;
	padding:0;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}


/* body */
#home-body-container {
	width:100%;
	height:auto;
	background:#fff;
	margin:0;
	padding:25px 0 40px 0;
}
#home-body {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	font-family:'Open Sans',sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#333;
	text-align:center;
}

#body-container {
	width:100%;
	height:auto;
	background:#fff;
	margin:0;
	padding:25px 0 40px 0;
}
#body {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	font-family:'Open Sans',sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#333;
	text-align:left;
}


#flagship-beer-container {
	width:100%;
	overflow:hidden;
	margin:0 0 25px 0;
	padding:0;
}
#flagship-beer-container ul {
	width:100%;
    list-style:none;
	display:inline;
	margin:0;
	padding:0;
	text-align:center;
}
#flagship-beer-container li {
	width:48%;
	height:auto;
	display:inline-block;
	margin:0;
	padding:0;
}

.flagship-beer-profile {
	overflow:hidden;
	width:400px;
	height:auto;
	border:5px solid #a5732a;
	margin:0;
	padding:0;
	text-align:center;
	background:#e2e2b7;
}
.flagship-beer-profile h1 {
	font-family:'Oswald',sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#333;
	text-align:center;
	margin:0;
	padding:0;
}
.flagship-beer-profile h2 {
	font-family:'Open Sans',sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#333;
	text-align:center;
	margin:0;
	padding:0 0 5px 0;
}
.flagship-beer-profile img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.flagship-beer-profile h3 {
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#333;
	text-align:center;
	margin:0;
	padding:7px;
}


/* parallax */
.parallax-container {
	min-height:350px;
	background:transparent;
}
.parallax-container img {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}


/* feature */
#feature-container {
	overflow:hidden;
	width:100%;
	height:auto;
	background:#fff;
	margin:0;
	padding:40px 0;
}
#feature {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#feature-left {
	width:50%;
	float:left;
}
#feature-right {
	width:50%;
	float:right;
}

.feature-container {
    position:relative;
    width:410px;
	height:410px;
	background-color:#a5732a;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.feature-image {
	opacity:1;
	display:block;
	width:400px;
	height:400px;
	transition:.5s ease;
	border:5px solid #a5732a;
	margin:0;
	padding:0;
}
.feature-container:hover .feature-image {
  opacity:0.3;
}

.feature-name {
  opacity:0;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  text-align:center;
  transition:.5s ease;
}
.feature-container:hover .feature-name {
  opacity:1;
}

.feature-text {
	font-family:'Oswald',sans-serif;
	font-size:50px;
	font-weight:normal;
	color:#fff;
}

/*
#feature img {
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	border:4px solid #a5732a;
}
*/


/* footer */
#footer-container {
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	background:#222;
	border-top:5px solid #cab67e;
}
#footer {
	width:96%;
	height:auto;
	margin:0 2%;
	padding:0;
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#999;
	text-align:center;
}
#footer img {
	width:auto;
	height:auto;
	margin:0;
	padding:25px 0 0 0;
}