/******** Global ********/

html {
    height: 100%;
}

body {
    margin: 0px;
    height: 100%;
}

.bodyWrapper {
    display: flex;
    width: 100%;
    height: 100%;
    
    flex-direction: column;
}

.content {
    width: 100%;
}

/******** Header ********/

.header {
    height: 90px;
    background: #C53C3E;
}

.headWrapper {
    max-width: 1280px;
    min-width: 1080px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    background: #C53C3E;
}

.headLeft {
    height: 100%;
    float: left;
}

.headRight {
    height: 100%;
    float: right;
}

.loginWrapper {
    margin-top: 30px;
}

.loginWrapper a {
    font-size: 18pt;
    font-family: 'Open Sans', sans-serif;    
    text-decoration: none;
    color: #EEEEEE;
}

.loginWrapper a:hover {
    cursor: pointer;
    color: #EEEEEE;
    text-shadow: 0px 2px 3px #555;
}

.loginWrapper p {
    font-size: 14pt;
    color: white;
    line-height: 35px;
}

.logoPanel {
    height: 120px;
    width: 200px;
    float: left;
    background: #DDDDDD;
    text-align: center;
}

/******** Navigation ********/

.navMain {
    margin-top: 30px;
    margin-left: 220px;
}

.navMain ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navMain ul li {
    float: left;
}

.navMain ul li a {
    display: block;
    margin-right: 30px;
    font-size: 18pt;
    text-align: center;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #EEEEEE;
}

.navMain ul li a:hover {
    cursor: pointer;
    color: #EEEEEE;
    text-shadow: 0px 2px 3px #555;
}

/******** AccentBar ********/

.accentBar {
    min-width: 800px;
    height: 10px;
    background: #DDDDDD;
}

/******** Content ********/

.contentWrapper {
    min-height: calc(100% - 200px);
    max-width: 1280px;
    min-width: 1080px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

/******** Footer ********/

.footer {
    height: 70px;
    min-width: 1080px;
    padding-top: 10px;
    background: #EEEEEE;
}

.footer a {
    font-size: 12pt;
    font-family: 'Open Sans', sans-serif;
    color: #444444;
}

.footer a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #444444;
}

.footerWrapper {
    max-width: 1280px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footerRight {
    float: right;
}
