/* CSS Document */
/*
H: 2160
W: 3840
*/

@font-face {
    font-family: 'AmericanTypewriter';
    src: url('fonts/AmericanTypewriter-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Liberator';
    src: url('fonts/LiberatorMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MARIDAVID';
    src: url('fonts/MARIDAVID-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.group:after {
  content: "";
  display: table;
  clear: both;
}

.left{float: left;}
.right{float: right;}
.relative{position: relative;}

img{max-width: 100%;}

html *{margin:0;}

body{
	background: #fff url(images/white-paper-texture.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	background-size: cover;
    color: #000;
    font-family: "Fira Sans",Roboto,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	line-height: 1;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#header{
	display: flex;
	align-items:center;
	justify-content:space-between;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.33);
}

#header .logo{
	display: flex;
	align-items: center;
	width:40%;
	height:6vh;
    padding: 0 .5vw;
}

#header img{max-height: 100%;}

#header .pricing{
	align-items: center;
	width:60%;
	height:5vh;
    padding: .4vh .5vw;
	text-align: right;
}

#items{
    display: flex;
    flex: 1;
}

.column {
    flex-direction: column;
    min-width: 0;
    width: 50%;
}

.column:first-child {
    border-right: .2rem solid #d3d3d3;
}


.item {
	display: flex;
	align-items: center;
    background: transparent;
    padding: 1vh 1vw;
}
.item:nth-child(odd) {
    background: rgba(118,118,121,0.1);
}
.item .image{padding-right: .5vw; display: flex; align-items: center;}
.item .image img{
    border: 1px solid #d3d3d3;
    border-radius: 20%;
	width:auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
}
.item .info{ width: 100%;}
.item .info-top{padding-top: 1vh;}
.item .info-bottom{}
.item .name{
	width:80%;
	margin-right: -40%;
	text-align: left;
	display: inline-block;
}
.item .name h4{
	display: block;
	font-family: "Liberator",Roboto,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
	font-size: 5.0vh;
	margin-bottom:-.4vh;
}
.item .nitro{
	position: absolute;
	left:100%;
	top:.5vh;
	margin:0 0 0 2vh;
	font-family: "Liberator",Roboto,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
	font-size: 2.1vh;
	padding: .5vh .7vh .3vh .7vh;
	color:#fff;
	border-radius: 1vh;
}

.item .style{
	width:80%;
	margin-left: -40%;
	margin-bottom:-.4vh;
	text-align: right;
	font-family: "MARIDAVID",Roboto,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
	font-size: 4.5vh;
	text-transform: uppercase;
	display: inline-block;
}

.item .abv,
.item .ibu
{
	font-family: "Liberator",Roboto,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
	font-size: 3.0vh;
}
.item .description{
	font-family: "AmericanTypewriter","Courier New","Courier",serif;
	font-size: 2.2vh;
	color:#767679;
	margin: -.5vh 0 0 2vh;
	vertical-align: middle;
	display: inline-block;
}

.item .glasses{}
.item .glass{ margin: .5vh 0 0 1vh; display: inline-block; height: 3vh; width: auto; vertical-align: middle; color:#767679; line-height: 1;}
.item img.glass-icon{ margin: -.5vh 0 0 .2vh; display: inline-block; height: 2vh; width: auto; vertical-align: middle;}
.item .glass-price{font-family: "AmericanTypewriter","Courier New","Courier",serif; font-size: 1.8vh;}

.item img.rockin-good{ height: 80%; margin: 0 auto;}

#slides{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.slide{
	position: fixed;
	top:0;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
	text-align: center;
  }
.slide img{height:100%; width:auto; object-fit: contain;}



.animate-fade-in {
    animation: fadein 2000ms;
    -webkit-animation: fadein 2000ms;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}








.rock #header{background:#dba425;}
.rock .item .specs{color:#dba425;}
.rock .item .nitro{background:#dba425;}