#commentsBox{
display: none; 
}

.footer {  
  background: #F53D00;
  color: #FFF;
}
.footer__content{
 min-height: 22px;
 padding-bottom: 0px;
}
.footer [class^="col-"]{
 margin-bottom: 5px;
}
  footer {
    font-size: 0.75em;
}

body {
    background-color: #9acfdf;
    color: #444444;
}

.btn-send {
    font-size: 1.1244625rem;
    border-radius: 70px;
}

.navbar-default {
    background: #f53d00;
    border-color: transparent;
    color: #FFFFFF;
}

.orange{
color: #F53D00;
font-weight: 900;
font-size: 42px;
}

.section-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 70%;
    background: #FFD83B;
    margin: 0 auto;
    margin-top: 10px;
}