html {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 1)),
        color-stop(200%, rgb(255, 255, 255))
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgb(255, 255, 255) 200%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(255, 255, 255) 200%
    );

    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow-y: scroll;
}
body {
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: "Ubuntu", sans-serif;
}
:root {
    --button-primary-color: #f27c1d;
    --button-primary-text-color: #ffffff;
    --button-secondary-color: #ffffff;
    --button-secondary-text-color: #0075a6;
    --header-text-color: #0a91d0;
    --text-color: #0c5877;
    --navigation-background-color: #ffffff;
    --paragraph-font-size: 24px;
}
a {
    color: var(--text-color);
}
.header {
    position: absolute;
    top: 0;
    margin-top: 0 !important;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.header-container {
    position: relative;
    top: 0;
    background-color: --navigation-background-color;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-logo {
    font-weight: 700;
    padding: 0 25px;
    float: left;
    background-image: url(../img/blueminds-horizontal-rgb.svg);
    width: 400px;
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 85px;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}
.container {
    height: 103vw;
    -webkit-transform: rotate(-90deg) translateX(-100vh);
    -ms-transform: rotate(-90deg) translateX(-100vh);
    transform: rotate(-90deg) translateX(-100vh);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0px;
    padding: 0px;
}
::-webkit-scrollbar {
    display: none;
}
.content-wrapper {
    min-height: 0;
    display: grid;
    -ms-grid-rows: 48em 0px 30em 0px 12em 0px 40em;
    grid-template-rows: 14em 27em 8em 36em;
    -ms-grid-columns: 15em 160px 40em 160px 40em 160px 40em 160px 40em 160px
        40em 160px 40em 160px 40em 160px 40em 160px 40em 160px 40em 160px 40em
        160px 15em;
    grid-template-columns: 15em repeat(10, 40em) 40em 15em;
    grid-column-gap: 160px;
    grid-row-gap: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transform: rotate(90deg) translateY(-100vh);
    -ms-transform: rotate(90deg) translateY(-100vh);
    transform: rotate(90deg) translateY(-100vh);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    display: -ms-grid;
}
.content-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.content-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.content-wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.content-wrapper > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
.content-wrapper > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
.content-wrapper > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}
.content-wrapper > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}
.content-wrapper > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
}
.content-wrapper > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
}
.content-wrapper > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 19;
}
.content-wrapper > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 21;
}
.content-wrapper > *:nth-child(12) {
    -ms-grid-row: 1;
    -ms-grid-column: 23;
}

