@font-face {
  font-family: SofiaProRegular;
  src: url(../fonts/SofiaProRegular-english.woff2);
}
.pd-0{
    padding-top: 0;
}
.mt-b{
    margin-top: 1rem !important;
}
.mt-btn{
    margin-top: 3rem !important;
}
.btn-s{
    position: absolute;
    top: 54%;
    left: 0;

}
#footer a{
  color: #1b1d1c  !important;
  text-decoration: none;  
}

#footer a:hover{
    color: #1b1d1c  !important;
   border-bottom: 1px solid  #1b1d1c;
}
.text-right{
    text-align: right;
}
.btn-black{
    
    text-align: center;
    border: 2px solid #093d26;
    background: #333;
    color: white;
    font-size: 14px;
    border-radius: 50px;
    padding: 14px 50px;
    min-width: 181px;
    min-height: 50px;
    transition: color 333ms, background-color 333ms;
    text-decoration: none;
    letter-spacing: 0.9px;


}
.btn-black:hover{
    background-color: rgb(139, 138, 135);
    color: rgb(255, 255, 255);
    transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
    border: 2px solid rgb(139, 138, 135);


}
.navbar-fixed-top{
    position: fixed;
    width: 100%;
    z-index: 9;

}
.navbar-default {
    background-color: transparent;
    border: none;

}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 19px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-header {
    float: left;

}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.ham-icon{
    display: block  !important;
    border: none !important;
}
.logo-mid{
    display: flex;
    justify-content: center;
    width: 14.1rem;
}
.right{
    float: right !important;
}
.bottle{
    width: auto;
}
.btn-b{

    display: inline;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: none;
    border-radius: 2rem;
    font-family: SofiaProRegular;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    padding: 1rem 2rem !important;
    margin-left: 1rem;
    text-decoration: none;
    letter-spacing: 0.9px;

}
.btn-b:hover
{
    background-color: rgb(139, 138, 135);
    color: rgb(255, 255, 255);
    transition: background-color 0.5s ease 0s, color 0.5s ease 0s;

}
.btn-n{
    color: rgb(51, 51, 51);
    padding: 0px 20px;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middl;
}
.btn{
     position: absolute;
    top: 45%;
    left: 0;

}
.effect{
    /*

    margin-left: -8%;
    margin-top: -17%;*/
margin-left: -7%;
    margin-top: -11%;
 
}
.effect1{
  /*
    margin-left: -12%;
    margin-top: -30.6%;
    width: 200px;*/
       margin-left: -10%;
    margin-top: -21.6%;

 
}
.navbar-default.navbar-shrink .navbar-header{
    margin-left: 50px;
}

@media only screen and (max-width: 600px) {
     .logo-mid{
        width: 12rem !important;
    }
    .d-n{
        display: none;
    }
    .navbar-header ul{
        display: block !important;
        margin-left: -31px;

    }
    .mt-b{
    margin-top: 3rem !important;
}
    .effect {
    margin-left: -9%;
    margin-top: -23%;
    width: 200px;
}
.effect1 {
    margin-left: -14%;
    margin-top: -33.5%;
    width: 200px;
}
    .right {
    float: left !important;
}

.btn-b{
    margin-top: 1rem;
    background-color: rgb(247 241 241);
}
   
}
@media(min-width:768px) {
   
    .navbar-default {
        padding: 25px 50px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default.navbar-shrink {
        padding: 0 0;
        background-color: white;
    }
    .btn-full{
        border-radius: 0;
        padding: 1.5rem 5rem !important;
        margin-right: -30px;
        margin-left: 1rem;

    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    
}/*
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .effect{
     margin-left: -5%;
    margin-top: -14%;
    width: 200px;

 
}
.effect1{
    margin-left: -8%;
    margin-top: -20.5%;
    width: 200px;

 
}*/



/*@media (min-width: 1920px) and (max-width: 2560px) { 
    .btn-s{
    position: absolute;
    top: 50%;
    left: 8%;
}*/



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  
{
  .effect {
 /*   margin-left: -9%;
    margin-top: -24%;*/
    margin-left: -15%;
    margin-top: -28%;
    width: 200px;
}
.effect1 {
  /*  margin-left: -14%;
    margin-top: -35.4%;*/
    margin-left: -22%;
    margin-top: -55.4%;
    width: 200px;
}
}
@media screen 
  and (min-width: 360px) 
  and (min-height: 800px) 
 {
    .effect {
    margin-left: -9%;
    margin-top: -26%;
    width: 200px;
}
.effect1 {
    margin-left: -14%;
    margin-top: -36.7%;
    width: 200px;
}
.callout h1{
font-size: 20px;
}

}
@media(min-width:1440px){
    .callout h1{
        font-size: 36px;
    }
    .effect {

    margin-left: -7%;
    margin-top: -10%;
}
    .effect1 {
    margin-left: -9.5%;
    margin-top: -20%;
}
}
@media(min-width:1920px){
    .callout h1{
        font-size: 50px;
    }
.effect {
    margin-left: -4%;
    margin-top: -8%;
}
.effect1 {
    margin-left: -5.8%;
    margin-top: -14.3%;
}
.mt-btn {
    margin-top: 8rem !important;
}
}