@font-face {
    font-family: 'NexaBold';
    src:url('NexaBold.ttf.woff') format('woff'),
        url('NexaBold.ttf.svg#NexaBold') format('svg'),
        url('NexaBold.ttf.eot'),
        url('NexaBold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

/*
 * Globals
 */

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

/*
 * Base structure
 */

html,
body {
  height: 100vh;
  background-color: #c3e8f3;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #c3e8f3;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  padding-top: 10px;
  font-family: 'NexaBold', sans-serif;
}

nav {
  z-index: 3;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.icon-bar {
   background-color:#c3e8f3 !important;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: #c3e8f3;
    color: #000;
}

/*
 * Header
 */
.masthead {
  background-color: #000;
  margin-bottom: 0;
}

.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: #c3e8f3; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #c3e8f3;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #c3e8f3;
  border-bottom-color: #c3e8f3;
}

.logo {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  padding-top: 15px;
}

.scrollspy-penguin {
  position: relative;
}

#lea {
  width:100%;
  color: #000;
  background-color: #fff;
  padding-top: 40px;
  height: 1000px;
}

#bryan {
  width:100%;
  color: #000;
  background-color: #fff;
  padding-top: 40px;
  height: 1000px;
}

#home {
  width: 100%;
}

@media (max-width: 1100px) {
  #bryan {
    padding-top: 60px;
  }

  #lea {
    padding-top: 60px;
  }
}

@media (max-width: 999px) {
  #home {
    padding-top:15px;
  }

  #bryan {
    height:1500px;
    padding-top: 60px;
  }

  #lea {
    height:1500px;
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  #home {
    padding-top:40px;
  }

  #bryan {
    height:1200px;
    padding-top: 60px;
  }

  #lea {
    height:1000px;
    padding-bottom: 30px;
  }
}
