

@font-face {
    font-family: myFirstFont;
    src: url(../Fonts/Caviar_Dreams_Bold.ttf);

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    background: #13161a;
    font-family: myFirstFont, sans-serif;
    margin: 0;
    /*overflow: hidden*/
}

.background {
    position: relative;
    width: 1080px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background: url('../images/background.jpg') repeat-y;
    /**/
}

.container {
    margin: 0 60px;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;

}

.container-background {
    padding: 20px 15px;
    /*border: 9px solid #7931B0;*/
    background: url('../images/background_in.png') repeat-y center;
    /*background-size: cover;*/
}

.wine-logo{
    float: right;
    width: 12%;
    margin-top: -71px;
}

.wine-row{
    margin-top: 65px;
}

.row {
    /*color: white;*/
    padding: 0 20px 30px 20px;
}

.product_section {
    margin: 15px 0;
}

.row h2 {
    /*padding: 0 2%;*/
    margin-bottom: 15px;
    /*color: #252422;*/
    background: #252422;
    color: #d3cbda;
}

.row h3 {
    font-size: 20px;
    font-weight: normal;
    display: inline;
}

.description_extra{
    font-size: 16px !important;
}

.row h4 {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}

.row h5 {
    font-size: 18px;
    float: right;
    font-weight: normal;
    margin: 0;
}

.bottle-price {
    width: 140px;
    text-align: right;
    height: 30px;
}

.home-button{
    padding: 10px;
    border-radius: 50px;
    position: fixed;
    bottom: 40px;
    right: 100px;
    z-index: 1;
    background: #1a1a18;
}

a .material-icons{
    font-size: 40px;
    color: #d3cbda;
}

.home-button:active,a:active,a .material-icons:active{
    background: #7931B0;
}


/* Menu */
.menu-bar {
    font-family: myFirstFont, sans-serif;
    position: fixed;
    z-index: 1;
    overflow: auto;
    white-space: nowrap;
    background: #1a1a18;
    transition: top 0.3s;
}


.menu-bar a {
    /*width: 100%;*/
    height: 100%;
    font-size: 1.4em;
    display: inline-block;
    color: #d3cbda;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

.menu-bar a:hover {
    text-decoration: none;
    background: #bebd49;
}

.menu-bar a:active {
    background: #bebd49;
}

#slideLeft, #slideRight {
    position: fixed;
    z-index: 1;
    top: 10px;
    overflow: hidden;
    white-space: nowrap;
    background: #1a1a18;
    border-radius: 100px;
    color: white;
    height: 33px;
    width: 33px;
    font-size: 24px;
    font-family: sans-serif;
    transition: top 0.3s;
}

#slideLeft:active,
#slideLeft:focus,
#slideRight:active,
#slideRight:focus {
    outline: none;
}

/********** Medium devices only **********/
@media (min-width: 601px) and (max-width: 1080px) {


    .container {
        padding-top: 110px;
    }

    .container-background {
        padding-top: 20px;
    }

    .menu-bar a {
        font-size: 38px;
    }

    .row h2 {
        font-size: 48px;
    }

    .row h3 {
        font-size: 40px;
    }

    .row h4 {
        font-size: 36px;
        font-weight: normal;
    }

    .description_extra {
        font-size: 34px !important;
    }

    .row h5 {
        font-size: 38px;
        margin: 0;
    }

    #slideLeft, #slideRight {
        font-size: 30px;
        height: 50px;
        width: 50px;
    }


    a .material-icons {
        font-size: 70px;
    }

    .home-button{
        width: 150px;
        height: 150px;
        border-radius: 180px;
        right: 180px;
        margin-left: -100px;
    }


}


@media (max-width: 600px) {

    .container{
        padding-top: 110px;
    }

    .container-background {
        padding-top: 20px;
    }

    .menu-bar a {
        font-size: 38px;
    }

    .row h2 {
        font-size: 48px;
    }

    .row h3 {
        font-size: 42px;
    }

    .row h4 {
        font-size: 38px;
        font-weight: normal;
    }

    .description_extra{
        font-size: 34px !important;
    }

    .row h5 {
        font-size: 38px;
        margin: 0;
    }

    #slideLeft, #slideRight {
        font-size: 30px;
        height: 50px;
        width: 50px;
    }

    .home-button{
        margin-left: -100px;
        border-radius: 120px;
    }

    a .material-icons{
        font-size: 100px;
    }

    .bottle-price{
        width: 160px;
    }
}