body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.main{
    background: url('../images/pagebg.jpg') no-repeat top center;
    background-size: cover;
}
.text-orange{
    color:#f47321;
}
.text-red{
    color:#ff3131;
}
.text-blue{
    color: #5658C4;
}
.bg-orange{
    background: #f47321;
}
.bg-red{
    background: #ff3131;
}
a.icon-button{
    text-decoration: none;
}
a.icon-button img{
    margin-bottom: 15px;
}
@media screen and (max-width:767px) {
    a.icon-button img{
        width:32px;
    }
    a.icon-button{
        font-size: 0.75rem;
    }
}
a.icon-button img{
    width:32px;
}