﻿*, html {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#wrapper {
    max-width: 2000px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

#header {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: rgba(239,243,247,0);
    opacity: 0.7;
    z-index: 10;
}

#headerNavigation {
    height: 100px;
    width: 550px;
    padding: 0 10px;
}

#headerLogo {
    padding: 0 20px;
    flex: 1;
    display: flex;
}

body {
    background-color: #0A131B;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: 800px;
}

.navigationButtons {
    margin-left: 5px;
    margin-right: 5px;
    color: #3E4245;
    cursor: pointer;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

a {
    text-decoration: none;
}

#headerWrapper {
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
    overflow: hidden;
    object-fit: cover;
    background: rgba(239,243,247,0.7);
    height: 100px;
    min-width: 800px;
}

#headerItems {
    min-width: 800px;
    max-width: 2000px;
    display: flex;
    flex: 1;
    width: inherit;
}

#main_image_wrapper {
    display: flex;
    justify-content: center;
    max-width: 2000px;
    object-fit: cover;
    overflow: hidden;
    border-bottom: 5px solid #0080FF;
    height: 300px;
}

#main_image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    background-image: url(images/commercial-52limestreet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main_content_wrapper {
    background-color: #E3E3E3;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#main_content {
    padding: 20px 0px;
    max-width: 1500px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
}

.navigationButtons:hover {
    color: #0080FF;
}

#footer {
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font: normal 14px arial;
    background-color: #0A131B;
}

#accreditations_wrapper {
    background: white;
}

#accreditations {
    max-width: 1500px;
    display: flex;
    background: white;
    width: 80%;
    margin: auto;
}

    #accreditations div {
        box-sizing: border-box;
        border-top: 5px solid #0080FF;
        padding: 10px 20px;
        margin: 20px 0px 0px 0px;
        max-height: 220px;
    }

#approved img {
    height: 75px;
}

#head, #norwich span {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: black;
    max-height: 220px;
    line-height: 14px;
    display: inline-block;
}

#strapline {
    margin: auto;
    font-size: 20px;
    color: #0080FF;
    flex: 1;
    padding: 10px;
    border-left: 2px solid #0080FF;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 1285px) {
    #strapline {
      display: none;
    }
}

#head, #map {
    flex: 1;
}

#approved {
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}