﻿body {
    font-size: 16px;
    font-family: "Cairo",arial,sans-serif;
    background-color: #f6f6f6;
}

.clearfix {
    clear: both;
}

    .clearfix:after {
        clear: both;
        content: "";
        display: table;
    }

header {
    max-width: 900px;
    margin: 10px auto 0;
    background-color: rgb(255,255,255);
    border-radius: 5px 5px 0 0;
}

menu {
    max-width: 900px;
    margin: 0 auto;
    background-color: rgb(255,193,074);
}

#main {
    max-width: 900px;
    margin: 0 auto 10px;
    background-color: rgb(255,255,255);
    border-radius: 0 0 5px 5px;
}

.shadow {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

/* header */
header a {
    text-decoration: none;
    color: rgb(0,0,0);
}

#header-left {
    float: left;
    width: 20%;
}

#header-middle {
    float: left;
    width: 60%;
    text-align: center;
}

#header-right {
    float: right;
    width: 20%;
    text-align: right;
}

    #header-right img {
        margin: 10px 10px 0 0;
    }

#header-title {
    font-size: 45px;
    padding: 20px 0;
}

#header-subtitle {
    font-size: 25px;
    padding: 0 0 20px 0;
}

/* menu */
#menu-top {
    float: right;
    padding: 15px;
    font-weight: bold;
}

    #menu-top li {
        display: inline;
        list-style: none;
    }

        #menu-top li a {
            padding: 2px 5px;
            color: rgb(0,0,0);
            text-decoration: none;
            font-size: 14px;
        }

            #menu-top li a:hover {
                text-decoration: underline;
            }

/* main */
#main-content {
    padding: 30px 50px;
    color: rgb(0,0,0);
}

    #main-content h1 {
        margin: 0 0 10px 0;
        padding: 0 0 2px 0;
        border-bottom: solid 7px rgb(255,193,074);
        font-weight: bold;
        font-size: 25px;
        line-height: 50px;
    }

    #main-content h2 {
        clear: both;
        margin: 20px 0 16px;
        font-weight: bold;
        font-size: 18px;
    }

    #main-content p {
        margin: 0 0 20px 0;
        font-size: 16px;
        line-height: 25px;
    }

.NormalRed {
    color: Red;
    font-weight: bold;
}

@media only screen and (max-width: 900px) {
    header {
        margin: 0 auto;
        border-radius: 0;
    }

    #main {
        border-radius: 0;
    }
}

@media only screen and (max-width: 600px) {
    #header-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    #header-middle {
        float: none;
        width: 100%;
    }

    #header-right {
        display: none;
    }

    #main-content {
        padding: 20px;
    }
}

@font-face {
    font-family: 'Cairo';
    src: url(/Pages/Fonts/Cairo-Regular.ttf);
}
