#landing {}

#landing .splash {
  width: 100%;
}

#landing .title {
  text-align: center;
  font-weight: normal;
  margin: 10px 0;
  font-size: 32px;
}

.subtitle {
  text-align: center;
  font-size: 20px;
}

#bullets_container {
        margin: auto;
        width: 800px;
}
      
#title_bullets {
  font-size: 20px;
}

#title_bullets ul {
  text-align: left;
  display: inline-block;
  list-style-type: none;
}

.headline {
  font-size: 18px;
}

.videoWrapper {
  text-align: center;
}

#landing-container {
  padding: 10px 50px;
  max-width: 1200px;
  margin: 0 auto;
}

#counties-img-wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

#landing #counties-img {
  width: 100%;
}

.center {
  text-align: center;
}

.big-title {}

.small-title {
  font-weight: normal;
}

#cities-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city-img-wrapper {
  width: 33.3%;
  padding: 10px 50px;
}

.city-img {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.city-img img {
  width: 100%;
}

.city-img p {
  font-size: 16px;
}

#local-view {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
  width: 100px;
  background: #fff;
  border: 1.5px solid #000;
  cursor: pointer;
}

#national-view {
  position: absolute;
  top: 50px;
  right: 20px;
  height: 30px;
  width: 100px;
  background: #fff;
  border: 1.5px solid #000;
  cursor: pointer;
}

#local-view:focus,
#national-view:focus {
  outline: none;
}

#progression {
  height: 207px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sidebyside {
    margin-left: 0px;
    overflow:auto;
    display:block;
}

#computer_team {
    float: right;
    margin-left: 10px;
    clear:both;
    height: 240px;
    width: 400px;
}