/* -- custom css for Bootstrap 3.x --*/

/* move special fonts to HTML head for better performance */
@import url(http://fonts.googleapis.com/css?family=Voltaire);

html,
body {
  height: 100%;
  width: 100%;
  font-family:Arial,sans-serif;
}

/* fix bs3 horizontal scrollbar bug */
.row { margin: 0; padding: 0 }


/* use special fonts in certain elements */
h1,h2,h3,h4,.lead,.btn,.navbar a {
  font-family:'Voltaire',Arial,sans-serif;
  letter-spacing:2px;
}

h1 {
  font-size: 50px;
  color: #333;
}

h2 {
  color: #CC342D;
}

h4 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 20px;
}

/* make images gray */
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.icon-bar {
   background-color:#fff;
}

.scroll-down a, .scroll-top a {
   color:#ffffff;
}

.scroll-down {
   position:fixed;
   bottom:20%;
   right:0%;
   color:#f9f9f9;
}

.scroll-top {
  background-color:#dbdbdb;
}

.vert {
  vertical-align: middle;
  width:100%;
  padding-top:4%;
  text-align:center;
}

.header .btn-lg {
   font-size:28px;
   border-color: #CC342D;
   padding:15px;
   background-color: transparent;
   color: #CC342D;
   margin-bottom: 20px;
}

.header .btn-lg:hover {
   background-color:#eeeeee;
   color:#777777;
}

.navbar a {
  color:#fff;
  font-size:14px;
}

.navbar-bold.affix {
  background-color:#d46054;
}

.navbar-bold {
  background-color:#f68076;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.navbar-bold li a:hover, .navbar-bold li.active {
  background-color:#d46054;
}

.header .lead {
  color: #9b1c16;
  font-size:25px;
}

.header {
  height: 80%;
  background: #f68076 url('../images/header.jpg') repeat center bottom fixed;
  background-size: cover;
}

/* use alt in navbar and header for different color */

.alt {
  background-color: #CC342D;
}

.alt .lead {
  color: #333;
}

.alt.affix {
  background-color:#CC342D;
}

.alt li a:hover, .alt li.active {
  background-color: #9b1c16;
}



.blurb {
  padding: 80px 0;
  background-color:#fefefe;
}

.blurb .panel {
  background-color:transparent;
}

.bright {
  background: #dbdbdb url('http://www.bootply.com/assets/example/pt_topo.png') repeat center center fixed;
  color:#777;
}

.featurette {
  background: #222334;
  padding: 50px 0;
  color: #ffffff;
}

.featurette-item {
  margin-bottom: 15px;
}

.featurette-item > i {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle;
  text-align: center;
}

.featurette-item > i:hover {
  font-size: 68px;
}

.gallery {
  padding: 50px 0;
}

.call-to-action {
  background: #eeeeee;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

footer {
  padding: 100px 0;
}

.mikamai {
  border: 10px solid white;
  margin: 10px;
}

.schedule-time {
  min-width: 100px;
}

.sponsor {
  margin-bottom: 100px;
}

/* MEDIA QUERIES */

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
  .sponsor {
    margin-bottom: 50px;
  }

  .sponsor-item {
    margin-bottom: 20px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #nebulab {
    margin-top: 60px;
  }
  #jimdo {
    margin-top: 87px;
  }
  #pullreview {
    margin-top: 37px;
  }
  #h-farm {
    margin-top: 3px;
  }
}

.mikamai {
  width: 100%;
}

.title-container {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}

.header h1 {
  font-size: 40px;
  -webkit-text-stroke: 1px rgba(f,f,f,0.1);
  color: #333;
  margin-left:-5px;
  margin-bottom:5px;
  text-transform:uppercase;
}

@media (min-width: 600px) {
  .mikamai {
    width: 500px;
  }

  .title-container {
    width: 600px;
    margin: 30px auto;
  }

  .header h1 {
    font-size:80px;
  }
}

/* -- end custom css for Bootstrap 3.x --*/
