/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000;
}

/* 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;
}

.bg {
  opacity: 0;
  display: none;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.7s ease-out, -webkit-transform 0.3s ease-out;
  transition: visibility 0.3s ease-out, opacity 0.7s ease-out, transform 0.3s ease-out;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FFF;
}
body {
  color: #b8a05f;
  text-align: center;
}

.lead {
  line-height: 1.8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 5%;
}

.lead a {
  color: #B8A05F;
}

.soc {
  line-height: 1.8em;
  margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.2em;
}

.icon {
  margin: 20px;
}

  .pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 280px;
  }


/* 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%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * 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: #000; /* IE8 proofing */
  color: #000;
  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: #000;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  margin-top: 280px;
  padding: 0 20px;
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 15%;
  padding-bottom: 15%;

}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.logo {
margin-bottom: 25%;
width: 100%;
max-width: 380px;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
/*  .site-wrapper-inner {
    vertical-align: middle;
  }*/
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
 /*   width: 700px;*/
    width: 40%;
  }

  .pic {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    opacity: 1;
  }

  .cover {
  margin-top: 0px;
  padding: 0 20px;
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 15%;
  padding-bottom: 15%;

}

}

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
  position: absolute; /*Any position but static should work*/
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto; height: auto;
  min-width: 100%; min-height: 100%;
  max-height: none; max-width: none;
}