﻿html, body { margin: 0; padding: 0; height: 100%; border:none; }

.banner {
    margin-left: -800px;
    overflow:hidden;
    height:150px;

}

@media screen and (max-width: 767px) {
    /*// 如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS。*/    
    .navbar-brand::before {
    content:"ICBFP 2016";
    color:white;
}
    .banner {
    display:none;
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
      .banner {
       margin-left:-1000px;
    }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
      .banner {
      display:none;
    }
}


.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:150px;


}


.navbar-default {
    background-color: #26AF8D;
}

.footer {

color:white;
}


#wrapper {
    min-height: 100%;
    position: relative;
    height: auto !important;
    overflow:hidden;
}

.MainContent {
    padding-bottom:100px;
    min-height:320px;

}
footer{
    width:100%;
    background-color:#26AF8D;
    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;
}

.carousel-caption {
font-size:20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 8px;
}
