﻿/*
CUSTOM FONTS ---------------------------------------------------------- */

@font-face {
    font-family: HelveticaNeue;
    font-weight: 700;
    src: url(./fonts/350627_0_0.eot);
    src: url(./fonts/350627_0_0.eot?#iefix) format("embedded-opentype"),url(./fonts/350627_0_0.woff2) format("woff2"),url(./fonts/350627_0_0.woff) format("woff"),url(./fonts/350627_0_0.ttf) format("truetype");
    font-display: fallback
}

@font-face {
    font-family: HelveticaNeue;
    font-weight: 400;
    src: url(./fonts/350627_1_0.eot);
    src: url(./fonts/350627_1_0.eot?#iefix) format("embedded-opentype"),url(./fonts/350627_1_0.woff2) format("woff2"),url(./fonts/350627_1_0.woff) format("woff"),url(./fonts/350627_1_0.ttf) format("truetype");
    font-display: fallback
}

@font-face {
    font-family: HelveticaNeue;
    font-weight: 100;
    src: url(./fonts/350627_2_0.eot);
    src: url(./fonts/350627_2_0.eot?#iefix) format("embedded-opentype"),url(./fonts/350627_2_0.woff2) format("woff2"),url(./fonts/350627_2_0.woff) format("woff"),url(./fonts/350627_2_0.ttf) format("truetype");
    font-display: fallback
}

@font-face {
    font-family: 'KainekoFont';
    src: url('./fonts/Kaineko.woff2') format('woff2'), url('./fonts/Kaineko.woff') format('woff'), url('./fonts/Kaineko.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, #form1 {
    height: 100%;
    overflow-x: hidden;
    background-color: #E6D3A0 !important;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #112D4E !important;
}

.container-fluid{
    height: 100%;
    
}

.navbar{
    background-color: #112D4E !important
}



.navbar-brand{
    font-size: 30px
}

.navbar .nav-link {
    color: #E6D3A0
}

    .navbar .nav-link:hover {
        color: #FFFFFF
    }

footer {
    background-color: #112D4E;
    color: #E6D3A0
}

    footer a {
        color: #E6D3A0 !important
    }

        footer a:hover {
            color: #FFFFFF !important
        }

        footer a.nav-link {
            color: #E6D3A0 !important
        }

            footer a.nav-link:hover {
                color: #FFFFFF !important
            }