body {
    margin: 0px;
    font-family: "Raleway";
    align-self: center;
    background-color: #dfe2df;
}

header {
    margin: 0px;
    background-color: #fafbf8;
    overflow: hidden;
    height: 90px;
    padding: 0px clamp(0px, calc((100vw - 485px)/2), 282px);
    font-weight: 800;;
    display: flex;
    align-items: center;
}

header a {
    display: flex;
    height: 100%;
    color: #545454;
    text-decoration: none;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 30px 19px;
    box-sizing: border-box;
}

header :hover {
    background-color: #e3e4e1;
}

header a.active {
    background-color: #1D4A34;
    color: #ffffff;
}

header a.logo {
    padding: 0px;
    background-color: #fafbf8;
}

.logo-short-navbar {
    height: 90px;
    width: auto;
    margin-right: 4px;
}

.banner {
    margin: 0px;
    padding: 20px clamp(0px, calc((100vw - 485px)/2), 282px) 100px;
    background-image: url("banner-image-bright.jpg");
    background-size: cover;
    background-position: center;
}

.banner-text {
    text-shadow: 0px 0px 10px #7298C9;
}

.maintext {
    padding: 20px clamp(0px, calc((100vw - 485px)/2), 282px);
}

footer {
    padding: 20px clamp(0px, calc((100vw - 485px)/2), 282px);
    background-color: #fafbf8;
    align-items: baseline;
}

h1 {
    margin: 0px;
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    margin: 0px;
    font-size: 23.4px;
}

p {
    font-size: 20px;
}

ul {
    font-size: 20px;
}

em {
    font-weight: 800;
    color: #1D4A34;
}

hr.solid {
    border-top: 2px solid #545454;
}

a:visited {
    color: #1D4A34;
}

.logo-short-footer {
    display: inline-block;
    padding: 18px 0px;
    height: 144px;
    width: auto;
}

.footer-text {
    width: 269px;
    float: right;
}

.contact-column {
    display: inline-block;
    width: fit-content;
    margin-left: 8px;
}

.sitemap {
    width: fit-content;
    float: right;
    margin-left: 8px;
}

form {
    padding: 20px clamp(0px, calc((100vw - 485px)/2), 282px);
}

label {
    display: block;
}

input, textarea {
    display: block;
    padding: 0;
    border: 0px;
    width: 100%;
    max-width: 1341px;
    margin-top: 21px;
}

textarea {
    margin-bottom: 20px;
}
#enquiry {
    height: 120px;
    resize: vertical;
    max-height: 240px;
}

button {
    margin: 0, 0, 20px, 0;
    background-color: #1D4A34;
    color: #ffffff;
    width: 125px;
    height: 50px;
    border: 1px solid #1D4A34;
    border-radius: 5px;
    display: block;
}