/*
 * Globals
 */

/* Links */
a{
  color: black;
    font-size: 1.5rem;
}
a:focus,
a:hover{
  color: white;
  opacity: 0.5;
  text-decoration: none;
}

a:focus.yellow,
a:hover.yellow {
  color: #ffff00;
}

a:focus.pink,
a:hover.pink {
  color: #ff00ff;
}

a:focus.blue,
a:hover.blue {
  color: #00ffff;
}

table{
  margin: auto;
  margin-bottom: 50px;
}

td{
    border: 1px solid #3a3a3a;
}

span{
  background-color: #930603;
}

.hidden{
  display: none;
}

.screen{
  margin: 50px;
  margin-top: 150px;
}

.btn{
  margin-bottom: 50px;
}



/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #c9d5c7;
}

body {
  color: #000;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
}

/* 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%;
  box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.index{
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  background-color: transparent;
  border-bottom: .25rem solid;
}

img.logo{
  display:block;
  position:absolute;
  top:20px;
  left:28px;
}

/* Padding for spacing */
.inner {
  padding: 1rem;
}

/*
 * Header
 */

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}

.nav-masthead .nav-link {
  margin-left: 1rem;
}

/*.active {
  border-bottom: .25rem solid #930603;
}*/

.screen h3{
    margin-bottom: 50px;
}

/*
 * Cover
 */

.headline{
    color: #930603;
}

.cover {
    padding: 0 1.5rem;
}

/*.content{
    border: 1px solid;
}*/

.col-md-4{
  padding: 15px;
}

.thumbnail img{
  border: solid 1px #ffff00;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ff00ff;
}

/*
 * Footer
 */

.mastfoot {
  color: rgba(255,255,255,.2);
}

.fa{
  margin: 0.5em;
}

#person h3{
    margin-bottom: 85px;
}

#donation h3{
    margin-bottom: 81px;
}




/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* 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: 62em) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 50rem;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg{
    display: inline-flex;;
  }
}

@media (max-width: 1024px) {
  img.logo{
    display: none;
  }
  .hidden{
    display: block;
  }
}
