/* 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);
}
/* Header */
.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;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
/* Cover Page */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
#discover-more{
  font-family:Cinzel-Regular;
}
main h1{
  font-family:Cinzel-Regular;
  color:#00FFDD;
}
main p{
  font-family:Cinzel-Regular;
}
@media (max-width:1200px) and (orientation:landscape){
  #discover-more{
    display:none;
  }
}
@media (max-width:800px){
  #discover-more{
    display:none;
  }
}
/* Footer */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
footer a:link{
  color:#00FFDD;
}
footer a:visited{
  color:#00FFDD;
}
footer a:hover{
  color:#FFF;
}
.footer-left{
  float:left;
}
.footer-right{
  float:right;
}
@media (max-width:1200px){
  .footer-left{
    float:none;
  }
  .footer-right{
    float:none;
  }
}
p#social-icons{
  list-style:none;
}
p#social-icons img{
  height:30px;
  width:30px;
}
.icon:hover{
  opacity:.6;
}
.copyright {
  font-family:Cinzel-Regular;
}
