body{
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
header{
    background-image: url('/img/banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
header h1, header .h1{
    color: #fff;
}
header h2, header .h2{
    color: #fff;
}
.header-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(5, 5, 10, 0.6), rgba(12, 12, 23, 0.5));
}
.img-1 img{
    max-width: 70px;
}
.text-1{
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
}
.text-2{
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
}
.text-3{
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    min-height: 108px;
}
.number-circle{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffd900;
    color: #000000;
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
}
.vertical-line{
    width: 2px;
    background: #f2f2f2;
    position: absolute;
    height: 100%;
    left: 50%;
}
.btn-lg{
    border-radius: 3rem;
    padding: .5rem 2rem;
}
.btn-warning,.btn-warning:hover,.btn-warning:focus{
    color: #000;
}
footer{
    background-color: #f2f2fa;
}
a, a:hover, a:focus, a:active{
    text-decoration: none;
    color: #000;
}

@media (min-width: 1170px) {
    header h1, header .h1{
        font-size: 100px;
    }
}
@media (max-width: 1169px) {
    header h1, header .h1{
        font-size: 3.5rem;
    }
    header h2, header .h2{
        font-size: 1.6rem;
    }
}