/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: black;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  background: transparent;
  color:black;
}

.cover-container {
  color:black;
  background-color: lightgrey;
  height: 100%;
  max-width: 50em;
  margin-top:20px;
  border:5px solid black;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}


/*
 * Header
 */

 .nav-link{
  color:#ff6000;
  text-decoration: underline;
 }

.nav-masthead {
  padding: .25rem 0;
  font-weight: 700;
  color: black;
}

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

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

 .active {
  color: #000;
  border-bottom-color: #fff;
}


@keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0.5; }
  to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
  from { opacity: 1.0; }
  50% { opacity: 0.5; }
  to { opacity: 1.0; }
}

.blink {
animation:fade 2000ms infinite;
-webkit-animation:fade 2000ms infinite;
}

a {
  color:#ff6000;
  text-decoration: underline;
}

.lead {
  margin-left: 10px;
  margin-right: 10px;;
}

.description{
  margin-top: 20px;
  margin-bottom: 50px;
  padding:40px;
  font-size:22px;
}

.menu-description{
  text-align: left;
  font-size:18px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 10px;
}

.blog-text{
  text-align: left;
  font-size:18px;
  padding-left:10px;
  padding-right:10px;
}

h2{
  font-size: 3vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

p{
  font-size:14px;
}


#ticker {
  margin-bottom: 5px;
  font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
  line-height: 1.8em;
}

#ticker-box {
  background-color: #ff6000;
  color: #FFF;
  height:30px;
  width: 100%;
}