/* General */
body {
    font-family: 'Zilla Slab', sans-serif;
    color: #322f31;
    font-weight: 300;
    font-size: 17px;
}
h1, h2 {
    font-family: 'Marck Script', serif;
    font-size: 3rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}
h3, h4, h5, h6 {
    font-family: 'Zilla Slab', sans-serif;
}
h2 {
    margin-bottom: 2.5rem;
}
h3 {
    font-size: 1.4rem;
}
a {
    color: #322f31;
}
a:hover,
a:focus {
    color: #c66e00 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn {
    border: 2px solid #322f31;
    padding: 1rem;
    border-radius: 5px;
    font-weight: 500;
}
.btn:hover,
.btn:focus {
    border-color: #c66e00;
}
button:focus {
    outline: none;
}
ul.twoColumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media only screen and (min-width: 992px) {
    h1, h2 {
        font-size: 3.25rem;
    }
    h2 {
        margin-bottom: 3.5rem;
    }
}

/* Navbar */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
}
.navbar {
    padding: 0 1rem;
    border-bottom: 1px solid #d4d4d4;
}
.navbar .navbar-brand img {
    height: 3rem;
    width: auto;
}
.navbar li {
    list-style: none;
}
.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    text-align: center;
    font-weight: 500;
}
.navbar-light .menu .menu-item > a {
    color: #322f31;
    font-size: 1.5rem;
    padding: 0 1rem;
}
.menu .menu-item.current-menu-item,
.menu .menu-item.current-menu-ancestor {
    text-decoration: underline;
}
.sub-menu {
	margin: 0;
}
li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.menu > ul {
    font-weight: 400;
}
.menu > ul span {
    font-weight: 500;
}
@media only screen and (min-width: 350px) {
    .navbar .navbar-brand img {
        height: 4rem;
    }
}
@media only screen and (min-width: 768px) {
    .navbar .navbar-brand img {
        height: 5rem;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-expand-lg .menu {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu{
        text-align: right;
    }
    .menu > ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: -1rem;
    }
}

/* Table */
table {
    margin-bottom: 1rem;
}
th, td {
    border: 1px solid #ddd;
    padding: .5rem;
}

/* Form */
.form-control:focus {
    border-color: gray;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Error 404 Page */
.error404 header {
    padding: 2rem 0;
    height: 90vh;
}
.error404 h1 {
    font-size: 2.5rem;
    text-align: center;
}
.error404 h1 span {
    display: block;
    font-size: 5rem;
}
.error404 .btn {
    margin-top: 1.5rem;
    display: inline-block;
}
.error404 footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}
@media (min-width: 768px) {
    .error404 header {
        padding: 5rem 0;
    }
}
@media (min-width: 992px) {
    .error404 h1 {
        font-size: 5rem;
    }
    .error404 h1 span {
        font-size: 10rem;
    }
}
@media (min-width: 1200px) {
    .error404 header {
        padding: 8rem 0;
    }
}

/* Section */
section {
    padding: 4rem 0;
}
@media only screen and (min-width: 992px) {
    section {
        padding: 6.5rem 0 7rem;
    }
}

/* Header */
header {
    background: url(../img/background-header.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 1rem 3%;
    margin-top: 58px;
}
.header_textBox {
    padding: 2rem;
    background: url(../img/background-header-pig-side-view-silhouette.gif), #fbfbfb;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.header_textBox p {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
header img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 350px) {
    header {
        margin-top: 74px;
    }
}
@media only screen and (min-width: 768px) {
    header {
        margin-top: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    header img {  
        width: 97.5%;
        margin-left: 2.5%;
    }
}

/* Introduction */
#introduction img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Services */
#services {
    background: #26262e;
    color: #fbfbfb;
    text-align: center;
    background: url(../img/table-by-purton-roasters.jpg), #26262e;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 80%;
    background-size: auto 14rem;
    padding-bottom: 15rem;
}
#services p {
    color: #dedede;
}
#services img {
    width: 7rem;
    height: auto;
    margin-bottom: 2rem;
}
#services .mainServices:after {
    content: '~';
    display: block;
    width: 100%;
    font-size: 3rem;
    margin-bottom: 3.5rem;
}
#services .row.mainServices > * {
    padding: 0 2rem;
}
.service {
    margin-bottom: 2rem;
}
.services_textBox {
    text-align: left;
}
.services_textBox h4:not(:first-child) {
    margin-top: 2.75rem;
}
@media only screen and (min-width: 992px) {
    #services {
        background-size: 27rem;
        padding-bottom: 4rem;
    }
    .service {
        margin-bottom: 0;
    }
   .services_textBox {
        padding-left: 4.5rem;
    }
}

/* Quotation */
#quotation {
    background-image: url(../img/quotation.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}
#quotation:before {
    content: '';
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.quotation-inner {
    -webkit-box-shadow: 0px 0px 18.75px 6.25px rgba(0, 0, 1, 0.2);
    -moz-box-shadow: 0px 0px 18.75px 6.25px rgba(0, 0, 1, 0.2);
    box-shadow: 0px 0px 18.75px 6.25px rgba(0, 0, 1, 0.2);
    background: #fff;
    padding: 3rem 10%;
    background: url(../img/background-header-pig-side-view-silhouette.gif), #ffffff;
    background-position: bottom right;
    background-repeat: no-repeat;
}
#quotation h2 {
    margin-bottom: .75rem;
}
.contactDetails {
    font-size: 1.5rem;
}
.contactDetails a {
    display: block;
    font-weight: 400;
}
.contactDetails a span {
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    .contactDetails a {
        display: inline;
        margin: 0 .5rem;
    }
}

/* Testimonials */
.testimonial-text {
    font-style: italic;
}
.testimonial-author {
    font-weight: 500;
    text-align: right;
}

/* Footer */
footer {
    background: #322f31;
    padding: .75rem 0;
    text-align: center;
    font-size: .95rem;
}
footer * {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #fff !important;
}
@media only screen and (min-width: 992px) {
    footer .row > *:nth-child(1) {
        text-align: left;
    }
    footer .row > *:nth-child(2) {
        text-align: right;
    }
}