﻿/* ------------------------------------ Jaythom Member Portal CSS ------------------------------------ */
body {
    padding-top: 50px;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
}
h3 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.35em;
    font-family: "proxima-nova";
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
}

h2 {
    font-family: "proxima-nova";
    font-size: 20px;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
    color: #244d7f;
}

h4 {
    font-size: 20px;
    color: #244d7f !important;
    margin: 0 0 10px;
    font-weight: normal;
}

h5 {
    font-size: 16px;
    color: #244d7f !important;
    margin: 0 0 5px;
    font-weight: normal;
}

h6 {
    font-size: 14px;
    color: #244d7f !important;
    margin: 0 0 5px;
    font-weight: normal;
}

/* ------------------------------------ CSS for NAV ------------------------------------ */

.nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: #244D7F;
}

a.nav-link:hover {
    color: #000000 !important;
}

/* ------------------------------------ CSS for NAV ------------------------------------ */
.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 13px 26px;
    font-family: "proxima-nova",Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

.card-header {
    background-color: #244d7f;
    border-color: #244d7f;
}

#logo .logo_img {
    max-height: 78px;
}



 