/*
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 : Jan 18, 2018, 3:16:43 PM
    Author     : vinay
*/

.p-0{
    padding: 0 !important;
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GOTHAM-LIGHT.TTF') format('truetype'),
        url('../fonts/Gotham-Light.otf') format("opentype");
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GOTHAM-MEDIUM.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype'),
        url('../fonts/Gotham-Bold.otf') format("opentype");
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'GothamItalic';
    src: url('../fonts/Gotham-LightItalic.otf') format("opentype");
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.ttf') format("truetype"),
        url('../fonts/Gotham-Book.otf') format("opentype");
    font-weight: lighter;
    font-style: italic;
}

.gothamLight {
    font-family: 'GothamLight';
}

.gothamMedium {
    font-family: 'GothamMedium';
}

.gothamBold {
    font-family: 'GothamBold';
}

.gothamItalic {
    font-family: 'GothamItalic';
}

.gothamBook {
    font-family: 'GothamBook';
}
.w-100{
    width: 100%;
}
