html {
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

html,
body {
    color: #fff;
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    opacity: .67;
}

body .container {
    width: 720px;
}

body>header {
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
}

footer {
    font-size: small;
    padding: 1em;
    text-align: center;
}

footer,
#contact,
#team,
#services {
    background: rgb(85, 85, 85);
}

h2 {
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

nav a {
    display: block;
    font-weight: 700;
    padding: .67em;
}

nav ol {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-end;
    list-style-type: none;
}

nav ol li {
    background: #000;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
}

section {
    background: #fff;
    display: flex;
    justify-content: center;
    padding-bottom: 3em;
    width: 100%;
}

#about,
#contact,
#map,
#services,
#team {
    scroll-margin-top: 166px;
}

#about {
    background: #000;
}

#about header {
    margin: 2em 0;
    text-align: center;
}

#about header h2 {
    text-align: left;
}

#about ul {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    margin: 2em;
}

#about ul li {
    list-style-type: none;
}

#about .logo {
    font-size: 21px;
}

#about .logo em {
    font-size: 30px;
}

#contact {
    background: #a0a0a0;
}

#map {
    margin: 3em 0;
}

#services {
    margin-top: 639px;
}

ul.border-left-red {
    border-left: rgb(226, 28, 33);
    ;
    border-style: solid;
    border-width: 0 0 0 4px;
    padding: 0 1em;
}

ul.border-left-red li {
    list-style-type: none;
    padding: .25em;
}

#team ul {
    text-transform: uppercase;
}

#team ul li:first-child {
    font-weight: 700;
}

.hero-banner {
    background-color: #000;
    background-image: url('images/couriers.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 720px auto;
    width: 100%;
    display: block;
    position: fixed;
    top: 166px;
    height: 473px;
    z-index: -1;
}

.logo {
    font-size: 42px;
    margin: 0;
    padding: .25em;
}

.logo a {
    color: #000;
}

.logo em {
    color: rgb(226, 28, 33);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold",
        sans-serif;
    font-size: 60px;
    font-style: italic;
    padding-right: .25em;
    text-transform: uppercase;
    font-weight: 700;
}
