﻿/*-- Custom CSS styles -----------------*/

/*-- Color Palette -------------------------------*/
:root {
--c-dark-blue: #002D62; 	/*-- RGB(0,45,98) --*/
--c-yellow: #F7D117; 		/*-- RGB(247,209,23) --*/
--c-yellow-orange: #F4911E; /*-- RGB(244,145,30) --*/
--c-orange: #F27D00; 		/*-- RGB(242,125,0) --*/
--c-orange-red: #F54029; 	/*-- RGB(245,64,41) --*/
--c-red: #D61C38; 			/*-- RGB(214,28,56) --*/
}

.white{
	color: #fff;
}

/*-- Font -------------------------------*/

.beerCategory p.title{
	font-size: 32px;
	line-height: 40px;
}

.beerCategory p{
	font-size: 20px;
}

.beerDescription p,
.beerDescription h3, 
.beerDescription h4 {
   margin-bottom: 12px;
   clear: both;
}

h3.beerName {
    font-family: kimberley;
    text-transform: uppercase;
	text-align: center;
}

h4.beerStyle {
	font-style: bold;
	text-align: center;
}
h5.releasedate {
    margin: 0 0 0 -50px;
    color: white;
    text-align: center;
    width: 100px;
}

@media all and (max-width: 767px) {
    h3.beerName,
	h4.beerStyle{
    text-align: left;
    }
}

/*-- Navigation --*/
.nav-name {
    font-family: kimberleyblack;
	font-size: 16pt;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.9;
}

@media (max-width: 990px) {
	.nav-name {
	font-size: 14pt;
	}
}

/*-- Logo --*/
.nav-logo {
	margin-top: -10px;
	z-index: 99;
}
nav.scrolled .nav-logo img  {
    max-height: 100px;
}

@media (max-width: 990px) {
.nav-logo img {
    height: 80px;
    width: 120px;
	max-width: 120px;
    }
}

/*-- Social Links -- */
.menu div.social-list {
    float: left;
    margin: 0px 0 0 20px;
}

.menu .social-list>li {
    padding: 0 5px;
}

.menu .icon {
   	width: 0px;
	border-right: 0px;
	color: #fff;
}

@media (max-width: 990px) {
.menu .social-list {
    display: none;
    }
}

@media (max-width: 767px) {
.menu .social-list {
    display: inline-block;
    width: 100%;
	}
.menu div.social-list {
	margin: 0 0 0 -10px;
	}
.menu .social-list>li {
	display: inline-block;
	width: auto;
	border-bottom: none;
}
}

/*--Header Title Mods--*/
/*.title-background {
	margin-left: -17%;
	margin-right: -17%;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 32px;
	background: rgba(0,0,0,0.5);
}

.title-bottom {
	margin-top: 25%;
}
*/
p.header{
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px white solid;
    border-bottom: 1px white solid;
    padding: 10px;
    margin-bottom: 24px;
}

p.tagline {
	font-family: sunsetboulevard, kimberleyblack, "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 56px;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
}


@media all and (max-width: 990px) {
	p.header{
		font-size: 28px;
		line-height: 32px;
	}
}




@media all and (max-width: 767px) {
	p.header{
		font-size: 24px;
		line-height: 30px;
	}
	p.tagline{
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 5px;
	}
}




/*-- Beer Style Guides --*/
#beer .feature:nth-child(odd) {
    background: none;
}

#beer .feature:nth-child(even) {
    background: #fdfdfd;
}

#beer .feature {
    padding-top: 24px;
    padding-bottom: 24px;
}
.beerLabel > img {
	width: 100%;
	padding: 0 15%;
	margin-bottom: -25px;
}

.feature hr{
   border: 0;
    height: 1px;
	line-height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 45, 98, 0.5), rgba(0, 0, 0, 0));
	margin: 10px 5px;
}

.beerCategory>hr{
	border-top: 10px dotted var(--c-dark-blue);
	width: 50px;
	margin: auto;
	padding-bottom: 10px;
}

div.releasedate{ 
    float: right;
	height: 40px; 
    width: 0px; 
    border-left: 50px solid var(--c-dark-blue); 
    border-right: 50px solid var(--c-dark-blue); 
    border-bottom: 10px solid transparent;
	margin: -10px 10px 0px 0px;
}

@media all and (max-width: 576px){
	div.beerDescription {
		width: 58% !important; /* stretching col-sm-6 to col-sm-7 */
	}
}


/*-- Buzz Style Guides --*/
#buzz .row>div.col-sm-6:first-child {
		border-right: 1px solid rgba(0,0,0,.5);
		padding-right: 25px;
	}
#buzz .row>div.col-sm-6:last-child {
		padding-left: 25px;
	}
@media all and (max-width: 767px) {
	#buzz .row>div.col-sm-6:first-child {
		border-right: 0px;
	}
	#buzz .row>div.col-sm-6:last-child {
		background: rgba(0,0,0,0.05);
		padding: 20px 40px 10px;
		margin: -15px;
	}
}

@media all and (max-width: 767px) {
	.beerLabel > img{
		padding: 0;
	}
	.beerDescription {
		padding-left: 5px;
	}
}

/*-- Team Style Guides --*/

.img-container {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 250px;
}

.img-container img {
  width: 100%; /* Ensures image fills the container width */
  height: 100%; /* Ensures image fills the container height */
  object-fit: cover; /* Scales and crops the image to fill the container while maintaining aspect ratio */
  object-position: top;
}


@media all and (max-width: 576px) {
.img-container {
  float:none;
  height: 150px; /* Desired height of the cropped area */
  overflow: hidden; /* Hides content outside the container */
  margin: auto;
  margin-bottom: 20px;
}

/*
.beerIngredients img {
    height: 20px;
    margin: 0px;
	padding: 0px;
}

.beerIngredients div:nth-child(odd) {
    text-align: right !important;
    margin-right: 0px;
    padding-right: 0px;
}

.beerStats div:first-child {
    text-align: right !important;
	border-right: 1px solid #ebebeb;
}

.beerStats h5 {
    font-weight: bold;
	color: #000;
    margin-bottom: 0px;
    font-size: 24px;
}

.beerStats .pct {
	font-size: 50%;
	vertical-align: top;
}

.beerStats p {
    margin-top: -5px;
    padding: 0px;
	border: 0px;
	font-size: small;
}

 #flag {
      width: 40px;
      height: 60px;
      box-sizing: content-box;
      padding-top: 0px;
      position: relative;
      background: navy;
      color: white;
      font-size: 11px;
      letter-spacing: 0.2em;
      text-align: center;
      text-transform: uppercase;
      float:left;
    }
    #flag.left:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 15px solid #eee;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
    }

    #flag.right:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-right: 15px solid #eee;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
    }
	
	*/