* {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

html, body {
    height: 100%;
}

h1 {
    font-size: 5em;
}

h2 {
    font-size: 3.5em;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 1.5em;
}


a {
    font-size: 1em;
    color: #00F;
    text-decoration: none;
}
a:hover {
    color: #005;
    text-decoration: underline;
}

#container {
    background-color: white;
    color: black;
    min-height: 100%;
    width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#logobar {
    padding: 20px;
}

#navbar {
    color: white;
    height: 40px;
    background: rgb(237,6,6);
    background: linear-gradient(180deg, rgba(237,6,6,1) 0%, rgba(188,0,0,1) 100%);
    line-height: 40px; /* Having this equal to height makes text centered onto the bar */
    font-size: 2em;
}

#mainbody {
    min-height: 600px;
    background-color: #EEEEEE;
    padding-top: 20px;
}

#mainleft {
    vertical-align: top;
    width: 33%;
    min-height: 100%;
    text-align: center;
    display: inline-block;
}

#maincenter {
    vertical-align: top;
    width: 33%;
    text-align: center;
    display: inline-block;
}

#mainright {
    vertical-align: top;
    width: 33%;
    text-align: center;
    display: inline-block;
}

.bigbutton {
    font-size: 1em;
    border-color: #FFF;
    background-color: #e9e9ed;
    color: #000;
    width: 300px;
    padding: 3px;
    margin: 2px;
}
