/* _content/ExpoScrap/Views/Home/Index.cshtml.rz.scp.css */
#homeCarousel[b-2s2xoisy12] {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.carousel-caption[b-2s2xoisy12] {
    opacity: 0.8;
    border-radius: 8px;
    padding: 8px;
    background: white;
}

.carousel-contact[b-2s2xoisy12]{
    cursor: pointer;
    font-size: 25px;
}

#list-container[b-2s2xoisy12]{
    display: flex;
    justify-content: center;
}

#list-content[b-2s2xoisy12] {
    width: 85%;
}

#list-title[b-2s2xoisy12]{
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 10px 0px;
}

#list-text[b-2s2xoisy12]{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    font-size: 20px;
}

#information[b-2s2xoisy12]{
    flex: 2;
    padding: 10px;
    font-size: 20px;
}

/***For mobile view*/
@media only screen and (max-width: 500px){
    #content[b-2s2xoisy12] {
        height: 400px;
    }

    .wrapper div[b-2s2xoisy12]{
        width: 350px !important;
    }

    .wrapper .col:hover[b-2s2xoisy12]{
        border-bottom: 2px solid red;
    }

    .wrapper > div[b-2s2xoisy12] {
        background: blueviolet;
        padding: 8px;
        width: 100%;
        border-radius: 10px;
        border-bottom: 1px solid aqua;
        color: aliceblue;
        margin-bottom: 3px;
    }
}

.list-item[b-2s2xoisy12]{
    list-style:none;
    text-transform: uppercase;
}

ul li[b-2s2xoisy12]::before {
    content: "\2023";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.contact[b-2s2xoisy12] {
    font-size: 24px;
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 1rem;
    max-width: 600px;
    width: 300px;
    background: red;
    border-radius: 10px;
    box-shadow: 0px 3px 4px -4px #000;
}


#carlist > *[b-2s2xoisy12] {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
}

#carlist svg[b-2s2xoisy12]{
    color: yellowgreen;
    font-size: 25px;
    padding-right: 10px;
}

#carlist .col[b-2s2xoisy12]{
    width: 200px;
}
/* _content/ExpoScrap/Views/Shared/_Layout.cshtml.rz.scp.css */
/* 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. */

a.navbar-brand[b-4oqvhf9u97] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4oqvhf9u97] {
  color: #0077cc;
}

.btn-primary[b-4oqvhf9u97] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4oqvhf9u97], .nav-pills .show > .nav-link[b-4oqvhf9u97] {
  color: #000;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4oqvhf9u97] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4oqvhf9u97] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4oqvhf9u97] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4oqvhf9u97] {
  font-size: 1rem;
  line-height: inherit;
}

/* Multi-level dropdown fix */
.dropdown-submenu[b-4oqvhf9u97] {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu[b-4oqvhf9u97] {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu[b-4oqvhf9u97] {
        display: block;
    }

.nav-item:hover[b-4oqvhf9u97] {
    background: #555;
}
/* Make dropdown background black */
#nestedMenu[b-4oqvhf9u97] {
    background-color: #000 !important; /* black */
}

    /* Make all links white by default */
    #nestedMenu .dropdown-item[b-4oqvhf9u97] {
        color: #fff !important; /* white text */
        background-color: #000 !important; /* black background */
    }

        /* Hover effect: dark gray background, white text */
        #nestedMenu .dropdown-item:hover[b-4oqvhf9u97],
        #nestedMenu .dropdown-item:focus[b-4oqvhf9u97] {
            background-color: #555 !important; /* dark gray */
            color: #fff !important; /* keep text white */
        }

    /* Remove default Bootstrap hover on parent li */
    #nestedMenu li:hover[b-4oqvhf9u97] {
        background-color: transparent !important;
    }

/* Mobile friendly */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu[b-4oqvhf9u97] {
        left: 0;
        margin-left: 1rem;
    }
}

.footer[b-4oqvhf9u97] {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 5px;
}

    .footer span[b-4oqvhf9u97]{
        margin-right: 12px;
    }

    #container[b-4oqvhf9u97] {
        min-height: 100vh;
    }

.headerTop[b-4oqvhf9u97] {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.logo[b-4oqvhf9u97]{
    padding: 10px;
}

.headerPhones[b-4oqvhf9u97] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Times New Roman', Times, serif;
    width: 540px
}

.headerPhones > *[b-4oqvhf9u97] {
    font-size: 22px;
    color: #990000;
}

.headerPhones div > a[b-4oqvhf9u97]{
    color: darkblue;
}


.phoneNumbers a:first-child[b-4oqvhf9u97] {
    margin-right: 30px;
}

.fa-brands[b-4oqvhf9u97]{
    font-size: 30px;
    color: skyblue;
    cursor: pointer;
    text-decoration: none;
}


@media only screen and (min-width: 700px) {
    #container[b-4oqvhf9u97]{
        width: 75%;
    }
}

@media only screen and (max-width: 700px){

    .headerPhones[b-4oqvhf9u97] {
        flex-direction: column;
    }
}
