html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 11px;
    background: white;
}
.intro {
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
    top: 0;
    background-size: cover;
}
.intro .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%
    max-width: none;
}
.carousel-inner{
  width:100%;
  height:100%;
  margin: 5% 0% 0% 0%;
}
/* .carousel-control-next,
.carousel-control-prev {
  filter: invert(0%);
} */
/* .carousel-control.prev {
  margin-left: 0px;
  width: auto;
  height: auto;
  background: none;
}
.carousel-control.next {
  margin-right: 0px; 
  width: 10%;
  height: 10%;   
  background: none;
} */
.content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.btn {
    border-radius: 0px;
    font-family: 'Tw Cen MT', sans-serif;
    color: #404040;
    font-size: 300%;
    font-weight: bold;
    margin: 3.5% 10% 3.5% 10%;
    text-decoration: none;
    max-width: 20%;
}
.btn:hover {
    color: #bfbfbf;
    filter: invert(85%);
}
hr {
    display: block;
    height: 1px;
    border: 0;
    /*border-top: 1px solid #ccc;*/
    border-top: 1px solid #AEAEAE;
    margin: 0 25%;
    padding: 0;
}
.content h1 {
    font-family: 'Georgia', serif;
    color: #ffffff;
    text-shadow:
    -1.33px -1.33px 0px #007faa,
    1.33px -1.33px 0px #007faa,
    -1.33px 1.33px 0px #007faa,
    1.33px 1.33px 0px #007faa; 
    font-size: 800%;
    font-weight: bold;
    line-height: 115%;
    padding: 40px 80px;
} 
p {
    font-size: 200%;
    font-family: 'Georgia', serif;
    color: #007faa;
    font-style: italic;
    text-align: justify;
    line-height: 125%;
    padding: 20px 40px; 
}