﻿html, body { margin: 0; padding: 0; height: 100%; border:none; 
font-family:Microsoft JhengHei;
}




@media screen and (max-width: 767px) {
    /*// 如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS。*/    
    .navbar-brand::before {

    color:#808080;
}
    .banner {
    display:none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #353532;
    }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #353532;
    }

.row {
     margin-right: 2px; 
     margin-left: 2px; 
}
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.navbar.affix {
   position: fixed;
   top: 0;
   z-index:9999;
   -webkit-transition: all .6s ease-in-out;
   width:100%;
}

/*header {
height:200px;


}*/
.banner {
    margin-left: -800px;
    overflow:hidden;
    height:200px;

}

.navbar-default {
    background-color: #44AADC;
}

.nav > li > a {
    padding: 15px 10px;
    font-size:11pt;
}

.footer {

color:white;
}


#wrapper {
    min-height: 100%;
    position: relative;
    height: auto !important;
    overflow:hidden;
}

.MainContent {
    padding-bottom:100px;
    min-height:280px;

}
footer{
    width:100%;
    background-color:#EFEFEF;
    margin-bottom:-20px;
    border-top:3px solid #cbcbcb;
    padding-top:10px;
    padding-bottom:20px;
}

.page-header {
    margin: 20px 0 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ddecff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #895e1c;
    outline: 0;
}

.carousel-caption {
font-size:20px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
}

    
a.downloadfile{
color:#FFFFFF;
background-image:url('http://www.conf.tw/site/img/download2.png'); 
background-repeat: no-repeat;
background-position: 10px 5px; 
padding-left:50px; 
padding-right:20px;
padding-top:10px;
display: inline-block;
background-color:#FF0032;
border-left:#000000 7px solid; 
padding-bottom:12px;
}

.page-header {
    border-bottom: 1px solid #DEDEDE;
}

.nav {
text-align:center;

}

ul.nav.navbar-nav li a {
    font-size: 13pt;
}