html,
body {
    font-size: 15px;
}

.row {
    width: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

#scrollTop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #CCC;
    color: #FFF;
    border-radius: 100%;
    padding: 10px 13px;
    box-shadow: 0px 0px 10px #999;
}

.logo {
    max-width: 300px;
    width: 100%;
}

#div1 .container,
#div2 .container,
#div3 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#div2 {
    background-color: #121212;
    color: #ffffff;
}

#div3 {
    color: #999;
}

#div2 .container,
#div3 .container,
#div4 .container {
    padding: 65px 0;
}

#div2 .container .col-md-5,
#div3 .container .col-md-5 {
    padding: 30px;
}

#div2 .container .col-md-5 h1,
#div3 .container .col-md-5 h1 {
    margin-bottom: 30px;
}

#div4 {
    background: #0e76bc;
    color: #fff;
}

.menu a {
    padding: 15px;
    display: inline-block;
    font-size: 13px;
    color: #FFF;
    letter-spacing: 2px;
}

.slider {
    background: #0e76bc;
    min-height: 300px;
    padding: 5% 0px 3%;
}

.slider h3 {
    font-size: 50px;
    font-family: 'Nothing You Could Do', cursive;
    background: #0e76bc;
    margin: 15px 30px 40px;
    color: #FFF;
    font-weight: bold;
}

.slider h4 {
    background: #222;
    float: left;
    display: block;
    padding: 12px 18px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    left: 40px;
}

.font-style1 {
    font-family: 'Nothing You Could Do', cursive;
}

.style-30deg {
    -webkit-transform: rotate(-5deg);
}

a {
    cursor: pointer;
}

.navbar-sticky-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.social_medias {
    display: flex;
}

.social_medias.a {
    height: 50px;
    width: 200px;
}

.text-light {
    color: #f5f5f5 !important
}

#bg-facebook {
    background-color: #0d6efd !important
}

#bg-twitter {
    background-color: #0dcaf0 !important;
}

#bg-instagram {
    background: #833ab4 !important;
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4) !important;
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4) !important
}

#bg-pinterest {
    background-color: #e60023 !important
}

#bg-google {
    background-color: #db4a39 !important
}

#bg-youtube {
    background-color: red !important
}

.icon-social {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    margin: 5px;
    display: flex;
    text-align: center !important;
    justify-content: center !important;
    font-size: 13px;
    align-items: center;

}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366cc;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.my-float {
    margin-top: 16px
}

@media screen and (min-width: 700px) {
    .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}