.plans_container {
    text-align: center;
}

.jumbotron .plans_container {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .jumbotron .plans_container {
        text-align: center !important;
    }
}

.plans_container form {
    display: inline;
}

.vertical-section {
    text-align: center;
}

.vertical-section h2 {
    font-weight: bold;
    font-size: 42px;
}

.vertical-section p {
    color: #7E8282;
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    font-weight: 400;
}

.map-container {
    text-align: left;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}

.map-img {
  height: 200px;
  width: 310px;
  object-fit: cover;
}

.map-container:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 30px 0 rgba(0, 0, 0, 0.19);
}

.preview-button {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 150px;
    left: 0;
}

h3 {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 28px;
    color: #7E8282;
}

h4 {
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 20px;
    color: #7E8282;
}

p {
    color: #A2A5A5;
}

.hike-section {
    width: 100%;
}

.wide-section {
    padding: 80px;
    height: 100%;
}

@media screen and (max-width: 520px) {
    .wide-section {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.wide-section h2 {
    color: #F5F6F6;
    font-weight: normal;
}

.wide-section p {
    color: #C8CBCB;
}

.hk-nearbyhike a {
    color: #616565;
}

.hikes-content {
    max-width: 1170px;
    margin: 0px auto;
}

.map-description {
    height: 65px;
}

.appstore-buttons-section {
    background-color: #F5F6F6;
    margin-bottom: 0;
}

.appstore-buttons-section h2 {
    color: #343A3A;
}

.appstore-buttons-section p {
    color: #7E8282;
}

.footer-premium-section {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-premium-section p, .footer-premium-section h2 {
    max-width: 500px;
    margin: 0 auto;
}

.footer-premium-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.footer-premium-section p {
    font-size: 16px;
    margin-bottom: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #F5F6F6;
    position: absolute;
    bottom: -100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.brmb-section {
    margin-top: 60px;
    margin-bottom: 80px;
}

.section-header {
    margin-top: 20px;
}

.section-header-subtext {
    margin-bottom: 48px !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.secondImage-appear {
    opacity: 0.01;
}

.secondImage-appear.secondImage-appear-active {
    opacity: 1;
    transition: opacity .75s ease-in;
}

.thirdImage-appear {
    opacity: 0.01;
}

.thirdImage-appear.thirdImage-appear-active {
    opacity: 1;
    transition: opacity 1.5s ease-in;
}

.states-container {
    max-width: 60%;
    margin: 30px auto;
    text-align: center;
}

.states-container h4 {
    display: inline;
}

@media screen and (max-width: 520px) {
    .states-container {
        max-width: 100%;
        margin: 15px auto;
    }
}

.hero-stripe {
    background-color: #34573C;
    padding: 20px;
    color: white;
    font-size: 18px;
    margin-top: -30px;
    margin-bottom: 30px;
}
