.bg-image
{
    background-image: url('/images/bg.png');
    height: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}
.braun{
    color: #aa8d57;
}
.dark-braun{
    color: #aa7b1f;
}
.bg-braun-opacity{
    background-color: rgba(170,141,87,0.5);
}
.black{
    color: #000;
}
.bg-black{
    background-color: #000;
}
.uppercase{
    text-transform: uppercase;
}
.bold{
    font-weight: bold;
}
p{
    letter-spacing: 2px;
}
label{
    font-size: 16px;
    margin-right: 2%;
}

/*Navbar*/
.bg-light{
    background-color: #000 !important;
}
.nav-link{
    color: #aa7b1f !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
}
.nav-link:hover{
    color: grey !important;
}
.logo{
    padding: 15px 0px 0px 0px;
    width: 60%;
    margin-left: 30%;
}

/*Cart*/
.transparent-input{
    border: none;
    height: 25px;
    background-color:transparent;
}
.paypal{
    width: 150px;
}
.border-braun{
    border-top: solid 3px #aa8d57;
}
.btn-braun{
    background-color: rgba(170,141,87,0.5);
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #000;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
}

.btn-braun:hover{
    background-color: rgba(170,141,87,1);
    color: #000;
}



/*------------------------------------- Media queries---------------*/
@media (min-width: 721px){
    .responsive-brand{
        display: block;
    }
    .responsive-brand-small-screen{
        display: none;
    }
}
@media (max-width: 720px){
    .responsive-brand{
        display: none;
    }
    .responsive-brand-small-screen{
        display: block;
    }
    .logo{
        padding: 15px 0px 0px 0px;
        width: 100px;
        margin: 0 auto;
    }
}

input[type=checkbox] {
    top: 8px;
    position: relative;
}
