/*
    This file contains all the style rules that is available accross all pages
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

body{
    padding: 0;
    margin: 0;
 }

 *{
     font-family: 'Quicksand';
     font-style: normal;
 }

a, p , span, button{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
}

.small, small{
    font-family: 'Quicksand';
    font-weight: 100;
}


.quicksand-bolder{
    font-family: 'Quicksand' !important;
    font-weight: 700 !important;
}

.quicksand-bold{
    font-family: 'Quicksand' !important;
    font-weight: 500 !important;
}

.quicksand-light{
    font-family: 'Quicksand' !important;
    font-weight: 400 !important;
}

.quicksand-lighter{
    font-family: 'Quicksand' !important;
    font-weight: 200 !important;
}


.btm-padding{
    padding-bottom: 120px !important;
}

.text-gray, .text-black{
    color: #000000;
}