﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}





/*  *****NAV相關 Start*/
.titlecss {
    background-color: transparent;
    color: gold;
}
.dropdown-menu {
    background-color: #2a0067;/*transparent*/
}
.dropdown-item {
    color: gold;
    max-width: 100%;
    display: block;
    width: 100%;
    margin:10px;
}
/*滑鼠事件hover 顯示下拉選單*/
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item.dropdown .dropdown-toggle::after {
    margin-left: 0.255em;
}
/* *****NAV相關 End*/


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}


/*首頁用*/
.navbar-inverse {
    background-color: #2a0067;
}

    .navbar-inverse .navbar-brand {
        color: gold;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: gold;
    }

.scrollImage{
    display:none;
}
footer {
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2a0067;
    color: #FFF;
}

/*字型設定*/
p,a, h1, h2, h3, h4, h5, h6,ul,li ,i,tr,td ,button,div{
    font-family: "Chocolate Classical Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}


/*RWD*/
@media (max-width: 768px) {
}
@media (min-width: 768px) {

}
    #passwordValidationMessage.valid, #emailFeedback.valid {
        color: green;
    }

    #passwordValidationMessage.invalid, #emailFeedback.invalid {
        color: red;
    }



/*非共用區塊*/
