/* Global Styles */
/*---------------*/

/* Body Styles */
body {
    font-family: Helvetica;
    font-weight: lighter;
    text-align: left;
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
    background-color: #0f0f0f;
    color: #83b0f7;
}

/* Header Styles */
h1 {
    color: #ffffc4;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-size: 25px;
    font-weight: normal;
}

h3 {
    font-size: 25px;
    font-weight: bold;
}

h9 {
    font-size: 12px;
    font-weight: normal;
}


/* Image Styles */
img {
    margin-top: 25px;
    margin-bottom: 25px;
    height: auto;
    display: block;
}

.icons {
    max-width: 200px;
    min-width: 200px;
}

.marketing-images {
    max-width: 500px;
    min-width: 500px;
}

/* Table Styles */
table {
    color: #83b0f7;
    width: 100%;
}

/* Fixed width for the first column */
td:first-child {
    width: 40%;
}

th {
    font-size: 30px;
    font-weight: bold;
}

/* Paragraph Styles */
p {
    
}

/* Link Styles */
a:link, a:visited {
    color: #83b0f7;
    background-color: transparent;
    text-decoration: none;
}

a:hover, a:active {
    color: #ffffc4;
    background-color: transparent;
    text-decoration: none;
}

/* Hover effect for the entire table */
.table-hover th {
    color: #ffffc4
}

/* Hover effect for the entire row */
table tr:hover td {
    background-color: #2e2e2e;
}

/* Change font color on hover */
table tr:hover a {
    color: #ffffc4;
}
