
/*Google fonts*/
@import url('https://fonts.googleapis.com/css?family=Catamaran:200,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600|Oswald:200,300,400,500,600,700');
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-transform: uppercase;
}
section{
    padding: 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.img-team{
    width: 120px;
}
.card-outline-primary{
    border: solid 1px #512DA8;
}
.sticky-navigation{
    top: -100px;
}
.mt-5 {
    margin-top: 3rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
p{
    color: #fff !important;
    line-height: 25px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.lead {
    font-size: 20px;
    font-weight: 300;
}
.offset-md-3 {
    margin-left: 25%;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.d-block {
    display: block !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.h5, h5{
    font-size: 18px;
    line-height: 40px;
}
.bg-inverse {
    background-color: #717274 !important;
}
.bg-yellow{
    background-color: #E9D559 !important;
}
.bg-white{
    background-color: #ffffff !important;
}
.bg-red{
    background-color: #DB5749 !important;
}
.bg-blue{
    background-color: #0099CC !important;
}
.text-orange{
    color: #E9D559 !important;
}
.text-black{
    color: #000000 !important;
}
.text-white{
    color: #ffffff !important;
}
.text-muted
{
    color: #fff;
}