/* body {
    background-color: orange !important;
    background-image: url('x.gif');
    background-size: 100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
} */


/* .container-fluid {
    padding: 7% 15%;
} */


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

body {
    font-family: 'Montserrat' !important;
    text-align: center;
    /* background-color: black !important; */
}

.container-fluid {
    padding: 7% 15%;
}


/* Sections */

.white-section {
    background-color: #fff;
    color: black;
    text-align: center;
}

.colored-section {
    background-color: black;
    color: #fff;
    text-align: center;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: "Ubuntu";
    font-weight: 700;
    color: #8f8f8f;
}


/* Headings */

.big-heading {
    font-size: 3.5rem;
    line-height: 1.5;
}

.section-heading {
    line-height: 1.5 rem;
    font-size: 3 rem;
}


/* Navigation Bar */

.navbar {
    padding: 0 0 4.5rem !important;
}

.navbar-brand {
    font-family: "Ubuntu";
    font-size: 2.5rem !important;
    font-weight: bold;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-size: 1.5rem;
    font-family: "Montserrat-light";
}


/* Download-button */

.download-button {
    margin: 5% 3% 5% 0%;
}


/* Title-section */

#title .container-fluid {
    padding: 3% 15% 7%;
}

#title {
    text-align: left;
}


/* =============================================== */


/* Download-button */

.download-button {
    margin: 5% 3% 5% 0%;
}


/* Title-section */

#title .container-fluid {
    padding: 3% 15% 7%;
}

#title {
    text-align: left;
}


/* Title-Image */

.title-img {
    width: 17.25rem;
    /* transform: rotate(25deg); */
    position: absolute;
    right: 22%;
}


/* Feature-section */

.feature-title {
    font-size: 1.26rem;
}

#features {
    position: relative;
    z-index: 1;
}

.feature-box {
    padding: 5%;
}


/* icon */

.icon {
    color: black;
    margin-bottom: 1rem;
}

.icon:hover {
    color: grey;
}

#cta {
    font-family: "Montserrat";
}

#mb-4 {
    align-items: center;
}

.roger {
    margin-left: 180px !important;
}

.bot {
    margin-top: 20px;
    margin-left: 100px;
}

@media (max-width:1000px) {
    .title-img {
        position: static;
        transform: rotate(0);
    }
    body {
        text-align: center;
    }
    #title {
        text-align: center;
    }
    .roger {
        margin-left: 0px !important;
    }
}