@import url('https://fonts.googleapis.com/css?family=Oswald:600|Inconsolata:400,600|Merriweather:300,300italic&display=swap');


/* basics */


*
{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     outline: 0;
}
html, body
{
     height: 100%;
     background-color: #131313;
}
a
{
     cursor: pointer;
     outline: 0;
}
p
{
     padding-top: 13px;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.clear
{
     clear: both;
}
.not
{
     text-decoration: none;
}
.nowrap
{
     white-space: nowrap;
}
.wrap
{
     word-wrap: break-word;
}
.hype
{
     -webkit-hyphens: manual;
     -ms-hyphens: manual;
     hyphens: manual;
}
.center
{
     text-align: center;
}
.image
{
     width: auto;
}
.lower
{
     text-transform: lowercase;
}

.block, .block-890
{
     margin: 0 auto;
     max-width: 970px;
     padding: 0 30px;
}
.block-890
{
     max-width: 890px;
}



/* fonts */



h1
{
     font: 600 170px/1.2 Oswald, sans-serif;
	color: #fff;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
h2
{
     font: 400 20px/1.4 Inconsolata, monospace;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.23em;
}
h3
{
     font: 600 15px/1.5 Inconsolata, monospace;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.23em;
}
h4
{
     font: 400 16px/1.4 Inconsolata, monospace;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
h5
{
     font: 600 100px/1.2 Oswald, sans-serif;
	color: #fff;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.w-1
{
     font: 600 16vw/1.2 Oswald, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.09em;     
}

.f-2
{
     font: 400 15px/1.6 Inconsolata, monospace;
     color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.23em;	
}
.f-2 a
{
     color: #fff;
     text-decoration: none;
}
.f-2 a:hover
{
     border-bottom: 1px solid #fff;
}


.f-3, .f-4
{
     font: 400 15px/1.6 Inconsolata, monospace;
     color: #dedede;
	text-transform: uppercase;
	letter-spacing: 0.13em;	
}
.f-4
{
     font: 400 14px/1.6 Inconsolata, monospace;
}
.f-3 a, .f-4 a
{
     color: #dedede;
     text-decoration: none;
     border-bottom: 1px solid #fff;
}
.f-3 a:hover, .f-4 a:hover
{
     border-bottom: 1px solid transparent;
}
.f-5
{
     font: 400 13px/1.4 Inconsolata, monospace;
	color: #dedede;
	text-transform: uppercase;
	letter-spacing: 0.23em;     
}
.f-5 a
{
     color: #dedede;
     text-decoration: none;
}
.f-5 a:hover
{
     border-bottom: 1px solid #fff;
}
.f-7
{
     font: 300 19px/1.9 Merriweather, serif;
	color: #333;
}
.f-8
{
     font: 300 17px/1.9 Merriweather, serif;
	color: #333;
}


/* buttons */


.b-2
{
     display: inline-block;
     font: 400 13px Inconsolata, monospace;
     text-transform: uppercase;
	letter-spacing: 0.23em;
     color: #fff;
	height: 44px;
     line-height: 44px;
     padding: 0 31px;
     text-decoration: none;
     text-align: center;
     background-color: #474747;
     border-radius: 3px;
     outline: 0;
     transition: all 0.5s ease; 
     cursor: pointer;
}
.b-2:hover
{
     background-color: #555;
}


/* lo */


.section-1
{
     background-color: #212121;
}
.section-2
{
     background-color: #131313;
}
.section-3
{
     background: url('../img/hip.jpg') no-repeat fixed;
     background-size: cover;
     background-position: center;
     height: 100vh;
}
.section-4
{
     background-color: #191919;
}
.section-5
{
     background-color: #fff;
}
.section-6
{
     background: url('../img/amp.jpg') no-repeat fixed;
     background-size: cover;
     background-position: center;
     height: 100vh;
}

.section-10
{
     background: url('../img/sid.jpg') no-repeat fixed;
     background-size: cover;
     background-position: center;
     height: 100vh;
}
.section-11
{
     background: url('../img/lou.jpg') no-repeat fixed;
     background-size: cover;
     background-position: center;
     height: 100vh;
}
.section-12
{
     background: url('../img/pistols.jpg') no-repeat fixed;
     background-size: cover;
     background-position: center;
     height: 100vh;
}

video
{
     object-fit: cover;
     width: 100%;
}
.vid-1
{
     z-index: 1;
     padding: 13px 18px;
     position: absolute;
     top: 30px;
     left: 30px;
     background: #111;
}

.icon-1
{
     font-size: 20px;
     color: #aaa;
     text-decoration: none;
     transition: all 0.5s ease;
}
.icon-1:hover
{
     color: #eee;
}
.icon-2
{
     font-size: 14px;
     vertical-align: middle;
}
.icon-3, .icon-4
{
     font-size: 24px;
     color: #eee;
     vertical-align: middle;
}
.icon-4
{
     font-size: 16px;
}

.item-1
{
     position: relative;
     background-size: cover;
     background-image: url('../img/pistols.jpg');
     background-position: center;
     min-height: 470px;     
}
.item-2
{
     padding: 39px 30px;
     background-color: #313131;
}

.img-1
{
     width: 100%;
     max-width: 150px;
     height: auto;
     border-radius: 50%;
}
.img-2
{
     width: 100%;
     max-width: 550px;
     height: auto;
     border-radius: 2px;
}
.bad
{
     padding: 57px 0;
}


/* head */


.head
{
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 100;
}
.ban-1
{
     float: left;
     font: 600 18px/1 Oswald, sans-serif;
	color: #fff;
     padding: 18px 0 0 20px;
}
.ban-2
{
     float: right;
     font-size: 18px;
     color: #fff;
     padding: 19px 18px 0 0;
}
.ban-3
{
     float: right;
     padding: 19px 18px 0 0;
}

#menu
{
     display: none;
     position: fixed;
     top: 0;
     left 0;
     width: 100%;
     height: 100%;
     z-index: 400;
     background-color: #131313;
}

#cook
{
     display: none;
     position: fixed;
     top: 0;
     width: 100%;
     padding: 30px 0;
     background-color: #000;
     z-index: 700;
}

.cont
{
     min-height: 100%;
	margin-bottom: -77px;
}
.cont:after
{
     content: "";
     display: block;
}
.foot, .cont:after
{
     height: 77px; 
}
.foot
{
     background-color: #131313;
     padding-top: 30px;
}



/* media */


@media screen and (max-width: 1300px)
{
     h1
     {
          font-size: 90px;
     }
}

@media screen and (max-width: 1000px)
{
     h1, h5
     {
          font-size: 42px;
     }
}
@media screen and (max-height: 900px)
{
     h1
     {
          font-size: 50px;
     }
}

@media (min-width: 1000px)
{
     .grid
     {
          display: grid;
          grid-template-columns: repeat(6, 1fr);
          grid-gap: 0;
     }
     .item-1, .item-2
     {
          grid-column: span 3;    
     }
}


/* Mailchimp */


/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup form {display: block; position: relative; text-align:left; padding-top: 31px;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 0; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup .button
{
     clear: both;
     background-color: #474747;
     border: 0 none;
     border-radius: 3px;
     cursor: pointer;
     display: inline-block;
     font: 400 13px Inconsolata, monospace;
     text-transform: uppercase;
	letter-spacing: 0.23em;
     color: #fff;    
	height: 42px;
     line-height: 42px;
     margin: 0 17px;
     padding: 0;
     text-align: center;
     text-decoration: none;
     vertical-align: top;
     white-space: nowrap;
     width: auto;
     transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {background-color: #555;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email
{
     font: 400 16px Inconsolata, monospace;
     color: #333;
     letter-spacing: 0.03em;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
     display: block;
     padding: 9px 17px;
     margin: 0 4% 27px 0;
     min-height: 45px;
     width: 47%;
     min-width: 230px;
     border-radius: 1px;
}
#mc_embed_signup input.button {display:block; width: 30%; margin: 0 0 13px 0; min-width: 100px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}




