/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
    padding-top: 56px;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

#iconwrap {
    text-align: center;
}

#mapcenter {
    text-align: center;
}

#belowfold {
    text-align: center;
}

h4, .h4 {
    font-weight: 600;
    color: #3E5380;
    font-size: 1.75rem;
}

h7, .h7 {
    font-weight: 600;
    color: #3E5380;
    font-size: 1.75rem;
    text-decoration: underline;
}

h8, .h8 {
    font-weight: 600;
    color: #212529;
    font-size: 0.75rem;
}


.bg-blue {
    background-color: #3E5380 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #000033 !important;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #16181b;
    text-align: left;
    list-style: none;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #fff;
        text-decoration: none;
        background-color: #3E5380;
    }

/*
Social Media icons
*/

.icons i, .icons svg {
    color: #f8f9fa;
}

#social-fb {
    color: #f8f9fa;
}

#social-tw {
    color: #f8f9fa;
}

#social-lin {
    color: #f8f9fa;
}

#social-em {
    color: #f8f9fa;
}
.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #08a0e9;
}

#social-tw:hover {
    color: #08a0e9;
}

#social-lin:hover {
    color: #08a0e9;
}

#social-em:hover {
    color: #08a0e9;
}