#headTop2 {
    background: #e2a2bd !important;
}

header a:active, header a:focus, header a:hover {
    color: #bb3359;
}
.roundbutton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    font-weight: bold;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid #1D1D1D;
    border-radius: 10px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe !important;
}

html {
    scroll-padding-top: 12rem;
}

#contactBoxBottom {
    bottom:8px;
}

#contactBoxBottom.smallContactBoxBottom {
    bottom: -206px !important;
}

@media only screen and (min-width: 40em) {
    #mainNavigation ul.navbar li {
        text-transform: uppercase;
        font-size: 1.3rem;
    }
}

header #headTop2 .logo img {
  width: 425px;
  height:100px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
