﻿/* STYLES BASED ON Metro BRAND GUIDELINES DOCUMENT */
/* Metro_TMobile_Brand_Guidelines_20181031.PDF */

/* Created by Joseph Vajda, DMCT */
/* Last updated: 6-1-15*/

html {
    height: 100%;
}

body {
    position: relative;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    min-height: 100%;
}

/* TEXT */

body, p, td, th, tr, ul, ol, li, dl, dd, dt, blockquote, center, br {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000000;
}

/* HEADINGS */
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

H1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
}

H2 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 18px;
}

H3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
}

H4 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
}

H5 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
}

H6 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
}

/* TEXT SIZES */
.small-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.smaller-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.large-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.larger-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

/* LINKS */
a:link {
    color: #0066CC;
}

a:visited {
    color: #0066CC;
}

a:hover {
    color: #0066CC;
}


/* BACKGROUND COLORS */
.bg-primary-deep-purple {
    background-color: #46196E;
}

.bg-primary-royal-purple {
    background-color: #6E32A0;
}

.bg-primary-orchid-purple {
    background-color: #9646C3;
}

.bg-primary-metro-gold {
    background-color: #FA9D28;
}

.bg-primary-magenta {
    background-color: #E20074;
}

.bg-primary-white {
    background-color: #FFFFFF;
}

.bg-primary-black {
    background-color: #000000;
}

.bg-secondar-magenta {
    background-color: #F2DEF0;
}

.bg-secondary-black10 {
    background-color: #E8E8E8;
}

.bg-secondary-black47 {
    background-color: #9B9B9B;
}

.bg-secondary-black72 {
    background-color: #6A6A6A;
}

/* FONT COLORS */
.text-primary-deep-purple {
    color: #46196E;
}

.text-primary-royal-purple {
    color: #6E32A0;
}

.text-primary-orchid-purple {
    color: #9646C3;
}

.text-primary-metro-gold {
    color: #FA9D28;
}

.text-primary-magenta {
    color: #E20074;
}

.text-primary-white {
    color: #FFFFFF;
}

.text-primary-black {
    color: #000000;
}

.text-secondary-black10 {
    color: #E8E8E8;
}

.text-secondary-black47 {
    color: #9B9B9B;
}

.text-secondary-black72 {
    color: #6A6A6A;
}

/* BODY HEADLINES */
.headline {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}

.subhead {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.headline-white {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: bold;
}

.headline-black {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.subhead-white {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: normal;
}

.subhead-black {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.headline-deep-purple {
    font-family: 'Open Sans', sans-serif;
    color: #46196E;
    font-size: 20px;
    font-weight: normal;
}

.subhead-deep-purple {
    font-family: 'Open Sans', sans-serif;
    color: #46196E;
    font-size: 16px;
    font-weight: normal;
}

.headline-magenta {
    font-family: 'Open Sans', sans-serif;
    color: #E20074;
    font-size: 20px;
    font-weight: normal;
}

.subhead-magenta {
    font-family: 'Open Sans', sans-serif;
    color: #E20074;
    font-size: 16px;
    font-weight: normal;
}

.half-black-purple-border {
    background: rgba(0, 0, 0, 0.7);
    border: 3px solid #46196E;
    border-radius: 25px;
    color: white;
    font-size: 1.25rem;
}

.half-black-purple-border p, li {
        color: white;
        font-size: 1.0rem;
}

@media only screen and (max-width: 415px) {
    .footer {
        display: none;
    }
}

.footer {
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Mont, 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: left;
}

.footer p {
    font-size: 11px;
}

.footer a:link {
    color: #0066cc;
    text-decoration: none
}

.footer a:visited {
    text-decoration: none;
    color: #0066cc;
}

.footer a:hover {
    text-decoration: underline
}

