/*@nav-font-size: 1.3em;*/
/*font resize*/
.text-brand {
    color: #e3b313;
}

.text-brand-bold {
    color: #e3b313;
    font-weight: bold;
}

.text-red {
    color: #ee2e24;
}

.text-green {
    color: #155428;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: right;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right;
    }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: right;
}

/*========responsive fonts==============*/
h2 {
    font-size: 17px;
}

.btn,
h3,
.recipe-properties {
    font-size: 14px;
}

html,
p,
body,
.form-control,
h4 {
    font-size: 12px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 18px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 16px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 18px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 20px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 19px;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
}

#event {
    background-image: url(/cassette.axd/file/images/homePage/promo-bg-2-2ea0e8fa44d257ab66c8baaff2d9a944e8c1d51d.jpg);
    background-size: contain;
    min-height: 1200px;
    background-repeat: repeat-y;
    /*height:2000px;*/
    padding: 5em 0;
}

@media (max-width: 767px) {
    #event {
        padding: 2em 0;
        min-height: 0;
    }
}

#event .breadcrumbs {
    margin-bottom: 0;
}

#event h1.page-headline {
    /*font-weight: bold;*/
    color: #604039;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 54px;
}

@media (max-width: 767px) {
    #event h1.page-headline {
        font-size: 35px;
        margin-bottom: 15px;
    }
}

#event #eventBanner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 20.2%;
    background-color: #fff;
}

@media (max-width: 767px) {
    #event #eventBanner {
        padding-bottom: 30%;
    }
}

#event #eventBanner img {
    position: absolute;
    top: 10px;
    height: calc(100% - 20px);
    left: 10px;
    width: calc(100% - 20px);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover;";
}

@media (max-width: 767px) {
    #event #eventBanner img {
        top: 5px;
        height: calc(100% - 10px);
        left: 5px;
        width: calc(100% - 10px);
    }
}

#event .bg-vegis {
    background-image: url(/cassette.axd/file/images/recipe/recipe-bg-af0c45bde4c2b582f56330f271cc30ced1a4518b.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    min-height: inherit;
}

@media (max-width: 767px) {
    #event .magazine-article {
        padding-left: 6px;
    }
}