p, li, label, button[type="submit"] {
    font-size: 18px;
}

header {
    height: 100px;
    width: 100%;
    background-color: #023362;
    /*background-color: #790025;*/
    position: fixed;
    z-index: 1;
}

header hgroup {
    margin-top: -5px;
    color: #fff;
    float: left;
    padding-left: 100px;
}

header h2 {
    font-weight: bold;
    /*border: 3px solid #0054a6;
    border-radius: 5px;
    width: 75px;
    padding-left: 5px;
    padding-right: 5px;*/
}

header h6{
    /*color: #03386b;*/
    font-size: 14px;
}

header nav {
    padding-top: 35px;
    float: right;
}

header li {
    display: inline;
    padding-left: 20px;
    font-size: 22px;
}

header a {
    color: #fff;
    text-transform: uppercase;
}

header a:hover {
    color: #790025;
    text-decoration: none;
}

/*.banner {
    position: relative;
    overflow: auto;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: right;
}*/

#banner {
    background-color: #790025;
    height: 550px;
    padding-top: 100px;
}

#banner hgroup {
    /*float: left;*/
    /*padding-left: 100px;*/
}

#banner h1, #banner h2 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

#banner h2 {
    font-style: italic;
}

#banner img {
    /*height: 399px;*/
    max-width: 530px;
    /*float: left;*/
    /*-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";*/
}

#about {
    padding-top: 50px;
    padding-bottom: 50px;
}

#about h1 {
    color: #790025;
    text-transform: uppercase;
}

#about img {
    float: right;
}

#services {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ECEEED;
}

#services h1 {
    color: #790025;
    text-transform: uppercase;
}

#services img {
    float: right;
}

#team {
    padding-top: 50px;
    padding-bottom: 50px;
}

#team h1 {
    color: #790025;
    text-transform: uppercase;
}

#team h4 {
    font-weight: bold;
}

#team img {
    height: 150px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

#contacts {
    padding-top: 50px;
    padding-bottom: 50px;
}

#contacts h1 {
    color: #790025;
    text-transform: uppercase;
}

#contacts button {
    background-color: #790025;
    color: #fff;
    width: 100px;
}

#contacts button:hover {
    background-color: #790025;
}

footer {
    background-color: #023362;
    color: #fff;
    padding-top: 50px;
    font-weight: bold;
}

footer i, footer section {
    float: left;
}

footer i {
    margin-right: 20px;
}

footer p {
    font-size: 12px;
}
