﻿html {
    font-size: 14px;
}

.logoimage {
    width: 100%;
    max-width: 180px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .logoimage {
        width: 100%;
        max-width: 380px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: navy;
    }

p a {
    color: navy;
    font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar-nav > .active > a {
    background-color: #6ac52a;
    color: white;
}

.navbar {
    background-color: #E5E4E2;
}

footer {
    width: 100%;
    background-color: #E5E4E2;
    color: white;
    margin-top: 15px;
}

    footer a:hover {
        color: navy;
    }

.coveredimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pagecontent {
    margin-top: 150px;
}

.platback {
    background-color: #E5E4E2;
}

.homeheader {
    background-image: url(../images/home/weardale.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: white;
    height: 300px;
    padding-top:60px;
}

.homeheadertext {
    font-size: 1.5rem;
}

.htyellow {
    color: white;
    font-weight: bold;
    font-style:italic;
}

.hhtlarge {
    font-size: 4rem;
    font-weight:bold;
    line-height:30px;
}

@media (max-width: 767px) {
    .homeheadertext {
        font-size: 1rem;
    }

    .hhtlarge {
        font-size: 2.3rem;
    }

    .pagecontent {
        margin-top: 80px;
    }
}
