﻿@font-face {
    font-family: 'gothic';
    src: url('Fonts/gothic.eot');
    src: local('gothic'), url('Fonts/gothic.woff') format('woff'), url('~/Content/Fonts/gothic.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('~/Content/Fonts/CenturyGothicBold.woff') format('woff');
}

html, body {
    font-family: 'gothic', sans-serif;
    overflow-x: hidden;
}

strong, b {
    font-family: 'Century Gothic Bold';
    font-weight: 100;
}

a {
    color: #00adef;
}

    a:hover {
        color: #2d4053;
    }

.separate-line {
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
}