body, html{
    height: 100%;
    background-color: grey;
}

.bg{
    background-image: url("https://www.golferleague.com/web/images/jpr/astonoaks.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.topnav{
    background-color: white;
    overflow: hidden;
}

.topnav a{
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
}

.topnav a:hover{
    background-color: #bec3cc;
    color: black;
}

.topnav a.active{
    background-color: #a576c4;
    color: white;
}

.topnav .icon{
    display: none;
}

.info{
    position: absolute;
    top: 150px;
    left: 25%;
    right: 25%;
    min-width: 50%;
    width: 50%;
    text-align: center;
    min-height: 600px;
    background-color: white;
    padding: 40px 20px 40px 20px;
}

.info-home-bak{
    background-image: url("https://www.golferleague.com/jpr/includes/jpr2.jpg");
    background-height: 800px;
    background-repeat: no-repeat;
    background-position: center;
}

.info .bodyCopy{
    font-size: 25px;
}

.golfer{
    width: 90%;
    text-align: left;
    border-style: solid;
    padding: 0 20px 20px 20px;
    margin-top:20px;
}

.golfer input[type=text], .golfer input[type=password]{
    height: 30px;
    width:100%;
    margin-bottom: 10px;
}

.golfer input[type=checkbox]{
    transform: scale(2.0);
}

.commonButton{
    width: 200px;
    height: 80px;
    margin-top: 20px;
    font-size: 30px;
    font-weight:bold;
    border-radius: 12px;
    border: 2px solid #8201F9;
}

.commonButton:hover{
    cursor: pointer;
    background-color: #a576c4;
}

.smallButton{
    width: 100px;
    height: 40px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 12px;
}

.smallButton:hover{
    cursor: pointer;
    background-color: #a576c4;
}

.appleLinks{
    color: black !important;
    text-decoration: none;
}

#paymentType{
    padding: 10px 10px 10px 10px;
    font-size: 20px;
}

@media (max-width: 1200px){
    .topnav a{
        font-size: 50px;
    }
    
    
    h1{
        font-size: 50px;
    }
    
    .info{
      width: 90%;
      left: 3%;
    }
    
    .info .bodyCopy{
        font-size: 40px;
    }
    
    .golfer h2{
        font-size: 40px;
    }
    
    .golfer label{
        font-size: 40px;
    }
    
    .golfer input[type=text]{
        width: 90%;
        height: 60px;
        font-size: 35px;
    }
    
   #paymentType{
       width: 25%;
       font-size: 30px;
   }
   
}
        