@font-face {
    font-family: "Sansation";
    src: url('../font/SANSATION_REGULAR.TTF');
}
@font-face {
    font-family: "Sansation";
    font-weight: lighter;
    src: url('../font/SANSATION_LIGHT_0.TTF');
}
@font-face {
    font-family: "Sansation";
    font-style: italic;
    src: url('../font/SANSATION_ITALIC.TTF');
}
@font-face {
    font-family: "Sansation";
    font-style: italic;
    font-weight: lighter;
    src: url('../font/SANSATION_LIGHT_ITALIC.TTF');
}
@font-face {
    font-family: "Sansation";
    font-weight: bold;
    src: url('../font/SANSATION_BOLD_0.TTF');
}
@font-face {
    font-family: "Sansation";
    font-weight: bold;
    font-style: italic;
    src: url('../font/SANSATION_BOLD_ITALIC.TTF');
}
@font-face {
    font-family: "Daniel";
    src: url('../font/DANIEL.TTF');
}

.mainWrapper{
    background: #2B102F;
}
.mainContent{
    font-family: "Sansation";
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.header{
    height:250px;
}

.headerLogo{
    height: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hook{
    font-family: Daniel;
}

.leafletdl{
    margin-top: 50px;
}

.leaflet-link{
    margin-right: 10px;
    text-decoration: none;
}

.footer{
    margin-top: 50px;
    text-align: center;
    font-family: "Sansation";
    color: #ffffff;

}