sup.superscript {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}

a.footerLink:link, a.footerLink:visited {
    color: #ffffff;
}

a.footerLink:hover, a.footerLink:active {
    color: #649ecb;
    text-decoration: underline;
}

.center {
    align-content: center;
    text-align: center;
}

.jumbotron {
    text-align: center;
    background: none;   
}

.sectionLight {
    background-color: #eceeef;
    padding: 2rem;
}

.sectionDark {
    background-color: #cccccc;
    padding: 2rem;
}

.sectionBlue {
    background-color: #649ecb;
    padding: 2rem;
}

.btn-blue {
    color: #eceeef;
    background-color: #649ecb;
    border-color: #649ecb;
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

.imgCenter {
    display: block;
    margin: auto;
}

.btnCenter {
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 74%;
}

.btnCenter2 {
    display: block;
    margin: auto;
}

div.servicesMore {
    padding-top: 2rem;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.footerImg {
    margin: auto;
}

div.footerLinks {
    color: #eceeef;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.footerNav {
    font-size: 0.8rem;
}

div.footerContactInfo {
    font-size: 0.8rem;
    color: #eceeef;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


div.footerContactBtn {
    margin: auto;
    text-align: center;
}
