@font-face {
    font-family: 'Arial', Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: 'Arial Light';
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: 'Arial-Bold';
    font-style: normal;
    font-weight: 400;
}

 


body{
    background-color: White;
    margin:0px;
    padding:0px;
    width: 100%;
}

h1, h2, h3, h4 {
    font-family: 'Arial-Bold',Verdana, Helvetica, Arial, sans-serif;
    color: #333;
}

.white{
    color: #fff;
}

h1{
    font-size: 140%;
    line-height: 62px;
    text-align: left;
    width: 100%;
}

h2{
    font-size: 40px;
    line-height: 50px;
    color: #333;
}

p{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

a{
    font-family: 'Arial-Bold',Verdana, Helvetica, Arial, sans-serif;
}

.center-text{
    text-align: center;
}

h2.center-text {
    margin-top: 1em;
    margin-bottom: 1em;
}

.img-black{
    background: rgba(0,0,0,0.20);
    position: absolute;
    width: 100%;
    height: 640px;
}
#subheader{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: white;
    text-align: center;
    margin-top: 1.5em;
}

.strong{
    font-weight: bold;
}

#img-container {
    width: 100%;
    height: 640px;
    overflow: hidden; 
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3em;
}

#img-container-header{
    height: 640px;
    width: 100%;
    overflow: hidden; 
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3em;
    filter: brightness(80%);
}


#WikiFoodContent{
    width: 100%;
}

#category{
    font-size: 12px;
    line-height: 36px;
    font-family: 'Arial-Bold';
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    height: 34px;
    margin-top: -118px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -17px; /*half the height*/
    z-index: 2;
}

#category #background{
    padding: 0 10px;
    display: inline-block;
    height: 100%;
}

@media (max-width: 767px) {

    #category{
        font-size: 13px;
        line-height: 22px;
        font-family: 'Arial', Verdana, Helvetica, Arial, sans-serif;
        letter-spacing: 1.3px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        display: block;
        height: 22px;
        margin-top: -12px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -11px; /*half the height*/
    }

    #img-container {
        height: 125px !important;
    }

    #img-container-header {
        height: 533px !important;
        margin-bottom: 30px !important;
    }

    .img-black{
        height: 533px !important;
    }

}


.fc_form label
{
        display:inline-block;
        line-height:1.8;
        vertical-align:top;
}

.fc_form fieldset ol {
        margin:0;
        padding:0;
}

.fc_form fieldset li {
        list-style:none;
        padding:5px;
        margin:0;
}

.fc_form em {
        font-weight:bold;
        font-style:normal;
        color:#f00;
}

.fc_form label {
        width:130px; /* Width of labels */
}

.fc_form fieldset fieldset label {
        margin-left:113px; /* Width plus 3 (html space) */
}



@media (min-width: 767px){

    .headertext{
        font-size: 52px;
        line-height: 62px;
    }

    .margin-top-bottom-30 {
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
}

@media (min-width: 992px) {

    .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .margin-top-bottom-100 {
      margin-top: 100px;
      margin-bottom: 100px;
    }
    
    .box-wrapper{
        margin-bottom: 100px;
    }

    #img-container {
        height: 500px;
    }
}


@media (max-width: 992px) {

    h1{
        font-size: 29px;
        line-height: 39px;
        text-align: center;
        width: 100%;
    }

    #category{
        font-size: 10px;
    }


    #img-container{
        height: 400px;
        margin-bottom: 1.5em;
    }

    h2 {
        font-size: 18px;
        line-height: 23px;
    }

    h2.center-text{
        text-align: left;
    }

    p{
        font-size: 14px;
        line-height: 21px;
    }

    #subheader{
        font-family: 'Arial', Verdana, Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (min-width: 992px) {
    #img-container{
        height: 640px;
    }

    #img-container-header{
        height: 640px;
        margin-bottom: 100px;
    }
}

a.btn {
    display: inline-block;
    background-color: #d10a11;
    color: white !important;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 40px;
    transition: all 0.1s;
	margin: 10px;
}

a.btn:focus, .btn:hover {
    text-decoration: none;
	color: white  !important;
}