﻿/* 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. */

body {
    margin-bottom: 60px;
}

p {
    color: rgba(0, 0, 0, 0.79); /* #000000 */
    background-color: white;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-weight: 700;
}

.nav-item a:hover {
    font-weight: 500;
    transition: 0.1s;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(255, 0, 0, .30);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.changebgcolor {
    background-color: #00ff21;
}

.hr05 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.name {
    font-family: Oswald;
    font-size:2.0em;
}
.copy {
    display:inline-block !important;
}
/* Home Banner Area css
============================================================================================ */
.main-picture {
    z-index: 1;
    background: url(../images/home-banner.jpg) no-repeat scroll center center;
    background-size: cover;
}

.home_banner_area .banner_inner {
    width: 100%;
}

    .home_banner_area .banner_inner .home_left_img {
        padding-top: 15px;
    }

    .home_banner_area .banner_inner .col-lg-6 {
        vertical-align: middle;
/*        align-self: center;*/
    }

    .home_banner_area .banner_inner .banner_content {
        text-align: left;
        color: #222222;
        padding-top: 80px;
        padding-top: 80px;
    }

        .home_banner_area .banner_inner .banner_content h5 {
            font-size: 14px;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2.1px;
            margin-bottom: 20px;
        }

        .home_banner_area .banner_inner .banner_content h2 {
            margin-top: 0px;
            font-size: 48px;
            font-weight: bold;
            font-family: "Heebo", sans-serif;
            line-height: 54px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .home_banner_area .banner_inner .banner_content p {
            color: #777777;
            font-family: "Roboto", sans-serif;
            max-width: 680px;
            font-size: 14px;
            line-height: 26px;
            margin: 0px auto 45px;
        }

        .home_banner_area .banner_inner .banner_content .banner_map_img {
            text-align: right;
        }


/* End Of Home Banner Area css
============================================================================================ */
.border-radius-10 {
    border-radius: 10px !important;
}
/* Sticky footer styles
-------------------------------------------------- */
.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    min-height: 60px;
    line-height: 48px; /* Vertically center the text there */
}
/* Sticky footer styles
-------------------------------------------------- */
.flex-grid {
    display: flex;
    margin: auto -1rem 1rem;
}

.flex-col {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.nav-sidebar {
    display: none;
}

.nice-hr {
    border: none;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 20px;
    height: 1px;
    background-image: linear-gradient(to right, gray,orange,yellow,green,blue,indigo,violet);
}


@media (min-width: 768px) {
    .home_banner_area .banner_inner .home_left_img {
        padding-top: 60px;
    }

    h2 {
        margin-top: 20px;
        margin-bottom: 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    h3 {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .nav-sidebar {
        display: block;
        flex: 1;
        padding-top: 10rem;
    }

        .nav-sidebar a {
            font-size: 1.2em;
            color: #818181;
        }

            .nav-sidebar a:hover {
                color: #000000;
            }

    .main-section {
        flex: 8;
    }
    .copy {
        display: block !important;
    }

}

@media (min-width: 992px) {
    .footer {
        margin-top: 100px;
    }
/*    .home_banner_area .banner_inner .home_left_img {
        padding-top: 120px;
    }*/
}
