*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    
    @font-face {
      font-family: 'Material Icons';
      font-display: block;
    }
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: Roboto;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;   
    margin: 0 auto;    
    display: flex;
    align-items: top;
    flex-direction: row;
    flex-wrap: wrap; 
    align-content: flex-start; 
}


.header {
    width: 100%;
    position: relative;    
    margin: 0 auto;
    padding: 10px 5% 0 5%;
    align-content: left;
    z-index: 2;
    background-color: #FFFFFF;
}

.logo {
    height: 60%;
    padding: 10px 0 0 0;
    max-width: 50%;
}

.menu {
    display: flex;
}

.menuleft {
    padding: 13px 0 20px 5px;
    width: 50%;
}
    .menuleft a, a:visited {
        font-family: Raleway;
        text-decoration: none;
        color: #000000;    
        font-size: 17px;
        padding: 0 30px 0 0;
        float: left;
    }

.menuright {
    padding: 13px 0 20px 5px;
    width: 50%;
}
    .menuright a, a:visited {
        font-family: Raleway;
        text-decoration: none;
        color: #000000;    
        font-size: 17px;
        padding: 0 0 0 30px;
        float: right;      
    }
    
    

.image {
    width: 100%;
    height: 550px;
    margin: 0 auto;
}

.blockRow1, .blockRow2, .blockRow3, .blockRow4, .blockRow5, .blockRow21 {
    
    width: 100%;
    margin: 0 auto;    
    display: flex;
    align-items: top;
    flex-direction: row;
    flex-wrap: wrap; 
    align-content: flex-start; 
}

.blockRow1 {
    margin: 0;
    flex-direction: column;
}

.block1 {
    width: 100%;
    margin: auto;
    background-color: white;
    text-align: center;
    display: flex;
    padding: 50px 0 10px 0;
}

.block11 {
    width: 100%;
    min-height: 50px;
    margin: auto;
    background-color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.block11Button {
    margin: 0 25px;
}

.block2 {
    width: 43%;
    min-height: 480px;
    background-color: #008a22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}

.block21 {
    width: 100%;
    min-height: 250px;
    background-color: #008a22;
    display: flex;
    flex-direction: column;
    padding: 45px;          
}

.block3 {
    width: 57%;
    height: 480px;
    background-image: url('pics/clubball.jpg');
    background-size: cover;
    background-position: center;
}

.block4 {
    width: 57%;
    height: 480px;
    background-color: #000000;
    background-image: url('pics/drawing.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.block5 {
    width: 43%;
    min-height: 480px;
    background-color: #0096d5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
}

.block51 {
    width: 100%;
    min-height: 250px;
    background-color: #0096d5;
    display: flex;
    flex-direction: column;
    padding: 45px;          
}

.block6 {
    width: 43%;
    height: 500px;
    background-color: #e41212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 35px 45px 45px;
}

.block61 {
    width: 100%;
    min-height: 250px;
    background-color: #e41212;
    display: flex;
    flex-direction: column;
    padding: 45px;          
}

.block7 {
    width: 57%;
    height: 500px;
    /* background-image: url('https://s3.topgolf.com/uploads/images/misc/tg-misc-minigolf-balls-tight.jpg?resize.width=1280&resize.height=720&resize.method=cover'); */
    background-image: url('pics/balls.jpg');
    background-position: center;
}

.block8 {
    width: 100%;
    height: 300px;
    display: flex;    
}

.block8 .info {
    margin: auto;
}

.block8 .info table {
    margin: auto;
}



.block2 p, .block5 p, .block6 p {
        font-family: Roboto;
        font-size: 18px;
        color: #FFFFFF; 
        padding-top: 8px;
        padding-bottom: 8px;  
        font-weight: 300;  
    }
    
    .block5 ul {
        font-family: Roboto;
        font-size: 18px;
        color: #FFFFFF; 
        padding-top: 10px;
        font-weight: 300;       
    }
        .block5 ul li {
            margin-left: 30px;       
        }
        
        
        
.moreInfoButton
{
    background-color: #FFFFFF;
    width: 150px;
    height: 50px;
    margin: 20px 5% 0 auto;
    display: flex;
    border-radius: 10px 0;

}
    .moreInfoButton p {
        margin: auto;
        color: #000000;
        font-weight: 400;
        text-decoration: none;
    }
    
    
.moreInfoItemWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.moreInfoItem {
    margin: 0 0 25px 0;
    width: 50%;
    padding: 0 40px 0 0;
}

    .moreInfoItem p {
        font-family: Roboto;
        font-size: 17px;
        color: #FFFFFF;  
        font-weight: 300;    
    }
    



h1 {
    font-size: 40px;
    margin: 0 auto;
    padding: 0 20px;
    font-weight: 300;
}

h2 {
    font-family: Roboto;
    font-weight: 200;
    font-size: 31px;
    padding: 0 0 25px 0;  
    color: #FFFFFF;      
}

h3 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 19px;
    padding: 0;  
    color: #FFFFFF;      
}

h4 {
    font-family: Roboto;
    font-size: 20px;
    margin: 0 auto;
    padding: 0 20px;
    font-weight: 400;
}



.container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrapper2 {
    width: 100%;     
    height: 100%; 
    display: flex;
    animation: slide 16s infinite; 
}
.headerimg{
    min-width: 100%;
    object-fit: cover;
}
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }
    80%{
        transform: translateX(-300%);
    }
    95%{
        transform: translateX(-300%);
    }
    99%{
        transform: translateX(-400%);
    }
    100%{
        transform: translateX(-400%);
    }
}