.content-wrapper > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.content-wrapper > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.content-wrapper > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.content-wrapper > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}
.content-wrapper > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}
.content-wrapper > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
}
.content-wrapper > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
}
.content-wrapper > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
}
.content-wrapper > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
}
.content-wrapper > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 19;
}
.content-wrapper > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 21;
}
.content-wrapper > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 23;
}
.content-wrapper > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 25;
}
.content-wrapper > *:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.content-wrapper > *:nth-child(28) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.content-wrapper > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
.content-wrapper > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}
.content-wrapper > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
}
.content-wrapper > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
}
.content-wrapper > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
}
.content-wrapper > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 15;
}
.content-wrapper > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 17;
}
.content-wrapper > *:nth-child(36) {
    -ms-grid-row: 5;
    -ms-grid-column: 19;
}
.content-wrapper > *:nth-child(37) {
    -ms-grid-row: 5;
    -ms-grid-column: 21;
}
.content-wrapper > *:nth-child(38) {
    -ms-grid-row: 5;
    -ms-grid-column: 23;
}
.content-wrapper > *:nth-child(39) {
    -ms-grid-row: 5;
    -ms-grid-column: 25;
}
.content-wrapper > *:nth-child(40) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
.content-wrapper > *:nth-child(41) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}
.content-wrapper > *:nth-child(42) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}
.content-wrapper > *:nth-child(43) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}
.content-wrapper > *:nth-child(44) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
}
.content-wrapper > *:nth-child(45) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
}
.content-wrapper > *:nth-child(46) {
    -ms-grid-row: 7;
    -ms-grid-column: 13;
}
.content-wrapper > *:nth-child(47) {
    -ms-grid-row: 7;
    -ms-grid-column: 15;
}
.content-wrapper > *:nth-child(48) {
    -ms-grid-row: 7;
    -ms-grid-column: 17;
}
.content-wrapper > *:nth-child(49) {
    -ms-grid-row: 7;
    -ms-grid-column: 19;
}
.content-wrapper > *:nth-child(50) {
    -ms-grid-row: 7;
    -ms-grid-column: 21;
}
.content-wrapper > *:nth-child(51) {
    -ms-grid-row: 7;
    -ms-grid-column: 23;
}
.content-wrapper > *:nth-child(52) {
    -ms-grid-row: 7;
    -ms-grid-column: 25;
}
.content-right {
    grid-gap: 2rem;
    padding: 0 3rem;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.start-cloud {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    background: url(../img/wolk-begin.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.hero {
    margin-top: 165px;
    margin-bottom: 7rem;
}
.hero.start {
    grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
}
.short {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 0;
    grid-column-end: 4;
}
.contact ul {
    color: var(--text-color);
    font-size: 20px;
    margin-bottom: 20px;
}
.contact ul a {
    text-decoration: underline;
    color: var(--text-color);
}
.whale {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 0;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    background-repeat: no-repeat;
    z-index: 3;
    background-image: url(../img/walvis2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.who-we-are {
    -ms-grid-column: 6;
    grid-column-start: 6;
}
.ship {
    background-image: url(../img/schip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 0;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    top: -271px;
    left: -141px;
}
.cloud-1 {
    background-image: url(../img/Wolk3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 0;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}
.cloud-2 {
    background: url(../img/Wolk4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-column-span: 0;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}
.portfolio {
    -ms-grid-column: 10;
    grid-column-start: 10;
}
.seagull {
    -ms-grid-column: 11;
    grid-column-start: 11;
    -ms-grid-column-span: 0;
    grid-column-end: 11;
    background: url(../img/Meeuw.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    left: -50px;
}
.windmills {
    background-image: url(../img/Asset1.svg);
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3;
    z-index: -4;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact {
    -ms-grid-column: 12;
    grid-column-start: 12;
}

.what-we-do {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 8;
    grid-column-start: 8;
}
.hero h1 {
    font-size: 60px;
    color: var(--header-text-color);
    font-weight: 400;
}
.hero h3 {
    font-size: 60px;
    color: var(--header-text-color);
    font-weight: 400;
}
.hero p {
    color: var(--text-color);
    font-size: var(--paragraph-font-size);
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 35px;
}
.hero-content {
    width: 100%;
}
.start.hero p {
    margin-bottom: 126px;
}
.who-we-are p {
    margin-bottom: 60px;
}
.what-we-do p {
    margin-bottom: 30px;
}
.portfolio p {
    margin-bottom: 120px;
}
ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.contact ul li {
    font-size: var(--paragraph-font-size);
}
.adress {
    margin-top: 50px;
    margin-left: 320px;
}
.spacer {
    margin-top: -100px;
    margin-bottom: 100px;
}
.hero-right ul li {
    color: var(--text-color);
    margin: 5px 0px 5px 0px;
}
.bold {
    font-weight: bold;
    margin-bottom: 7px;
}
.button-1:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 15%);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 15%);
}
.button-1:active {
    background-color: #ef6507;
}
.button-1 {
    background-color: var(--button-primary-color);
    border-radius: 30px;
    padding: 10px 25px 10px 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    color: var(--button-primary-text-color);
    font-size: 23px;
    display: inline-block;
    cursor: pointer;
    font-family: inherit;
}
.icon-1 {
    margin-left: 10px;
}
.button-2:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 15%);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 15%);
}
.button-2:active {
    background-color: #daebef;
}
.button-2 {
    background-color: var(--button-secondary-color);
    border-radius: 30px;
    padding: 10px 25px 10px 25px;
    text-align: center;
    text-decoration: none;
    border: 2px solid var(--button-secondary-text-color);
    color: var(--button-secondary-text-color);
    font-size: 23px;
    display: inline-block;
    cursor: pointer;
    font-family: inherit;
}
.icon-2 {
    margin-right: 10px;
}
.button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.contact::before {
    content: "";
    background: url(../img/Flessenpost.svg);
    position: absolute;
    bottom: -729px;
    left: 610px;
    height: 375px;
    width: 230px;
    background-repeat: no-repeat;
    background-size: cover;
}
footer {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 25;
    grid-column-end: 14;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    background-image: url(../img/footer.svg);
    background-repeat: repeat;
    background-size: cover;
    z-index: -1;
    left: -20px;
}
.overlay {
    position: absolute;
    background-image: url(../img/golf-overlay.svg);
    background-repeat: repeat;
    background-size: cover;
    z-index: 20;
    top: 709px;
    width: 9437px;
    height: 76px;
}

.ship::before {
    content: "";
    background: url(../img/Duiker.svg);
    position: absolute;
    left: -501px;
    top: 1006px;
    height: 169px;
    width: 235px;
    background-repeat: no-repeat;
    z-index: 3;
}
#dia-1 {
    position: absolute;
    left: 619px;
    top: -201px;
}
#dia-2 {
    position: absolute;
    left: 30px;
    top: 173px;
}
#dia-3 {
    position: absolute;
    left: 600px;
    top: 173px;
}
#dia-4 {
    position: absolute;
    left: 100px;
}
#dia-5 {
    position: absolute;
    left: 620px;
    height: 10px;
    width: 10px;
    top: -200px;
}
#dia-6 {
    position: absolute;
    top: -20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .spacer {
        margin-bottom: 30px;
    }
    .hero h3 {
        color: #0a91d0;
    }
    .hero h1 {
        color: #0a91d0;
    }
    .hero p {
        font-size: 24px;
        color: #0c5877;
    }
    .button-1 {
        background-color: #f27c1d;
        color: #ffffff;
    }
    .button-2 {
        color: #0075a6;
        border: 2px solid #0075a6;
        background-color: #ffffff;
    }
    .button-1 {
        margin-left: 20px;
    }
}
@media (max-height: 800px) and (-ms-high-contrast: none),
    (max-height: 800px) and (-ms-high-contrast: active) {
    .content-wrapper {
        -ms-grid-row: 27em 6em 24em 23em;
    }
    .whale {
        top: 39px !important;
    }
    .overlay {
        top: 581px;
        width: 9338px !important;
    }
    .windmills {
        top: 51px;
    }
    .ship {
        left: 0px;
    }
    .contact::before {
        top: 280px;
        left: 219px;
    }
}

