.golfLanding {
    background-color: #EAD9C2;
    font-family: "GTWalsheim";
    line-height: normal;
    color: #231F20;
    font-size: 1.42vw;
}

.golfLanding ul {
    list-style: disc;
    margin-bottom: 4vh;
}

.golfLanding ul ul {
    list-style: square;
}

.golfLanding ul li {
  margin-bottom: 5px;
}

.golfLanding dl {
    margin-bottom: 3vh;
}

.golfLanding dl dd {
    margin-bottom: 2vh;
}

.golfLanding p {
    margin-bottom: 3vh;
}

.golfLanding .container {
    height:100%;
}

.logo-svg {
    width: 165px;
    height: 37px;
}

body header.whiteLogo #logo {
    -webkit-filter: none;
    filter: none;
}

body header.whiteLogo #logo .logo-svg {
    fill: white;
}

body header.logo-black40Opacity #logo .logo-svg {
    fill: rgba(35, 31, 32, .4);
}

.twoColumnSection, .threeColumnSection {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.twoColumnSection .twoColumns, .threeColumnSection .threeColumns {
    display: flex;
    height: 100%;
}

.twoColumnSection .imagesContainer {
    width: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.twoColumnSection .imagesContainer .images {
    position: relative;
}

.twoColumnSection .imagesContainer .images.oneImage {
   width: 60%;
}


.twoColumnSection .imagesContainer .images.twoImages {
    min-height: 600px;
    width: 100%;
}

.twoColumnSection .imagesContainer .images img:nth-child(1) {
    position: relative;
    width: 100%;
}

.twoColumnSection .imagesContainer .images img:nth-child(2) {
    position: absolute;
    top: 250px;
    left: 50%;
    width: 40%;
}

.threeColumnSection {
    padding-top: 40px;
    padding-bottom: 50px;
}

.threeColumnSection .threeColumns {
    align-items: center;
}

.threeColumnSection .threeColumns .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.threeColumnSection .threeColumns .items .item {
    text-align: center;
    width: 100%;
    min-width: 250px;
    max-width: 28%;
}

.threeColumnSection .threeColumns .items .item .imageContainer {
    min-height: 20vw;
    margin-bottom: 3vh;
}

.threeColumnSection .threeColumns .items .item .imageContainer img {
    width: 60%;
}

.threeColumnSection .threeColumns .items .item .titleSubtitleContainer {
    min-height: 80px;
    margin-bottom: 20px;
}

.threeColumnSection .threeColumns .items .item .titleSubtitleContainer .itemTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "GTWalsheimBold";
    color: #231F20;
}

.threeColumnSection .threeColumns .items .item .titleSubtitleContainer p {
    margin: 0;
}

.threeColumnSection .threeColumns .items .item .middleText {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.threeColumnSection .threeColumns .items .item .middleText ul {
    display: inline-block;
}

.blockTitle {
    color: #231F20;
    font-size: 2.5vw;    
    font-weight: bold;
    font-family: "GTWalsheimBold";
}

.blockTitle p {
    margin-bottom: 0;
}

.blockSubTitle {
    margin-top: 10px;
}

.middleText {
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.buttonWithBg {
    background-image: url(/images/button-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    color: #EAD9C2;
    font-family: "GTWalsheimBold";
    font-weight: bold;
    padding: 10px 30px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 1px #937A5C, 0 0 0 3px #231F20;
    border-radius: 10px;
}

.twoColumnSection > .bottomLink {
    padding-bottom: 4vh;
}

.threeColumnSection > .bottomLink {
    padding: 0;
}

.bottomLink {
    text-align: center;
    padding-top: 2vh;
    padding-bottom: 1px;
}

.buttonMoveDown {
    color: #937A5C;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 1vw;
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.buttonMoveDown::before {
    content: '';
    background: url(/images/arrows-bottom.svg);
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
}

.buttonMoveDown::after {
    content: '';
    background: url(/images/arrows-bottom.svg);
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
}

.buttonWithBg:hover, .buttonWithBg:active, .buttonWithBg:focus {
    color: #EAD9C2;
}

.twoColumnSection .textContainer {
    width: 45%;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.twoColumnSection .textContainer .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.simpleSection {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 5vh;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.simpleSection .image {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.simpleSection .buttonContainer {
    text-align: right;
}

.videoContainer {
    height: 100%;
    min-height: 300px;
    background-size: cover;
    position: relative;
}

.videoContainer video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hidden {
    display: none;
}

@media(max-width: 1200px) {
    .golfLanding {
        font-size: 17px;
    }

    .buttonMoveDown {
        font-size: 12px;
    }

    .blockTitle {
        font-size: 29px;
    }
}

@media(max-width: 767px) {
    

    .twoColumnSection .twoColumns, .threeColumnSection .threeColumns {
        display: block;
        height: 100%;
    }

    .twoColumnSection .imagesContainer {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 270px;
    }

    .twoColumnSection .textContainer {
        width: 100%;
    }

    .twoColumnSection .imagesContainer .images.twoImages {
        min-height: 500px;
    }

    .simpleSection {
        padding-top: 30px;
    }
}