h1 + p, h2 + p, h3 + p, h4 + p {
    margin-top: 10px;
}
p + h1, p + h2, p + h3, p + h4 {
    margin-top: 15px;
} 

h1, h2, h3, h4, h5, p a, a.button, button, input {
    color:#3E7675;
    background: none!important;
}
p a { 
     white-space: nowrap;
}
p a { 
    display: inline-block;
    box-shadow: inset 0px -2px 0px 0px #3E7675;
}
p {
    color:rgba(134,138,136,0.8);
    font-weight: 300;
}

a.button, button, input {
    line-height: 1.5!important;
    display: inline-block;
    border:2px solid #3E7675;
    padding: 5px 10px;
}
a.button + a.button { 
    margin-left: 15px;
}
a.button, input {
    font-size: 15px;
}
h1, h2, h3 {
    font-size:30px;
     font-weight: 300;
    text-align: center;
    margin-top: 10px!important;
}
h1 + h2 {
    font-size:18px;
}
h3 {
    font-size:18px;
}
p {
    text-align: justify;
    font-size:15px;
    text-spacing:0.3px;
}
.small-talk * {
    text-align: left;
}
.small-talk p {
    text-align: left;
    font-size:12px;
    text-spacing:0.3px;
}

.form-flex {
    display: flex;
    
}
.form-flex > *:not(:first-child) {
    margin-left: 15px;
    margin-right: 0px;
}

a.button, button {
    cursor: pointer;
}

p + p {
    margin-top: 7px;
}

