/* General */
body {
    font-family: 'Oswald', sans-serif;
    color: #003F77;
    line-height: 1.2;
    font-weight: 300;
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {    
    font-weight: 500;
    color: #003F77;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #003F77;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #375897;
}
button:focus,
:focus {
    outline: none;
    box-shadow: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* Button */
.btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  border-radius: 0;
  border-width: 1px 5px 1px 1px;
  border-style: solid;
  padding: .9rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  box-shadow: 0px 6px 9.5px 0.5px rgba(0, 0, 0, 0.3);
  letter-spacing: .5px;
  transition: all 0.3s ease !important;
  cursor: pointer;

  background-color: #00538e;
  color: #fff;
  border-color: #00538e;
  border-right-color: grey;
}
.btn.btn-catering {
  border-right-color: #339E35;
}
.btn.btn-mk {
  border-right-color: #c40512;
}
.btn.btn-snacks {
  border-right-color: #009ddf;
}
.btn.btn-packaging {
  border-right-color: #a6c3c9;
}
.btn.btn-icanteen {
  border-right-color: #E0B483;
}
.btn.btn-catering:hover,
.btn.btn-catering:focus {
  color: #fff;
  background-color: #339E35;
  border-color: #339E35;
}
.btn.btn-mk:hover,
.btn.btn-mk:focus {
  color: #fff;
  background-color: #c40512;
  border-color: #c40512;
}
.btn.btn-snacks:hover,
.btn.btn-snacks:focus {
  color: #fff;
  background-color: #009ddf;
  border-color: #009ddf;
}
.btn.btn-packaging:hover,
.btn.btn-packaging:focus {
  color: #fff;
  background-color: #a6c3c9;
  border-color: #a6c3c9;
}
.btn.btn-icanteen:hover,
.btn.btn-icanteen:focus {
  color: #fff;
  background-color: #E0B483;
  border-color: #E0B483;
}
.btn + .btn {
  margin-left: 1.5rem;
}


/* Helper classes */
.section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
}
.col-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}
.col-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (min-width: 992px) {
    .col-img {
        min-height: 400px;
    }
}


/* Standard page */
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
}
.aligncenter {
    display: block;
    margin: 10px auto;
    margin-bottom: 5px;
}

blockquote {
  border-left: .4rem solid #003F77;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #003F77;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* Error 404 Page */
.error404 section {
    text-align: center;
}
.error404 h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center;
}
.error404 h1 span {
    display: block;
    font-size: 5rem;
}
.error404 section .btn {
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    .error404 h1 {
        font-size: 5rem;
    }
    .error404 h1 span {
        font-size: 10rem;
    }
}

/* Navbar */
.navbar .btn {
    margin-top: 0;
}
.navbar-brand img {
    max-width: 200px;
    height: auto;
}
@media (min-width: 992px) {
    .navbar-brand img {
        max-width: 100%;
        width: 100%;
    }
}

/* Search */
.searchform {
    margin-top: 2rem;
}
.searchform > div {
    position: relative;
}
.searchform input[type="text"] {
    border-radius: 20px;
    border: 0;
    padding: 4px 10px;
    display: block;
    width: 100%;
    width: calc(100% - 2rem);
    margin: 0 1rem;
}
.searchform #searchsubmit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}
@media (min-width: 992px) {
    .searchform {
        margin-top: .5rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .searchform input[type="text"] {
        font-size: .8rem;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Sidebar */
.sidebar .sidebox + .sidebox {
    margin-top: 1.25rem;
}
.sidebox {
    color: #003F77;
    background: #f8f8f8;
    border-radius: 10px;
    border: 3px solid #003F77;
    box-shadow: 3.41px 3.657px 9px 1px rgba(0, 0, 0, 0.37);
    padding: 1.5rem;
}
.sidebox .title {
    background: #28346b;
    color: #f6e73f;
    text-align: center;
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1rem;
}
.sidebox a {
    text-decoration: none;
}
.sidebox a:hover,
.sidebox a:focus {
    text-decoration: underline;
}
.sidebox ul {
    padding-left: 1.25rem;
    margin: 0;
}
.sidebox ul li {
    margin-bottom: .25rem;
}
.sidebox ul li a {
    color: #171717;
}
.sidebox ul li a:hover,
.sidebox ul li a:focus {
    color: #003F77
}
@media only screen and (min-width: 992px) {
    .content-area > * > .row > .left {
        padding-right: 1rem;
    }
}
@media only screen and (min-width: 1440px) {
    .content-area > * > .row > .left {
        padding-right: 4rem;
    }
}

/* Facet WP */
.facetwp-facet-keyword .facetwp-input-wrap {
    display: block;
}
.facetwp-facet input.facetwp-search,
.facetwp-facet input.facetwp-location {
    min-width: 0 !important;
}


section {
    padding: 3rem 0;    
}


#headerBanner {
    padding: 3rem 0;     
}
#headerBanner img {  
    margin-bottom: 2.5rem;
}


.main {
    background-color: #f8feff;
    border-top: 1px solid #d5e5f3;
    border-bottom: 1px solid #d5e5f3;
}


.card {
    height: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: 4px 5px 10px rgb(0 0 0 / 13%);
}
.card-img, .card-img-top {
    border-radius: 0;
}
.card-body {
    padding: 2rem;
}
.card-body img {
    margin-bottom: 2rem;
}
.card-title {
    font-size: 2.125rem;
    margin-bottom: 1.25rem;
}
.card-footer {
    background-color: transparent;
    border-top: none;
    padding: 0 2rem 2rem;
}


footer {
    font-size: .85rem;
    background-color: #F8FEFF;
    border-top: 2px solid #666666;
    padding-top: 1.25rem;
}
footer * {
    color: #4D4D4D;
}


social-media {
    margin-right: 0.125rem;
}


/* Container */
@media (min-width: 1530px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1470px;
    }
}
