
.headline {
    display: flex;
    align-items: center; 
    margin-top: 89px;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    height: 100px;
    font-family: 'Quicksand', sans-serif;
    background-color: #003d66;   
    color: #f7f7f7; 
}

.headline h1 {
    font-size: 30px;
    
}

#homepageJumbotron {
    margin-top: 0; 
}

@media only screen and (max-width: 540px) {
    .headline {
        height: 80px;
        text-align: center;
    }
  }

  @media only screen and (max-width: 796px) {  
    .headline h1 {
        font-size: 24px;
    }
  }