/* General formatting */
body {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: arial;
}
.div_map {
    height: 500px;
}

/* Banner - top */
div#banner_top {
    position: absolute;
    background-color: #010101;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    border-bottom: 2px solid #FFCC00;
}
div#banner_top_content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#logo {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 10px;
}

/* Navigation */
div#banner_navigation {
    position: absolute;
    background-color: #3d3d3d;
    margin: 0px;
    top: 45px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.navigation p {
    font-size: 24px;
    color: white;
    font-family: 'Georgia';
    line-height: 0px;
    padding-left: 50px;
}
.navigation a {
    float: right;
    background-color: #3d3d3d;
    color: #FFCC00;
    border: none;
    padding: 13px 18px;
    font-size: 20px;
    font-family: arial;
    text-align: center;
    text-decoration: none;
}
.navigation a:hover {
    background-color: #777777;
}
.navigation a.active {
    background-color: #FFCC00;
    color: #3d3d3d;
}

/* Banner - bottom */
div#banner_bottom {
    background-color: #010101;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    border-top: 1px solid #FFCC00;
}
div#banner_bottom_content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Main page */
#banner_main_photo {
    position: absolute;
    background-image: url(../images/Grandfather4.jpg);
    background-position: 50% 45%;
    background-size: cover;
    top: 41px;
    width: 100%;
    height: 300px;
}
div#banner_main_photo_content {
    font-size: 50px;
    color: white;
    line-height: 32px;
    padding-top: 115px;
    padding-bottom: 100px;
}
div#main {
    padding-top: 340px;
    margin: 10px;
}
div#main_padded {
    padding-top: 350px;
    border: 10px solid white;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#scidata_title {
    font-family: 'Georgia';
}

/* Formatting for DataTables */
table.dataTable td, th {
    font-family: arial;
}

/* Mount Everest page */
div#banner_everest {
    position: absolute;
    background-color: #BBBBFF;
    margin: 0px;
    top: 45px;
    left: 0px;
    right: 0px;
    width: 100%;
}
div#banner_everest_bottom {
    background-color: #010101;
    margin: 0px;
    top: 0px;
    left: 0px;
    border-top: 1px solid #FFCC00;
    padding: 0px;
}
div#banner_everest_bottom_content {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
div#main_everest {
    padding-top: 10px;
    margin:10px;
}

/* Carbon accounting page */
#banner_carbon_photo {
    position: absolute;
    background-image: url(../../images/cdiac_header_1200_by_400_96_dpi1.jpg);
    background-position: 50% 45%;
    background-size: cover;
    top: 41px;
    width: 100%;
    height: 300px;
}
div#main_carbon_padded {
    padding-top: 15px;
    border: 10px solid white;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
div#main_carbon_padded_1600 {
    border: 10px solid white;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
div#main_carbon {
    margin:10px;
}

/* Buttons */
.button {
    color: #010101;
    background-color: #BBBBFF;
    border: none;
    padding: 9px 18px;
    font-size: 14px;
    font-family: arial;
    text-align: center;
    text-decoration: none;
}
.button:hover {
    background-color: #d4d4ff;
}
.button-green {
    background-color: #BBDDBB;
}
.button-green:hover {
    background-color: #d4DDd4;
}

/* Tables */
.basic_table {
    font-family: arial;
    border-collapse: collapse;
    width: 90%;
    table-layout: fixed;
}
.basic_table td {
    border: 1px solid #CCCCCC;
    padding: 8px;
}
.basic_table th {
    border: 1px solid #CCCCCC;
    padding: 8px;
}
.basic_table tr:nth-child(even) {
    background-color: #EEEEEE;
}
.basic_table tr:hover {
    background-color: #DDDDDD;
}

/* Table for the mountain weather data */
table#everest_table {
    width: unset;
    text-align: center;
}
table#everest_table tr:first-child {
    background-color: #BBBBFF;
}
table#everest_table tr:nth-child(2) {
    background-color: #EEEEFF;
}
/*
table#everest_table td:nth-child(1), td:nth-child(4) {
    border-right: 3px solid #CCCCCC;
}
*/

/* Flex container for text and images */
.flex-container {
    display: flex;
    flex-direction: row;
}