﻿/* 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 {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/*導航欄div獲取原樣式/* 
    div獲取原來樣式 class=container 
*/ 
/* Provide sufficient contrast against white background */
/*a {
    color: #0366d6;
}*/

.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;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    /* border-top: 1px solid #e5e5e5; */
    border-top: 1px solid #212529;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
   /* box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); */
    box-shadow: 0 0.25rem 0.75rem #000000;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    background: #ffb600;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 260px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bolder;
}

.link {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .link a {
        color: #212529;
    }

        .link a:hover {
            color: #007bff;
        }

.link-nav a {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

/*a {
    color: #d4d5d6;
}*/

.navbar-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .navbar-logo img {
        width: 350px;
        height: 50px;
    }

.navbar-default {
    background-color: #EEE;
}

.album {
    margin: 10px auto;
    max-height: 550px;
    overflow: hidden;
}

.body-content {
    min-height: 300px;
    margin: 15px auto;
}

.info-content {
    word-break: normal;
    word-wrap: break-word;
}

.color-black a {
    color: black;
}

    .color-black a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.nav-item a {
    color: #343a40;
    font-size: 18px;
    padding-left: 15px;
}

    .nav-item a:hover {
        color: #007bff;
    }

.nav-item:hover {
    border-bottom: 2px solid #007bff;
}

.about-nav {
    color: #007bff;
    background-color: #007bff;
}

    .about-nav:hover, .about-nav:focus {
        color: #007bff;
        background-color: #007bff;
    }

    .about-nav.active {
        color: #007bff;
        background-color: #007bff;
        border-color: #007bff;
    }

.product-list a {
    color: black;
}

    .product-list a:hover {
        color: #007bff;
        text-decoration: none;
    }

/*.product-title {
    color: black;
}*/

.ad-display {
    display: none !important;
}
