/*
 * Athena logo colors
 * Orange: #ef7f1a;
 * Blue:   #008dd2;
 */

body {
    background: linear-gradient(180deg, #abcbbb, #f0f0f0 45%);
    background-attachment: fixed;
    /* background-color: #b0d0c0; */
    text-align: justify;
}

#header {
    /* height: 85px; */
    background-color: #b0d0c0;
    border-bottom: 3px dotted #709080;
}

#footer {
    /* height: 90px; */
    background-color: #28402f;
    border-top: 5px solid #709080;
}

#header img {
    max-height: 80%;
}

#header.scrolled {
    /* header when shrank because of scrolling down */
}

.overlay {
    background-color: #28402f;
}

.toggler {
    color: #ef7f1a; /* Orange from athena logo */
    font-weight: bold;
}

/*
#body-wrapper .container {
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.3);
}
*/

h1, h2, h3, h4, h5, h6 {
    color: #008dd2; /* Blue from athena logo */
    text-align: left;
}

table.contact {
    width: 50%;
    min-width: 300px;
    border-collapse: collapse;
}
table.contact th, td {
    border: 1px solid black;
    padding: 8px;
}
table.contact td.left {
    width: 35%;
}
table.contact td.right {
    width: 65%;
}
