@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Bold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Book.otf");
    font-weight: 400;
}

body {
    font-family: 'Gotham','Roboto', sans-serif !important;
    overflow-x: hidden;
    /*position: relative;*/
    /*min-height: 100%;*/
}


/*html {*/
/*    height: 100%;*/
/*}*/

.custom-footer {
    background: lawngreen;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
}