/* STYLING FOR THE TAKEOFF PAGE */

body {
    background-color: black;
    height: 100vh;
    color: white;
  }

nav {
    background-color: rgba(255,127,80,0.8) !important;
}

.title-bar {
    background-color: rgba(255,127,80,0.8) !important;
}

a {
    color: white !important;
}

.card {
    margin: 5em;
    box-shadow: 0 10px 20px 0 gray;
}

#bg {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(../images/astronaut.jpg) no-repeat center center fixed !important; 
    opacity: 0;
    -webkit-background-size: cover !important;
    -moz-backgr5ound-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; 
  }

  .button:hover, .button:focus {
    color: rgba(255,127,80,0.8);
   }