@media (min-width: 801px) and (max-width: 2800px) and (-ms-high-contrast: none),
    (min-width: 801px) and (max-width: 2800px) and (-ms-high-contrast: active) {
    .overlay {
        left: -160px;
        top: 795px;
        width: 9653px !important;
        height: 96px;
    }
    .ship {
        top: -286px !important;
        left: -421px;
    }
    .ship::before {
        top: 1111px;
    }
    .contact::before {
        bottom: -340px;
        height: 375px;
    }
    .whale {
        top: 278px;
    }
}
@media (min-width: 2401) and (-ms-high-contrast: none),
    (min-width: 2401px) and (-ms-high-contrast: active) {
    .whale {
        top: 320px !important;
    }
}
@media (min-width: 2400px) {
    .content-wrapper {
        width: 280vw;
        grid-template-rows: 18em 23em 8em 63em;
        grid-column-gap: 537px;
    }
    .ship::before {
        top: 1200px;
    }
    .overlay {
        top: 743px;
        width: 14000px;
        height: 191px;
    }
    .ship {
        left: -312px;
    }
    .contact::before {
        bottom: -911px;
        left: 490px;
        height: 520px;
        width: 314px;
    }
    .whale {
        background-size: contain;
    }
}
@media screen and (max-width: 1024px) {
    .content-wrapper {
        -ms-grid-columns: 41em 160px 41em 160px 41em 160px 41em 160px 41em 160px
            41em 160px 41em 160px 41em 160px 41em 160px 41em 160px 41em;
        grid-template-columns: repeat(11, 41em);
    }
    .start-cloud {
        display: none;
    }
    .hero.start {
        -ms-grid-column-start: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        margin-left: 43px;
    }
    .whale {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }
    .short {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }
    .cloud-1 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }
    .who-we-are {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }
    .ship {
        -ms-grid-column: 6;
        grid-column-start: 6;
        top: -299px;
        left: -150px;
    }
    .what-we-do {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }
    .cloud-2 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }
    .portfolio {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }
    .seagull {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }
    .contact {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }
    .contact::before {
        top: 488px;
        left: 349px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    .hero {
        margin-top: 90px;
    }
    .header-logo {
        margin-left: 45px;
    }
    .ship::before {
        top: 1095px;
    }
    .overlay {
        top: 522px;
        height: 99px;
    }
    #dia-1 {
        position: absolute;
        left: 200px;
        top: -200px;
    }
    #dia-2 {
        position: absolute;
        left: 350px;
        top: 20px;
    }
    #dia-3 {
        position: absolute;
        left: 340px;
        top: 20px;
    }
    #dia-4 {
        position: absolute;
        left: 340px;
    }
    #dia-5 {
        position: absolute;
        left: 350px;
        top: -221px;
    }
    #dia-6 {
        position: absolute;
        top: -20px;
        left: 352px;
    }
    .overlay {
        top: 711px;
        width: 9144px;
        height: 94px;
    }
}
/* 
@media screen and (max-height: 1000px) and (max-width: 800px) {
    .contact::before {
        top: 320px !important;
    }
} */
/* @media screen and (max-height: 720px) {
    .content-wrapper {
        grid-template-rows: 5em 29em 6em 24em 23em;
        grid-template-columns: repeat(11, 41em);
    }
} */