.containerLogo {
    z-index: 2;
    margin: auto;
    padding: 10px 0 0 0;
}



.headerimgLogo {
    max-width: 400px;      
    display: block;
    margin: 0;
}

.headerimgLogoCenter {
    max-width: 300px;      
    display: block;
    margin: auto;
}









.brochureButton
{
    background-color: #0096d5;
    width: 150px;
    height: 50px;
    margin: 30px auto 70px auto;
    display: flex;
    border-radius: 10px 0;

}
    .brochureButton p {
        margin: auto;
        color: #FFFFFF;
        font-weight: 400;
        text-decoration: none;
    }
    
    
    
    
.imagesButton
{
    background-color: #e41212;
    width: 150px;
    height: 50px;
    margin: 30px auto 70px auto;
    display: flex;
    border-radius: 10px 0;

}
    .imagesButton p {
        margin: auto;
        color: #FFFFFF;
        font-weight: 400;
        text-decoration: none;
    }
    
    
    
    
    
.appButton
{
    height: 60px;
    margin: 20px auto 0px auto;
    display: flex;
}

    .appButton img {
        margin: 0 auto;
        
    }
    
    
    
    
    
    
    
    
.courseImage
{
    width: 100%;
    max-width: 1000px;
    aspect-ratio: auto;
    margin: 0 auto;
    padding: 20px 25px;
}












































.hamburger-menu {
  display: none;
}

#menu__toggle {
  display: none;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  top: 96px;
  
}
.menu__btn {
  position: absolute;
  top: 55px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition-duration: .5s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: absolute;
  top: -200px;
  right: 0;
  width: 200px;
  height: 185px;
  margin: 0;
  padding: 0px 0;
  list-style: none;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .5s;
  z-index: 1;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: Raleway;
  text-decoration: none;
  color: #000000;    
  font-size: 17px;
  transition-duration: .5s;
}
.menu__item:hover {
  background-color: #000000;
}









































/* For mobile phones: */
@media only screen and (max-width: 768px) {
    [class*="block"] {
        width: 100%;
    }
    
    .wrapper {
        width: 100%;
    }
    
    .blockRow2, .blockRow4 {
        flex-direction: column-reverse;
        
    }
    
    .block1 {
        min-height: 0;
    }
    
    .block4 {
        background-size: 100% auto;
    }
    
    .block5 {
        min-height: 580px;
    }
    
    .block6 {
        min-height: 770px;
    }
    
    .block6 h2{
        padding: 0 50px 25px 0;  
    }
    
    .menu {
        display: none;                
    }
    
    .hamburger-menu {
        display: inline;
    }
    
    .header {
        padding: 10px 5% 20px 3%;
    }
    
    .containerLogo {
        height: 66px;   
    }
    
    .headerimgFakeLogo {
        height: 66px;  
    }
    
    .headerimgLogo {
        max-width: 65%; 
    }
    
    h1 {
        font-size: 26px;
    }
    
    .moreInfoItem {
        width: 100%;
    }
}