html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

.main-menu {
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px !important;
    background-image: linear-gradient(135deg, #f9f7ff 0%, #fff 50%, #f6f3ff 100%);
    z-index: 999999999999 !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%
}

    .main-menu .navbar-brand {
        font-size: 15px;
        margin-right: 40px;
        letter-spacing: 1.5px !important;
        font-weight: bold;
    }

    .main-menu .nav-link {
        margin-right: 20px;
        letter-spacing: 2px;
    }

.header {
    background-image: linear-gradient(135deg, #f9f7ff 0%, #fff 50%, #f6f3ff 100%) !important;
    padding-top: 100px;
    padding-bottom: 25px;
}


    .header .header-title {
        font-family: Barlow, sans-serif !important;
        font-weight: 100 !important;
        font-style: normal;
        color: #323d47 !important;
        letter-spacing: 0.5px;
    }

    .header .header-title-text {
        letter-spacing: 2px;
    }

    .header .header-subcontent {
        font-size: 24px;
        width: 250px;
    }

        .header .header-subcontent div {
            border: solid 1px #dcdcdc;
            margin: 10px;
            padding: 15px;
        }

            .header .header-subcontent div i {
                color: #50a1ff;
                margin-right: 20px;
            }

.btn-round {
    background-color: #865cda !important;
    border-color: #865cda !important;
    color: #FFF !important;
}

.footer {
    font-size: 0.9375rem;
    border-top: 1px solid rgba(241,242,243,0.5);
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px;
    height:70px;
    background-color: #fcfdfe;
}


/* index page */

.header-index {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index-content {
    margin-top: 20px;
}

    .index-content a {
        text-decoration: none;
    }

    .index-content .desc {
        margin-bottom: 40px;
    }

    .index-content .index-components {
        height: 350px;
        width: 350px;
        padding: 0px 25px 0px 25px;
        margin-top: 20px;
        color: #000 !important;
    }

        .index-content .index-components:hover {
            height: 350px;
            width: 350px;
            padding: 0px 23px 0px 23px;
            margin-top: 20px;
            border: solid 2px #dcdcdc !important;
        }

        .index-content .index-components h5 {
            font-family: Barlow,sans-serif !important;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .index-content .index-components P {
            font-family: "Open Sans",sans-serif !important;
            letter-spacing: 1px;
            color: #757575;
        }

        .index-content .index-components i {
            font-size: 48px;
            color: #50a1ff;
        }

/* page */

.section-title {
    font-family: Barlow,sans-serif !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.section-content {
    font-family: "Open Sans",sans-serif !important;
    letter-spacing: 1px;
    color: #757575;
}

/* Feature page */

.features-content {
    height: 100%;
}

    .features-content .sidebar {
        border-right: solid 1px #dcdcdc;
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
    }

        .features-content .sidebar li {
            font-family: "Open sans", sans-serif;
            font-size: 18px;
            border-bottom: solid 1px #dcdcdc;
        }

            .features-content .sidebar li a {
                color: #757575;
                text-indent: 10px;
            }

    .features-content .feature-title {
        color: #323d47;
        font-family: Barlow,sans-serif;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .features-content .feature-subtitle {
        color: #50a1ff;
        font-family: Barlow,sans-serif;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .features-content .feature-content {
        font-family: "Open Sans",sans-serif;
        font-size: 15px;
        color: #757575;
    }

    .features-content .seperator {
        margin: 80px 0px;
    }


/* Contact us*/

.error {
    color: #f11e1e;
    margin: 3px;
}

@media(min-width: 769px) {

    main {
        margin-left: 48px;
        margin-top: 8px;
    }

    /* Products page */

    .designer-desc-header {
        border-radius: 5px;
        height: 170px;
        width: 150px;
        background-color: #107bf7;
        color: #FFF;
    }

    .designer-desc-content {
        margin-top: 10px;
        border-radius: 5px;
        height: 150px;
        width: 200px;
        color: #000;
        background-color: #e0eeff;
        padding-right: 20px;
        font-size: 12px;
    }

    .designer-desc-header2 {
        border-radius: 5px;
        height: 150px;
        width: 150px;
        background-color: #e0eeff;
        color: #666;
    }


    .designer-desc-content2 {
        border-radius: 5px;
        min-height: 150px;
        width: 600px;
        color: #000;
        padding: 20px 25px 20px 40px;
        font-size: 14px;
        border: solid 1px #999;
        margin-left: -20px;
        margin-top: 20px;
        z-index: -1;
        padding-top: 20px;
        padding-left: 50px;
        color: #757575;
    }

    .designer {
    }
}

@media(max-width: 768px) {

    main {
        margin-left: 8px;
        margin-top: 8px;
    }

    aside {
        display: none;
    }

    /* Products page */

    .designer-desc-header {
        border-radius: 5px;
        height: 170px;
        width: 150px;
        background-color: #107bf7;
        color: #FFF;
    }

    .designer-desc-content {
        margin-top: 10px;
        border-radius: 5px;
        width: 200px;
        color: #000;
        background-color: #e0eeff;
        padding-right: 20px;
        font-size: 12px;
    }

    .designer-desc-header2 {
        border-radius: 5px;
        height: 170px;
        width: 150px;
        background-color: #e0eeff;
        color: #666;
    }


    .designer-desc-content2 {
        border-radius: 5px;
        color: #000;
        padding: 20px 25px 20px 40px;
        font-size: 14px;
        border: solid 1px #999;
        margin-left: -130px;
        margin-top: 160px;
        z-index: -1;
        padding-top: 20px;
        padding-left: 50px;
        color: #757575;
        width: 100%;
    }

    .designer {
        margin-top: 25px;
        width: 350px;
    }
}
