﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



.top-bar span {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    padding-right: .3125em;
    margin-right: 3rem;
    font-size: 1.25rem;
    line-height: inherit;
}

.hero-content h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 1.5;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-shadow: 3px 3px rgba(0,0,0, 0.8);
}

.hero-parallax .hero-inner .hero-content p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px rgba(0,0,0, 0.8);
}

.custom1 a:link{
    color: dimgrey;
}

.custom1 a:visted {
    color: gray;
}

.custom1 a:hover {
    color: darkslategrey;
}

.custom1 a:active {
    color: #d30b0d;
}

@media (min-width: 992px) <style> .header-transparent-top .navbar.navbar-dark.bg-dark .top-bar span, .header-transparent-top .navbar.navbar-dark.bg-dark a.nav-link, .header-transparent-top .top-bar.top-bar-dark .top-bar span, .header-transparent-top .top-bar.top-bar-dark a.nav-link {
    color: #999999; !important;
}

div.container4 {
    height: 10em;
    position: relative
}

    div.container4 p {
        margin: 0;
        background: yellow;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }