body {
    background-color: #DDEEFF; /* Light blue */
    color: #003333;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    background-color: #FFFFFF;
    margin: 20px auto;
    width: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
}

.header img {
    width: 100%;
}

.navbar {
    background-color: #000033;
    overflow: hidden;
    padding: 10px 0;
}

.navbar a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    display: inline-block;
}

.navbar a:hover {
    background-color: #ddd;
    color: black;
}

#Header {
    width: 100%;
    text-align: center;
    position: relative;
}

.red-bar {
    background-color: #FF0000; /* Red bar */
    height: 10px;
}

.light-blue-bar {
    background-color: #DDEEFF; /* Light blue background */
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-item {
    flex: 1;
    text-align: center;
}

.gavel-img {
    width: 150px;
    height: 150px;
}

.logo-img {
    max-height: 150px;
}

.nigel-img {
    max-height: 150px;
    align-self: flex-end; /* Align Nigel's face to the bottom of the header */
}

.Content {
    text-align: left;
    padding: 20px 2.5%;
    background-color: #DDEEFF; /* Light blue */
}

.Content h1, .Content h2, .Content h3 {
    color: #222288;
    text-align: center;
}

.Content h3 {
    color: #993333;
    text-align: left;
    text-indent: 1em;
}

#mainleft, #maincenter, #mainright {
    padding-bottom: 10px;
    box-sizing: border-box;
}

#mainleft {
    width: 20%;
    float: left;
}

#maincenter {
    width: 55%;
    float: left;
    padding: 0 2.5%;
}

#mainright {
    width: 20%;
    float: left;
    text-align: center;
}

#navlist {
    list-style-type: none;
    padding: 0;
}

#navlist li {
    margin-bottom: 10px;
}

#navlist a {
    display: block;
    padding: 10px;
    background-color: #4169E1; /* Royal blue */
    color: #FFF;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}

#navlist a:hover {
    background-color: #1A101A;
}

#phone, #license1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

#Copyright {
    clear: both;
    text-align: center;
    font-size: 9px;
    padding: 20px;
}
