body {
padding: 0px;
margin: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
overflow-x: hidden;
}

a{
    text-decoration: none;
    color: whitesmoke;
}
.para {
color:white;
font-size: 1.2rem;
}
/*# sourceMappingURL=main.css.map */

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');



.container-fluid {
    overflow: hidden;
    margin-top: 50px;
    background: #262626;
    color: whitesmoke !important;
    margin-bottom: 0;
    padding-bottom: 0
}

small {
    font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
    color: white !important
}

.mt-55 {
    margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

h3 {
    font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important
}

.social {
    font-size: 21px !important
}

.rights {
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
}

