/*
 * Globals
 */
h1 {
  margin-bottom: 30px;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

img {
  max-width: 100% !important;
}

.jumbotron {
  background-color: transparent;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  margin-top: 25px;
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #65ceff;
  border: 1px solid #45bbff;
}


.modal-header {
  background-color: #90D0FF;
}

.modal-content {
  background-color: #75CCFF;
}

/*
 * Base structure
 */
html{
  height: 100%;
}

body {
  /*height: 100%;*/
  background-color: #75CCFF;
  background-color: #AADEFF;

  min-height: 100%;

  -webkit-box-shadow: inset 0 0 300px rgba(0,150,200,.8);
        box-shadow: inset 0 0 300px rgba(0,150,200,.8);

  color: #fff;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0,0,0,.4);
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.95);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: right;
  }
  .masthead-nav {
    float: left;
  }
}

p.lead {
  font-size: 26px;
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}
