@import url('http://fonts.cdnfonts.com/css/konnect');
@import url('style.css');
@import url('../fonts/css/all.css');
@import url('animate.css');
@import url('locomotive-scroll.css');

body{
    font-family: 'Konnect', sans-serif;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

img, svg{
    width: 100%;
    height: auto;
    display: block;
}

* {
    box-sizing: border-box;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.no-wrap{
    flex-wrap: nowrap;
}

.align-center{
    justify-content: center;
}

.container{
    width: 85%;
    margin: 0 auto; 
}

.center-text{
    text-align: center;
}

.left-text{
    text-align: left;
}

.right-text{
    text-align: right !important;
}

.justify-center{
    justify-content: center;
}