html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
    width: 100%;
    width: 100vw;

    padding: 0;
    margin: 0;
}

::-moz-selection { background: rgb(3,7,45);
color: #FFFFFF;}
::selection { background: rgb(3,7,45);
    color: #FFFFFF;}

nav.navbar, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Cambria";
}

.text-2rem {
    font-size: 2rem;
}

.nav.navbar-nav {

    float: right;

}

.nav-pills>li>a {
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: rgb(3,7,45);
}

a:hover, a:focus {
    color: rgb(3, 7, 45);
}

.font-default {
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 50%;
}

#carousel-feedback {
    height: 400px;
}

#carousel-feedback .carousel-control {
    background-image: none;
}

#carousel-feedback .item{
    padding-left: 20%;
    padding-right: 20%;
}

#carousel-feedback blockquote{
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
}

#carousel-feedback blockquote p:before {
    content: "“";
}
#carousel-feedback blockquote p:after {
    content: "”";
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.btn {
    border-radius: 0;
}

.btn.btn-default {
    color: rgb(3, 7, 45);
}

header {
    height: 33%;
    min-height: calc(256px + 4rem);
    background-color: rgb(3,7,45);

    overflow: hidden;
}

.header-logo-container {

    width: 256px;
    height:  256px;
    position: absolute;
    left: calc(50% - 128px);
    bottom: calc(50% - 150px);
    z-index: 5000;


    background-color: rgba(3,7,45,0.8);
    border-radius: 50%;

    padding: 20px;

    margin-top: 2rem;
    margin-bottom: 2rem;



}

.header-logo {
    width: 216px;
    height: 216px;

}

.carousel-indicators {
    bottom: 0!important;
}

.fb-card {
    text-align: center;
}

.fb-page {
    display: inline-block;
    width: 100%;
}



nav.navbar {
    background-color: rgb(3,7,45);
    border-radius: 0;
    margin-bottom: 50px;
}

.navbar-collapse {

    padding: 0;

}

.navbar-brand {
    text-transform: uppercase;
}
.navbar-brand:hover {
    color: #FFF;
}

.navbar-brand img {
max-height: 100%;

}

nav a {
color: #FFF;
}

nav a:hover {
color: rgb(3,7,45);
}

.fill {
    min-height: 100%;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 5rem 0.5rem rgba(3,7,45,0.75);
}

footer {
    margin-top: 50px;
    background-color: rgb(3,7,45);
    color: #FFF;
    padding: 5rem;
}

footer a {
    color: #FFFFFF;
}

footer a:hover, footer a:focus {
    color: #FFFFFF;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
    color: #FFF;
}

footer .nav>li>a:focus, footer .nav>li>a:hover {
    color: rgb(3,7,45);
}

.panel-default {
    border-color: rgba(3,7,45,0.25);
}

.card {
    width: 100%;
    padding: 2rem;
    background: rgb(3,7,45);
    color: #FFF;
    border-radius: 2px;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6 {
    color: #FFF;
}

.card a {
    color: #FFF;
}

.card .card-img {
    height: 200px;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 5rem 0.5rem rgba(3,7,45,0.75);
}

.card p {
    padding-top: 10px;
}

.tel-number {
    font-size: 6rem;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.colour-code {
    width: 2.2rem;
    height: 2.2rem;
}

.form-control {
    border-radius: 0;
}

iframe {
    border: 0;
}

.img-service {
    border: solid 2px rgba(3,7,45, 0.5);
}

.service {
    /*height: 500px;*/
}

.meats-heading {

    width: 100%;
    position: absolute;
    top: 50%;
    padding: 1rem;
    margin-top: -3rem;

    background-color: rgba(255, 255, 255, 0.7);

}

.meats .col-md-4{

    margin-bottom: 3rem;

}

.btn-primary {
    background-color: #365899;
    border-color: #365899;
}

#newsletterEmailInput {
    border-radius: 0;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
