﻿body {
    background-color: black;
}

#footer > p {
    color: white;
    font-style: italic;
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin-top: 10px;
}

#banner {
    background-color: #1e9d44;
    width: 100%;
}

#banner > img {
    display: block;
    margin: auto;
    padding-top: 50px;
    width: 50%;
    max-width: 600px;
}

#title {
    font-family: Aharoni, Tahoma, Geneva, sans-serif;
    color: white;
    font-size: 40px;
    margin: 15px 0;
    text-align: center;
}

#content {
    width:95%;
    background-color: white;
    /*height: 100px;*/
    display: block;
    margin: auto;
    border-radius: 10px;
}

.interior {
    padding: 5px;
}

h1, h2 {
    font-family: 'Traditional Arabic', 'Times New Roman','Times New Roman', Times, serif;
    text-align: center;
    margin: 5px;
}

p, span {
    font-family: Corbel;
    font-size: 16px;
    width: 90%;
    margin: auto;
    padding: 5px 0;
}

.slideydiv {
    display: none;
}

.unseen {
    display: none;
}

.seen {
    display: initial;
}