/* TEXT */

@font-face {
    font-family: tradegothic18;
    src: url(../fonts/TradeGothicLTStd-Cn18.otf);
}

@font-face {
    font-family: tradegothic20;
    src: url(../fonts/TradeGothicLTStd-BdCn20.otf);
}

h1, h2{
    text-transform:uppercase;
    font-family:roboto condensed;
}

h3, h4, h5{
   font-family:roboto condensed; 
}

h1{
    font-size:2em;
}

h2{
    color:#552100;
}


p{
    font-family:Roboto, sans-serif;
    color:#404040;
}

.centered-article{
    text-align:center;
}

a{
    color:#f47920;
}

hr{
    line-height:0;
    margin:-3px 0 5px 0;
}

.orange{
    color:#f47920;
    font-weight:bold;
}

.sent-message{
    color:green;
    font-weight:bold;
    padding-left:5px;
}

.fail-message{
    color:red;
    font-weight:bold;
    padding-left:5px;
}

/*/////////////////////////////////////NITEA////////////////////////////////*/

.center
{
    margin: 0 auto;
    text-align: center;
}

.row-custom
{   
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;

}

.col-8-custom
{
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.col-6-custom
{
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.col-4-custom{

    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;

}
@media(min-width: 768px) 
{
    .col-8-custom
    {
        flex: 0 0 66%;
        max-width: 66%;
    }
    .col-4-custom{

        flex: 0 0 33%;
        max-width: 33%;
    }
    .col-6-custom
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.custom-image img
{
    max-width: 100%;
    height: auto;
}
.custom-image
{
    max-width: 100%;
    height: auto;
}
.multple-kaffekossa-img
{
    padding-top: 15px;
}
.branding-link a
{
    text-decoration: none;
}
.product-name
{
    font-weight: bold;
}
.padding-custom
{
    padding-top: 4em;
}
@media(max-width: 768px)
{
    .center-mobile
    {
        text-align: center;
    }
} 
.retype
{
    display: none;
}

/*////////////nav///////////*/

.nav-custom
{
   background: #552100;
   background: -webkit-linear-gradient(#804000, #4d2600);
   background: -o-linear-gradient(#804000, #4d2600);
   background: -moz-linear-gradient(#804000, #4d2600);
   background: linear-gradient(#804000, #4d2600);
}
.tel-link-custom
{
    text-decoration: none;
    color: #fff;
}
.custom-content-conainer
{
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}