/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/05/2019, 15:09:23
    Author     : Designer Web Studio
*/

body{
    font-family: 'Poppins', sans-serif;
}

.navbar-light .navbar-nav .nav-link{
    color: #a00;
    font-weight: bold;
}

.font-small{
    font-size: small;
}

.font-icon-small{
    font-size: 16px;
    color: #FFF;
    transition: all .6s ease-in 0s;
}

.font-poppins{
    font-family: 'Poppins', sans-serif;
    font-size: calc(0.875rem - 0.05rem);
}

.font-motserrat{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: small;
}

.font-passion{
    font-family: 'Passion One', sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: 1.5;
}

.font-DM{
    font-family: 'DM Serif Display', serif;
    color: #181818;
}

.font-open-sans{
    font-family: 'Open Sans', sans-serif;
}