/*!
 * Start Bootstrap - Landing Page (http://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body, html {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.navbar-dark .navbar-brand {
    white-space: normal !important;
}
a, a:hover {
	color: #212529;
	text-decoration: underline;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.growler a {
	color: #fff;
	text-decoration: none;
}
.bg-dark {
    background-color: #000!important;
}
.social a {
	color: #fff;
	font-size: 20px;
	margin: 0 15px;
}
.logo {
    position: relative;
    right: -290px;
    top: -150px;
    width: 25%;
}
.logo-2 {
	margin-right: 40px;
}
.lead {
    margin-bottom: 25px!important;
	font-size: 1.2rem;
}
.content-section-a.info > div > div > div:nth-child(3) > p {
	padding: 0 25px;
}
.intro-header {
  padding-top: 50px;
  padding-bottom: 15px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/background.jpg) no-repeat center center;
  background-size: cover;
}
.content-section-a.info {
	text-align: center;
}
.content-section-a.info i {
	font-size: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: #a7a9ac;
	padding: 20px;
	color: #fff;
	width: 90px;
	height: 90px;
	margin-bottom: 20px;
}
.intro-message {
  position: relative;
padding-top: 20%;
	padding-bottom: 3%;
}

.intro-message>h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	margin-top: 100px;
}

.intro-social-buttons i {
  font-size: 80%;
}

@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message>h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons>li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.section-heading {
  margin-bottom: 30px;
	    color: #db0032;
}
.margin-top {
	margin-top: 70px;
}
.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}
.banner {
  color: #f8f8f8;
/*  background: url(../img/banner-bg.jpg) no-repeat center center;*/
  background-size: cover;
background-color: #f8f8f8;
	text-align: center;
}
.banner2 {
  color: #f8f8f8;
background: url(../img/banner-bg-2.jpg) no-repeat center top;
  background-size: cover;
background-color: #f8f8f8;
	text-align: center;
	min-height: 600px;
}
.banner2  p {
	    margin-top: 200px;
    font-size: 1.75rem;
    font-style: italic;
}
.beer {
 background: url(../img/beer-bg.jpg) no-repeat center center;
  background-size: cover;
	min-height: 375px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	    padding-left: 25px;
	padding-bottom: 25px;
}
.wine {
 background: url(../img/wine-bg.jpg) no-repeat center center;
  background-size: cover;
	min-height:  375px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	    padding-left: 25px;
	padding-bottom: 25px;
}
.growler {
 background: url(../img/growler-bg.jpg) no-repeat center center;
  background-size: cover;
	min-height: 375px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	    padding-left: 25px;
	padding-bottom: 25px;
}
.banner h2 {
  margin: 70px 0 40px 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 2.5em;
}
.growler a img{
	margin: -10px auto 0;
}
.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
.beer {
	min-height: 450px;
}
.wine {
	min-height: 450px;
}
.growler {
	min-height: 450px;
}
}

@media(max-width:767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }
  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 20px 0;
  background-color: #000;
	color: #fff;
}
footer a {
	color: #fff;
}
/* Large desktops and laptops */
@media (max-width: 1430px) {
.beer {
	min-height: 475px;
}
	.wine {
	min-height: 475px;
}
.growler {
	min-height: 475px;
}
}
		

@media (min-width: 992px) and (max-width: 1198px) {
	.beer {
	min-height: 530px;
}
.wine {
	min-height: 530px;
}
.growler {
	min-height: 530px;
}
.growler a img.pull-right {
		float: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo {
    top: -100px;
}
	.content-section-a.info > div > div > div:nth-child(3) > p {
	padding: 0;
}
	.col-lg-5 img {
		margin: 0 auto;
		display: block;
	}
.beer {
	min-height: 200px;
}
.wine {
	min-height: 200px;
}
.growler {
	min-height: 200px;
}
.growler a img.pull-right {
		float: none;
	display: block;
	margin: 20px auto 0 !important;
	}
.growler a img {
		margin: 0 auto!important;
	}
.growler p.pull-left {
		float: none;
	}
}

@media (max-width: 767px) {
	.banner h2 {
    margin: 60px 0 10px 0;
	}
	.pull-left {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
	.margin-top {
		margin-top: 0;
	}
	.logo {
       right: 0;
    top: 0;
    width: 55%;
}
	footer {
		text-align: center;
	}
	.pull-right {
		float: none;
	}
	.copyright[style] {
		margin-top: 20px !important;
	}
section:nth-child(5) > div > div > div > img {
    max-width: 100%;
    height: auto;
	}
.beer {
	min-height: 200px;
}
.wine {
	min-height: 200px;
}
.growler {
	min-height: 200px;
}
.growler a img {
		margin: 20px auto 0 auto !important;
	}
}

@media (max-width: 480px) {
	.logo {
    right: 0;
    top: 0;
    width: 55%;
}
.navbar-dark .navbar-brand {
    white-space: normal !important;
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto;
}
	.social {
	text-align: center;
    display: block;
    margin: 0 auto;
	}
	.lead {
		font-size: 1rem;
	}
	.lead[style] {
		font-size: 1rem !important;
	}
}
