html {
  scroll-behavior: smooth;  
}

body {
  font-family: 'Merriweather', serif;
}

.jumbotron {
    background-image: url("images/golden-gate-bridge-2.jpg");
    background-size: cover;
    height: 1000px;
    font-weight: 800;
}

h3 {
    font-size: 25px;
}

.jumbotron ul li {
    font-weight: 200;
    font-size: 20px;
}

.jumbotron2 {
    background-image: url("images/hot-air-balloons-2.jpeg");
    background-size: cover;
    height: 900px;
    font-weight: 800;
}

.flex-gap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.insights {
    background-image: linear-gradient(to bottom, rgba(2, 0, 36, .50), rgba(9, 9, 121, 0.25)), url("images/california-street-cable-car.jpg");
    height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.insights-content {
    background: rgb(255,255,255);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
}

.about-us {
}

.account-access {
    height: 200px;
    color: white;
    background-image: url("images/stock-chart.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    background-color: #303030
}

.nav>li {
   float: left;
}