html,
body {
    height: 100%;

    /* To prevent margin collapse in Chrome browser */
    /* overflow: hidden;   */
    overflow-x: hidden;
    /* overflow-y: scroll; */
}


body {
    width: 100%;
    margin: 0;
    
    /* font-family: 'Quite Magical'; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Quicksand', sans-serif; */
}

* {
    box-sizing: border-box;
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

/* To hide unvisited link */
a:link {
    text-decoration:none;
}

a:hover {
    color: inherit;
}

a:focus {
    outline: none;
}


.spacer {
    flex: auto;
}

/* div {
    position: relative;
} */

/* ul {
    list-style: none;
} */

.highlighter, .orange {
    color: #ff6606;
}

.nav-menu-link {
    color: inherit;
    text-decoration: none;
}

.nav-menu-link:hover {
    color: inherit;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .copyright-content-left{
        text-align: center;
    }
}