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

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: Quicksand;
    background-color: #FFFFFF;
}

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;   
    background-color: #FFF; 
    margin: auto;
    display: flex;
}

.logoWrapper {
    margin: auto;
    padding: 50px 0 30px 0;
    text-align: center;
    width: 100%;
}

.logo {
    width: 320px;
    max-width: 50%;
}


.content {
    width: 100%;
    background-color: #6a4a9e;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 5px 8px #888888;
    justify-content: flex-start;
}

.codeForm {
    margin: auto;
    padding: 30px 0 100px 35px;
    width: 700px;
    max-width: 100%;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

.codeBox {
    width: 60%;
    height: 50px;
    font-family: Quicksand;
    font-size: 28pt;
    text-align: center;
    letter-spacing: 15px;
    color: #000;
    background-color: #FFF;
    border: 0;
    text-transform: uppercase;
    outline: none;
}

.submitButton {
    margin: 0 0 0 10px;
    padding: 0px;
    width: 35px;
    height: 50px;
    background-image: url('pics/codebutton.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-origin: content-box;
    border: 0;
    cursor: pointer;
}

.addNew {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px 0 0;
}
    .addNew p {
        margin: 0;
        color: #000;
        font-family: Quicksand;
        font-weight: 600;
        font-size: 12pt;
        text-decoration: none;
        padding: 0 10px 0 0;
    }

    .addNew img {
        width: 32px;
    }




.registerForm {
    margin: auto;
    padding: 30px 10px 100px 35px;
    
    max-width: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.reportForm {
    margin: auto;
    padding: 30px 10px 100px 35px;
    
    max-width: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.reportField {
    width: 85%;
    height: 50px;
    font-family: Arial;
    font-size: 16pt;
    text-align: left;
    color: #000;
    background-color: #FFF;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.reportTextArea {
    width: 85%;
    height: 50px;
    font-family: Arial;
    font-size: 16pt;
    text-align: left;
    color: #000;
    background-color: #FFF;
    border: 0;
    outline: none;
    margin: 0;
    padding: 10px;
    height: 150px;
    resize: none;
}

.textboxHeader {
    margin: 20px 0 0 0;
    color: #FFF;
    font-family: Quicksand;
    font-weight: normal;
    font-size: 16pt;
    text-align: left;
}

.registerCode {
    width: 85%;
    height: 50px;
    font-family: Quicksand;
    font-size: 28pt;
    text-align: left;
    letter-spacing: 15px;
    color: #000;
    background-color: #FFF;
    border: 0;
    text-transform: uppercase;
    outline: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.registerEmail {
    width: 85%;
    height: 50px;
    font-family: Arial;
    font-size: 16pt;
    text-align: left;
    color: #000;
    background-color: #FFF;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.submitDiv {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}


.registeredWrapper {
    display: flex;
    flex-direction: row;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    padding: 30px 0;
}

.registeredItem {
    background-color: #FFF;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 20px;
}

.registeredItem img {
    width: 80%;
    margin: 0 auto;
}

.registeredItem a, a:hover, a:visited {
    text-decoration: none;
}

h1 {
    margin: 0 auto;
    color: #FFF;
    font-family: Quicksand;
    font-weight: 100;
    font-size: 24pt;
    padding: 50px 0 30px 0;
    text-align: center;
}


h2 {
    margin: 0 auto;
    color: #FFF;
    font-family: Quicksand;
    font-weight: normal;
    font-size: 18pt;
    padding: 10px 30px 0 30px ;
    text-align: center;
}

h3 {
    margin: 0;
    color: #000;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 18pt;
    padding: 0 0 20px 0;
    text-align: center;
}

h4 {
    margin: 0;
    color: #000;
    font-family: Quicksand;
    font-weight: normal;
    font-size: 24pt;
    padding: 20px 0 20px 0;
    text-align: center;
    letter-spacing: 10px;
}

h5 {
    margin: 0;
    color: #000;
    font-family: Quicksand;
    font-weight: normal;
    font-size: 14pt;
    padding: 20px 0 20px 0;
    text-align: center;
}

h6 {
    margin: 0;
    color: #FFF;
    font-family: Quicksand;
    font-weight: normal;
    font-size: 12pt;
    padding: 10px 0 20px 0;
    text-align: center;
}

.errorText {
    margin: 20px 0 0 0;
    color: #ff6e71;
    font-family: Quicksand;
    font-weight: normal;
    font-size: 14pt;
    text-align: left;  
}








.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 {
    
    width: 100%;
    margin: 0 auto;    
    display: flex;
    align-items: top;
    flex-direction: row;
    flex-wrap: wrap; 
    align-content: flex-start; 
}

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

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

.block3 {
    width: 57%;
    height: 480px;
    background-image: url('https://www.savvymom.ca/wp-content/uploads/fly-images/103368/iStock-182145681-e1500340803115-725x420-c.jpg');
    background-size: cover;
    background-position: center;
}

.block4 {
    width: 57%;
    height: 480px;
    background-color: #0096d5;
    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: #008a22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
}

.block6 {
    width: 43%;
    height: 500px;
    background-color: #e41212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}
    .block6 p {
        font-family: Roboto;
        font-size: 21px;
        color: #FFFFFF;       
    }

.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-position: center;
}

.block8 {
    width: 100%;
    height: 100px;
    
}

.block2 p, .block5 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;       
        }
    






.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: 0;
    padding: 10px 0 0 0;
}



.headerimgLogo {
    max-width: 400px;      
}





















































.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;
    }
    
    .block6 h2{
        padding: 0 50px 25px 0;  
    }
    
    .menu {
        display: none;                
    }
    
    .hamburger-menu {
        display: inline;
    }
    
    
    
    .containerLogo {
        height: 66px;   
    }
    
    .headerimgFakeLogo {
        height: 66px;  
    }
    
    .headerimgLogo {
        max-width: 65%; 
    }
}