/*----------------------------css reset----------------------------*/
*,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,body {
    height: 100%;
}

:focus,:active {
    outline: 0;
}


.screen-reader-text {
        position: absolute !important;
        height: 1px; width: 1px; 
        overflow: hidden;
        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    }
/*----------------------------general----------------------------*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
    
body{font-family: "new-atten", sans-serif; background: #000;color:#fff;font-size: 21px;line-height: 150%;
background:url('../images/bg.jpg') repeat-y #000; background-position:right 50%;background-size:50%;}

a{color:#fff;text-decoration: none;}
a:hover{color:#888;}

h2{margin-bottom: 1em;}
h3 {font-size:16px;}

p{margin-bottom: 1em;}

p:last-child{margin-bottom: 0;}

.text-style1  {text-transform: uppercase;letter-spacing: 0.2em;}      
        

.wrapper{width: 80%;margin: 0 auto;padding:40px;}

        
        .button {
        background-color: #4d4d4d;
        border: none;
        color: white;
        padding: 10px 22px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        margin: 20px 0px 0px 0;
        font-family: "new-atten";
        text-transform: uppercase;
        letter-spacing: 2px;align-self: flex-start}
        
        .button a{color: #fff; display: block; text-decoration: none;}

.header{text-align: center;padding:40px 0 60px 0;}


nav{font-size: 16px; text-align: center;margin-top: -30px;}
nav li{display: inline-block;margin: 0 20px;}
nav li a {text-decoration: none;color: #888;}
nav li a:hover {color: #fff;}
nav li a#on{color: #fff;}

.logo{width:220px;text-align: center;display: block;margin: auto;}

nav li.left{margin-right: 180px;}

nav li.right{margin-left: 180px;}

/*--------------------------------------------------------*/

.intro {text-align: center; display: inline-block; position: relative; border-top:1px solid #fff;border-bottom:1px solid #fff; margin:70px auto 30px auto; padding: 30px 0;}

.intro span{font-size:14px; display: block;margin-bottom: 10px;}

.intro ul li{font-size:18px;display: inline-block;margin:0 0px;border-left:1px solid #fff; padding: 0 20px 0 28px;margin-top: 10px;}
.intro ul li:first-child{border-left: 0;}

/*--------------------------------------------------------*/

.halfimage-halftext {background: #000;width: 100%;display: flex;justify-content: center;align-items: center;}

.reverse-order {flex-direction: row-reverse;}
        
.halfimage-halftext img {width:50%;}



.half-text{width: 50%;box-sizing: border-box; padding:0 5%;display: flex;flex-direction: column;justify-content: center;}

.half-text .button{margin-top: 30px;}

/*--------------------------------------------------------*/

h1.quote {text-align: center; display: block; position: relative; border-top:1px solid #fff;border-bottom:1px solid #fff;width:60%; margin:60px auto; padding: 30px 0;}

h1.quote span{font-size:14px; display: block;margin-top: 10px;}



.b-image {
    color: #fff;
    background-position:bottom center;
    background-repeat:no-repeat;
    background-size: cover;
    background-image: url('../images/whisky/whisky6.jpg');
    padding:100px 0;}

.b-image2 {
    background-image: url('../images/whisky/quote-bg.jpg');
background-position:top center;}

.b-image-about {
    background-image: url('../images/whisky/bg-about4.jpg');
      background-position:center center;}

.b-image-services {
    background-image: url('../images/whisky/bg-services3.jpg');
      background-position:bottom center;}

.b-image .text{
    box-sizing: border-box;
    width:60%;margin: auto;
    padding:45px;background: rgb(0,0,0, 0.8);}

.b-image-contact{
   background-image: url('../images/whisky/contact3.jpg');
      background-position:center center;
    padding:100px 0;}

/*--------------------------------------------------------*/
.footer{font-size: 18px; padding:50px 0; width:60%; margin: auto;text-align: center;}

.footer img{width:130px;margin-bottom: 20px;}

.legal{color:#888;font-size:14px;line-height: 1.4em;margin-top:30px;}

.footer-bg .footer{padding-top:10px;}

/*-----*/

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  background-color: #000;
  background-color: rgb(0,0,0, 0.95);
  overflow-y: hidden;
  transition: 0.5s;}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
  color: #fff;
  display: block;
  transition: 0.3s;}


.overlay a#on {
  color: #888;}

.overlay a:hover, .overlay a:focus {
  color: #888;}


.overlay .closebtn {
  position: absolute;
  top: 28px;
  right: 33px;
  font-size: 50px;
    color:#888;}


.nav-trigger-wrapper{
    position: absolute;
  top: 46px;
  right: 45px;
  font-size: 50px;
    cursor:pointer;}


.nav-trigger {
  display: inline-block;
    display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;}

#trigger2 .bar1, #trigger2 .bar2, #trigger2 .bar3 {

  background-color:#888;
}

@media screen and (max-width: 1020px) {
    .nav-trigger {display:inline-block;}
    nav{display: none;}
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
