@import url(font-awesome.min.css);
@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway/Raleway-VariableFont_wght.ttf);
}

* {
    margin: 0;
}

body {
    font-family: "Raleway", Helvetica, sans-serif;
    color: #444;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica;
}

a {
    text-decoration: none;
    color: #fff;
}

.header h1 {
    float: left;
}

.nav {
    text-align: right;
}

.nav ul li {
    display: inline;
    padding: 0 15px;
}

.nav ul li a {
    color: rgba(255, 255, 255, 0.5);
    transition: color .2s ease-in-out;
}

.nav ul li a:hover {
    color: #ffffff;
}

.top-menu {
    padding: 40px;
}

.header {
    background-image: url(../img/dark_tint.png), url(../img/bokeh_car_lights_bg.jpg);
    background-position: center center;
    background-size: cover;
}

.btn {
    padding: 10px 20px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-family: "Raleway";
}

.btn-gray {
    background-color: #fff;
    color: #444!important;
}

.btn-blue {
    background-color: #3cadd4;
    color: #fff!important;
}

.btn-dark {
    background-color: #383b43;
    color: #ffffff !important;
}

.btn-big {
    font-size: 20px!important;
    padding: 17px 35px;
}

.banner-content {
    text-align: center;
    color: #ffffff;
    padding: 130px 0;
}

.banner-content h2 {
    font-size: 60px;
    line-height: 130px;
}

.banner-content p {
    font-size: 22px;
    margin-bottom: 50px;
}


/* -------------------- */

.services {
    background-color: #F5F5F5;
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
    border-top: 1px solid rgba(144, 144, 144, 0.25);
    padding: 100px 0;
    text-align: center;
}

.services-header {
    margin-bottom: 50px;
}

.services-header h2 {
    font-size: 42px;
    color: #474747;
    margin-bottom: 12px;
}

.services-header p {
    font-size: 22px;
    color: #858585;
}

.icon::before{
    font-family: FontAwesome;
    font-style: normal;
}

.color-blue{
    background-color: #3cadd4;
    color: white;
}

.color-green{
    background-color: #add43c;
    color: white;
}

.color-red{
    background-color: #d43c61;
    color: white;
}

.big{
    font-size: 40px;
    padding: 35px 50px;
}

.rounded{
    border-radius: 100%;
}

.services-content>*{
    float: left;
}

.box{
    background-color: white;
    border: 1px solid rgba(144, 144, 144, 0.25);
    border-radius: 4px;
    padding: 70px 30px;
    width: calc(calc(100% / 3) - 2px - 20px - 60px);
    margin: 0 10px;
}

.services-content::after, .services-content::before{
    content: '';
    display: block;
    clear: both;
}

.box h4{
    color: #858585;
    font-size: 20px;
    margin: 60px 0 30px 0;
}

.box p{
    line-height: 25px;
}

.services-content{
    margin: 0 auto;
    /* margin-left: auto;
    margin-right: auto; */
    width: 70%;
}



/* .container{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
} */

/* ---------------------------------- */

.about{
    text-align: center;
    padding: 100px 15px;
}

/* .about hr{
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    width: 90%;
} */

.about-header h2{
    font-size: 42px;
    color: #474747;
    margin-bottom: 12px;
}

.about-header p{
    font-size: 22px;
    color: #858585;
}

.about-header p{
    margin-bottom: 60px;
}

.user{
    display: inline-block;
    width: calc(calc(100%/4) - 4px);
    line-height: 25px;
}

.user h4{
    margin-top: 15px;
}

/* .user i{
    float: left;
    padding: 10px;
} */

.user img{
    float: left;
    border-radius: 100%;
    margin-right: 12px;
}

.about-content{
    text-align: left;
    border-top: 1px solid rgba(144, 144, 144, 0.25);
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
    padding: 65px 0;
    margin: 0px 15px;
}

.about-footer{
    line-height: 25px;
    padding: 80px 160px;
}

.about-footer p{
    margin-bottom: 40px;
    font-size: 15px;
    /* font-weight: 300; */
}

#about-button{
    margin: 0px auto;
    width: 300px;
    font-size: 1.35em;

    font-weight: 400;
    height: 2.85em;
}


@media only screen and (max-width: 835px){
    .box{
        width: 100%;
        padding: 60px 0px;
        margin: 10px 0;
    }
    .user img{
        margin-bottom: 12px;
    }
    .user{
        width: calc(calc(100%/2) - 4px);
    }
    .about-footer{
        padding: 80px 45px;
    }
}

@media only screen and (max-width:400px){
    #about-button{
        width: 100%;
    }
}