html {
  scroll-behavior: smooth;
}

::selection{
  background-color: #ffa19a;
}

body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, sans-serif;
    border: border-box;
    background-image: url(../res/roverBG.png);
    background-size: cover;
}

.phone-banner{
  display: none;
}

#home, #rovers{
  scroll-behavior: smooth !important;
}

.landingBG{
    width: 100%;
    height: 100vh;
    background-image: url(../res/landingBG.png);
    background-size: cover;
}

.shadow{
    width: 100%;
    height: 100vh;
    background: black;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    top: 70px;
    margin-bottom: 0;
}

.headline{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 140px;
    left: 33vw;
    text-align: center;
    color: white;
    z-index: 2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.head1{
    font-size: 5rem;
}

.head2{
    font-size: 1.5rem;
}

.black{
  color: black;
}

.line1{
  padding: 0.5rem;
}


.yellow{
  color: goldenrod;
}

@media only screen and (max-width: 600px){
  .phone-banner{
    display: flex;
    justify-content: center;
  }
  .shadow{
    top: 90px;
  }
}
