body{
    background : #f5f6fa;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
  }

  .wrap { 
    padding: 20px; 
    text-align: center; 
    box-shadow: 0 4px 25px -4px #9da5ab; 
    border: 1px solid #dfe1e5;
    border-radius: 8px;
    padding: 0 0 10px 0;
    
}
article { 
    line-height: 150%; 
    padding: 25px 0; 
    text-align: left; 
}

nav .item {
    text-decoration: none;
}
nav .active {
    border-bottom: 3px solid;   
}

.menu {
    display: flex;
    justify-content: space-evenly;
}

p {
    text-align:left;
    margin: 20px 0 ;
}

h1{
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 120%; 
    margin: 20px 0 ;
} 

h2{
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    line-height: 120%;
    margin: 20px 0 ;
} 

.footer-container{
    text-align:center;
    font-size: 11px;
}


@media only screen and (min-width: 768px) {
    article { 
        padding: 10px; 
    }
    .wrap { 
        max-width: 750px; 
        margin: 50px auto;
        padding: 20px 40px;
    }
}

.google-map {
    padding-bottom: 30%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.stripe-button {
    text-align: center;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}