/**
 * State Page - Custom CSS overrides
 */


.city-content p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 46px;
	font-size: 25px;
}
.wp-block-list {
  margin-left: 20px;
}
.city-content ul li {
  list-style: disc;
  margin: 10px;
  font-size: 25px;
}
.city-content h3 {
	line-height: 39.6px;
	font-weight: 400;
	font-size: 33px;
}
.city-content h2 {
	line-height: 80px;
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.city-content a {
  font-weight: 600;
}
.city-content p strong, .city-content p b {
  font-weight: 600;
}

.city-content table {
    background: #f6f6f6;
    border: 1px solid #bbb;
    padding: 20px;
    margin-bottom: 20px;
}

table tr td {
    padding: 10px;
    text-align: left;
}
.city-content table b, .city-content table strong {
    font-weight: 600;
}