.jumbotron {
    margin-bottom:0;
    padding-top: 5px;
    padding-bottom: 10px;
}
.jumbotron-special {
    background-repeat: no-repeat;
    background-size: cover;
    height: 275px;
    margin-bottom:0;
  }

.test {
    font-size: 72px;
    line-height: 150px;
    width:150px;
    height:150px;
    background: black;
    padding: 3px;
    border-radius: 100%;
    color: white;
    text-align:center;
    margin: 0 auto;
}
.jumbotron img {
    height:135px;
    width:auto;
    padding-top: 23px;
}
.btn-warning {
    background-color: #ed7d31;
    border-color: #ed7d31;
    color: #fff!important;
}
.btn-warning:hover {
    background-color: #f49251;
    border-color: #f49251;
}
.btn-xlarge {
    padding: 10px 10px;
    font-size: 20px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.icon {
  text-align: center;
}

.icon i {
  font-size: 150px
}

.content {
  padding-top:30px;
  padding-bottom:30px;
}

.col-centered{
float: none;
margin: 0 auto;
}

.footer {
  background-color: #fafafa!important
}

.contact {
    display:inline-block;
}

.icontact {
  padding-right:10px;
}

.contact2 {
  padding-left:40px;
}

.btn-outline-secondary {
  color: #212529;
}
