﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h4 {
    font-family: "Marcellus", serif;
}

body {
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: inherit;
    text-decoration:none;
}

.greyback {
    background-color:lightgray;
}

a:hover {
    color: lightgray;
}

.headerfont {
    font-family: "Marcellus", serif;
}

.logoimage {
    width: 100%;
    max-width: 250px;
}

.nav-link {
    color: black !important;
}

    .nav-link:hover {
        color: white !important;
        background-color:black;
    }

.navbar-nav > .active > a {
    background-color: black;
    color: white !important;
}

.navbar-brand {
    max-width:80%;
}

header {
    background-color: white;
    color: black;
}

.topnumber {
    background-color: black;
    color: white;
    font-size:24px;
    text-align:center;
    padding:10px 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    color: white;
}

.pageheader {
    margin-top: 170px;
}

.homeheader {
    background-image: url(../images/home/annemaries-funerals.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: white;
    height: 500px;
    margin-top: 130px;
}

.homeheaderfade {
    width: 100%;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    height: 500px;
}

.homeheadertext {
    font-size:1.5rem;
}

.hhtlarge {
    font-size:3rem;
}

@media (max-width: 767px) {
    .homeheadertext {
        font-size: 1rem;
    }
    .hhtlarge {
        font-size: 2.3rem;
    }
}

@media (min-width: 768px) {
    .hsdesc {
        min-height: 220px;
    }
}
@media (min-width: 992px) {
    .hsdesc {
        min-height: 340px;
    }
    .hsheader {
        min-height: 82px;
    }
}
@media (min-width: 1200px) {
    .hsdesc {
        min-height: 220px;
    }
}

.fitimage {
    object-fit:contain;
}