@charset "utf-8";
/* CSS Document */

/* ===========================
   CLASSES
   =========================== */

.text-01 {
    font-size: 12px;
}

.my-table {
    border: 0px solid gray;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    table-layout: fixed;
}

.responsive-text {
    font-size: 5vw;
}

.three-col-table {
    width: 100%;
    table-layout: fixed;
}

.three-col-table th {
    width: 33.33%;
    text-align: center;
}

/* ===========================
   BODY
   =========================== */

body {
    background-color: white;
    font-family: Arial, sans-serif;
}

/* ===========================
   TABLES
   =========================== */

table {
    font-size: 18px;
}

th, td {
    border: 1px solid red;
    font-size: inherit;
    text-align: center;
    padding: 0px;
}

.responsive-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.logo-cell {
    width: 80px;
    height: 80px;
    padding: 0;
}

/* ===========================
   LINKS
   =========================== */

a:link {
    color: blue;
}

a:visited {
    color: purple;
}

a:hover {
    color: green;
}

a:active {
    color: red;
}

/* ===========================
   INLINE STYLE CONVERSIONS
   =========================== */

.announcement-bar {
    background-color: black;
    color: red;
    font-size: 20px;
    text-align: center;
}

.logo-cell {
    background-color: gray;
    border-radius: 30px;
}

.header-text {
    font-size: 18px;
}
