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

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  background: #020102; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMDEwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzA0MDgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #020102 0%, #040821 85%, #020101 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#020102), color-stop(85%,#040821), color-stop(100%,#020101)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #020102 0%,#040821 85%,#020101 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #020102 0%,#040821 85%,#020101 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #020102 0%,#040821 85%,#020101 100%); /* IE10+ */
  background: linear-gradient(to right,  #020102 0%,#040821 85%,#020101 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020102', endColorstr='#020101',GradientType=1 ); /* IE6-8 */
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #ddd;
}

/* 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;
}
.main-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 20px;
}


/*
 * Header
 */

.masthead {
  background-color: #020102;
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
}

.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,.75);
  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: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Main
 */

.section {
  //padding: 0 20px;
  padding-bottom: 9px;
    //margin: 40px 20px 20px 20px;
    //border-bottom: 1px solid #eee;
}
.section .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
h1, h2, h2, h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}
h1 {
  color: #cdd071;
}
h2 {
  color: #d5d6b7;
}
h1.page-heading {

  font-weight: 300;
  font-size: 500%;
  color: #777;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  margin: 80px 0 30px 0;
}
.glyphicon-menu-down {
  font-size: 40px;
  font-weight: normal;
  color: #444;
}
.glyphicon-chevron-right {
  font-size: 80%;
  font-weight: 300;
  color: #d5d6b7;
  margin: 0 0 0 5px;
}
.window {
  height: 50px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../dist/img/window.jpg');
  opacity: 0.1;
}
/* IOS doesn't like background fixed */
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .window {
      background-attachment: scroll;
  }
}
.self {
    float: right;
    margin: 30px 20px 0 20px;
    max-height: 200px;
    padding: 0 !important;
}
@media (max-device-width: 768px) {
  .self {
      float: right;
      margin: 30px 0 0 20px;
      max-height: 200px;
  }
}
.append {
  font-size: 16px;
  margin-left: 20px;
}
@media (max-width: 1100px) {
  .append {
    display: table;
    margin: 0 auto;
  }
}
.row img {
  padding-bottom: 20px;
}
.contact p a img{
  width: 25px;
  height: 45px;
  margin: 15px 10px 0 0;
}
.contact h5{
  font-size: 12px;
  color: #d5d6b7;
  margin: 0;
}
.script {
  font-family: 'Caveat', cursive;
  color: #aaa;
  font-size: 34px;
}


/*
 * Footer
 */

.footer p{
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  font-size: 14px;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .main-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .main-container {
    width: 80%;
  }
}


@media (max-width: 767px) {
  .col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
  }
}


.logo-summary {
	width: 20%;
}
.glyphicon-menu-down {
	clear: both;
}
.headshot {
	float: right;
	width: 30%;
	margin-left: 5%;
}