@media screen and (max-height: 800px) {
    .content-wrapper {
        -ms-grid-rows: 2em 25em 6em 24em 23em;
        grid-template-rows: 2em 29em 6em 24em 23em;
    }
    .overlay {
        top: 519px;
    }
    footer {
        height: 600px;
    }
    .contact::before {
        top: 241px;
        left: 446px;
        height: 380px;
        width: 280px;
    }
    .ship {
        top: -347px;
    }
    .hero {
        margin-top: 66px;
    }
}

/* @media screen and (max-width: 1050px) {
    .contact::before {
        top: 320px;
    }
} */

@media (max-width: 576px) {
    .content-wrapper {
        padding-left: 0px;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        margin-top: 0px;

        grid-template-columns: 22em repeat(8, 21em) 30em 30em;

        grid-template-rows: 15rem 14rem 6rem 23rem;
    }
    .whale {
        background-size: contain;
        grid-row-start: 2 !important;
        grid-row-end: 5;
    }
    .ship {
        margin-top: 9rem;
        top: -168px;
        left: -5px;
    }
    .hero.start {
        margin-left: 30px;
    }
    .windmills {
        grid-column-start: 1;
        grid-column-end: 10;
    }
    .hero {
        margin-top: 100px;
        margin-bottom: 10rem;
    }
    .hero h1 {
        font-size: 30px;
    }
    .hero h3 {
        font-size: 30px;
    }
    .hero p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .button-1 {
        border-radius: 30px;
        padding: 5px 20px 5px 20px;
        font-size: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .spacer {
        margin-top: -80px;
    }
    .adress {
        margin-top: 30px;
        margin-left: 189px;
    }
    .go-short {
        width: auto;
    }
    .icon-1 {
        margin-left: 10px;
    }
    .button-2 {
        border-radius: 30px;
        padding: 10px 25px 10px 25px;
        border: 2px solid #0075a6;
        font-size: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .icon-2 {
        margin-right: 10px;
    }
    .button_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
    .header-logo {
        margin-left: 26px;
    }
    .contact::before {
        bottom: -547px;
        left: 108px;
        height: 298px;
        width: 182px;
    }
    .overlay {
        background-image: url(../img/golf-overlay-mobiel.svg);
        top: 495px;
        width: 100%;
        height: 48px;
    }
    .ship::before {
        top: 600px;
    }
    .contact ul li {
        font-size: 18px;
    }
    .container {
        height: 105vw;
    }

    .spacer {
        margin-bottom: 33px;
    }
    .contact::before {
        left: 149px;
        top: 251px;
    }
    footer {
        height: 444px;
    }
    #dia-1 {
        position: absolute;
        left: 100px;
        top: -189px;
    }
    #dia-2 {
        position: absolute;
        left: 170px;
        top: 100px;
    }
    #dia-3 {
        position: absolute;
        left: 170px;
        top: 100px;
    }
    #dia-4 {
        left: 170px;
        position: absolute;
    }
    #dia-5 {
        position: absolute;
        left: 170px;
        top: -181px;
    }
    #dia-6 {
        position: absolute;
        left: 170px;
    }
    .start.hero p {
        margin-bottom: 20px;
    }
}
