body {
    background-image: url(/images/body_bg.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    font-family: "myriad-pro", sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
}

.wrapper {
    margin-left: 10%;
    margin-right: 10%;
}

.header-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 320px;
    flex-wrap: wrap;
}

.header-buttons > div:nth-child(1) {
    flex: 0 0 auto;
}

.header-buttons > div:nth-child(2) {
    flex: 1 1 auto;
    align-items: flex-end;
}

#logo {
    height: 105px;
    margin-right: 30px;
}

p.logo {
    color: #999;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

p.body_heading {
    color: #FFF;
    font-size: 30px;
    top: 450px;
    left: 270px;
    margin: 16px 10%;
    letter-spacing: 5px;
}

p.body_general {
    color: #fff;
    font-size: 16px;
    top: 400px;
    margin-bottom: 32px;
}


p.footer {
    font-size: 14px;
    color: #999999;
}

a {

    text-decoration: none;
    color: #FFF;
}

#content {
    color: #FFF;
    font-family: "myriad-pro", sans-serif;
    font-size: 16px;
    position: absolute;
    left: 270px;
    bottom: 8px;

}

span.itgreen {
    font-family: "myriad-pro", sans-serif;
    font-size: 16px;
    color: #80BF4A;
}

span.grey {
    font-family: "myriad-pro", sans-serif;
    font-size: 16px;
    color: #999;
}

p {
    font-family: "myriad-pro", sans-serif;
    font-size: 16px;
    color: #FFF;
    margin: 0 0 0 0;
}

#footer {
    margin-left: 20px;
    margin-top: 40px;
    color: #999999;
    float: left;
    clear: both;
    font-family: "myriad-pro", sans-serif;
    font-size: 14px;
}

.buttons {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 16px;
}

.button {
    cursor: pointer;
    display: inline-block;
    height: 3em;
    line-height: 3em;
    overflow: hidden;
    padding: 0 1.25em 0 1.25em;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    border: 2px solid;
}

.button:hover {
    color: #80BF4A;
    border-color: #80BF4A;
}

* {
    box-sizing: border-box;
}

p {
    font-size: 18px;
    line-height: 1.4;
    color: #FFF;
}

a {
    font-weight: bold;
}

a:hover {
    color: #80BF4A;
}

h2 {
    font-size: 24px;
    color: white;
}

h3 {
    font-size: 21px;
    color: white;
}

.grey {
    background: #333;
    border-radius: 0.25rem;
    padding: 1rem;
}

.grey p {
    margin-bottom: 1rem;
}

span.itgreen {
    font-size: 18px;
}

.info-photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.info-photo .info {
    color: white;
}

.info-photo .photo {
    display: flex;
    justify-content: end;
}

.info-photo img {
    display: block;
    max-width: 100%;
    max-height: 450px;
    object-fit: contain;
}

#map {
    height: 400px;
}

.footer {
    margin-top: 50px;
    margin-bottom: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .info-photo {
        grid-template-columns: 1fr;
    }
}
