section{
    background:url(images/beer-bottle%20kellers_final-02.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #081005;
}
.mobile{
    display: none;
}
.flags{
    padding: 20px 0;
    margin: 0;
}
.social{
    height: calc(100vh - 575px);
}
.intro {
    font-size: 23px;
    font-family: Ftahoma;
    line-height: 45px;
    margin: 0;
}
.intro > h2{
    font-size: 36px;
    font-family: FtahomaBold;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.go{
    background: rgb(4,13,0);
    padding: 10px 20px;
    width: 130px;
    height: 47px;
    border-radius: 5px;
    font-size: 36px;
    font-family: FtahomaBold;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 10px;
    color: rgb(221,199,135);
    vertical-align: middle;
}
.go:hover{
    background: rgb(221,199,135);
    color: rgb(4,13,0);
}

.info {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 21px;
    font-family:Ftahoma;
    width: 84.699%;
    display: none;
}
.maincontent{
    //width: calc(100% - 120px);
    max-width: none;
    padding-left: 0;
}
.maincontent a{
    background: rgb(4,13,0);
    display: inline-block;
}
.maincontent p{
    display: inline-block;
    width: 100%;
    //background: #006c15;
    color: rgb(221,199,135);
    margin: 0;
    font-size: 28px;
    font-family:Ftahoma;
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 35px;
}
.maincontent a:hover{
    background: rgb(221,199,135);
}
.maincontent a:hover p{
    color: rgb(4,13,0);
}
.maincontent img{
    width: 100%;
}
.mainContent> div:nth-of-type(1){
    width: 37.943%;
}
.mainContent> div:nth-of-type(2){
    width: 46.756%;
}
.mainContent> div > div{
    margin: 10px;
}

div{
    max-width: 1200px;
}
.a{
    //height: calc(32.5% - 21px)
}
@media screen and (max-width: 1300px){
   .intro > p{
        max-width: 400px;
    }
    .intro > h2
    {
        max-width: 550px;
    }
}

@media screen and (max-width: 1100px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
   .mainContent> div:nth-of-type(1){
        width: 100%;
    }
    .mainContent> div >div{
        width: 100%;
    }
    .mainContent> div:nth-of-type(2){
        width: 100%;
    }
    //.go{
        padding-left: 61.5px;
        padding-right: 61.5px;
    }

}
@media screen and (max-width: 450px){
   .intro > p{
        width: 250px;
    }

}
@media (max-width: 900px){
    section{
         width: 100% ;
        padding: 20px 40px;
        box-sizing: border-box;
    }
    .intro h2, .intro p{
        width: calc(100% - 30px);
    }
    
}

@media screen and (max-width: 600px){
   .intro p{
        line-height: 25px;
    }
    .go{
        line-height: 25px;
        margin-left: 18px;
        font-size: 18.4px;
        height: 25px;
        width: 60px;
    }
    .intro h2{
        font-size: 0.8em;
        line-height: 1.2em;
        width: calc(100% - 110px);
        margin-bottom: 10px;
        margin-top: 5.5px;
    }
    .intro p{
        font-size: 20px;
        box-sizing: border-box;
        width: 100%;
        padding-right: 28px;
    }
    .mainContent> div > div {
        margin: 0;
    }
    section{
        padding-right: 0;
    }
    .mobile{
        padding-right: 40px;
    }
}