/* Core CSS  */
html,
body {
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  background:url(/images/night_sky.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}
/* Navigation */
.masthead {
  margin-bottom: 2rem;
}
.masthead-brand {
  margin-bottom: 0;
}
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-size:1.3em;
  font-weight: 700;
  font-family:Cinzel-Regular;
  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 + .nav-link {
  margin-left: 1rem;
}
.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
/* Page CSS */
main h1{
  font-family:Cinzel-Regular;
  color:#00FFDD;
}
main h2{
  font-family:Cinzel-Regular;
  color:#00FFDD;
}
main h4{
  font-family:Cinzel-Regular;
  color:#00FFDD;
}
main h5{
  font-family:Cinzel-Regular;
  color:#00FFDD;
  text-decoration:underline;
}
.cover {
   padding: 0 1.5rem;
 }
 .cover .btn-lg {
   padding: .75rem 1.25rem;
   font-weight: 700;
 }
 a.link{
   color:#00FFDD;
 }
 a.link:visited{
   color:#00FFDD;
 }
 a.link:hover{
   color:#FFF;
 }
/* Footer */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
footer a:link{
  color:#00FFDD;
}
footer a:visited{
  color:#00FFDD;
}
footer a:hover{
  color:#FFF;
}
p#social-icons{
  list-style:none;
}
p#social-icons img{
  height:30px;
  width:30px;
}
.icon:hover{
  opacity:.6;
}
.copyright {
  font-family:Cinzel-Regular;
}
/* Featurette CSS */
.featurette-divider {
  margin: 3rem 0;
  border-top:3px double #FFF;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.05rem;
}
.featurette-image{
  border-radius:5px;
  opacity:.8;
}
.featurette-image-border {
  border:2px solid #FFF;
}
/* Contact Form */
.contact-formCSS{
  width:50%;
  margin:0 auto;
}
@media (max-width:1200px){
  .contact-formCSS{
    width:75%;
  }
}
@media (max-width:800px){
  .contact-formCSS{
    width:95%;
  }
}
.contact-btn{
  background-color:#00FFDD;
  color:#000;
  border-color:#FFF;
  font-family:Cinzel-Regular;
  font-weight:bold;
  width:40%;
  letter-spacing:.2em;
  margin:0 auto;
}
@media (max-width:800px){
  .contact-btn{
    width:90%;
  }
}
.contact-btn:hover{
  background-color:#333;
  border-color:#00FFDD;
  color:#FFF;
}
.text-xs-center {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}
