/*
 * Globals
 */

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

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


/*
 * Base structure
 */

html,
body {
  height: 100%;
    background: url(bio.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}

body {
  color: #fff;
  text-align: right;
  
}

/* 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%;
    margin-top: 10px;
 
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
 margin-left: auto;
    margin-right: auto;
}

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


/*
 * Header
 */
.masthead-brand {
  margin-top: 8px;

}

.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: FFF;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #FFF;
  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;
  }
}


/*
 * Cover
 */

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


/*
 * Footer
 */

.mastfoot {
  bottom: 0;
    color: #FFF;
    letter-spacing: 1px;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    top: 0;
  }
  .mastfoot {
    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: 750px;
  }
}

.cover-new {
    background-color: tomato;
    opacity: .9;
    margin-top: 25%;
    margin-bottom: 20%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 8px;
    text-align: right;
    
 
}

.cover-heading {
    font-size: 3rem;
    letter-spacing: 1px;
}

.paragraph-head1 {
    font-size: 2rem;
    letter-spacing: 1px;
}

.paragraph-head2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.page-link {
    font-size: 1.5rem;
    letter-spacing: 1px;
}
