#box1 {
    float: left;
    background-color: #50463B;
    opacity: 1.0;
    width: 48%;
    height: 40px;
    
    padding-left: 1% ;
    padding-right: 1% ;
    padding-top: 20px;
    padding-bottom: 10px;
  
    text-align: center;
    color: whitesmoke;
    z-index: 100;
    font-family: sans-serif;
    font-size: 25px;
}
#box2 {
    float: left;
    background-color: #8D7F6D;
    opacity: 1.0;
    width: 48%;
    height: 40px;
    
    padding-left: 1% ;
    padding-right: 1% ;
    padding-top: 20px;
    padding-bottom: 10px;
  
    text-align: center;
    color: whitesmoke;
    z-index: 100;
    font-family: sans-serif;
    font-size: 25px;
}

#box2:hover {
    background-color: #695B4D;
}

#topBox {
    float: left;
    opacity: 1.0;
    width: 98%;
    
    background-image: url("../DATA/Banner.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    
    padding-left: 1% ;
    padding-right: 1% ;
    padding-top: 1%;
    padding-bottom: 13%;
    
    margin-bottom: 15px;
  
    text-align: left;
    color: black;
    z-index: 100;
    font-family: sans-serif;
    font-size: 15px;
} 

#AppStoreBox {
    float: left;
    opacity: 1.0;
    width: 45%;
    
    background-image: url("../DATA/AppStoreBadge.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    
    padding-bottom: 14%;
    
    margin-left: 2%;
    margin-top: 0px;
    
  
}

#PlayStoreBox {
    float: left;
    opacity: 1.0;
    width: 45%;
    
    background-image: url("../DATA/google-play-badge.png");
    background-size: 114%;
    background-repeat: no-repeat;
    background-position: center;
    
    padding-bottom: 14%;
    
    margin-left: 8%;
    margin-top: 0px;
    
  
}

#downloadBox {
    
    float: left;
    opacity: 1.0;
    width: 47%;
    
    margin-right: 8%;
    margin-left: 8%;
    
    padding-top: 2%;
    padding-bottom: 2%;
  
} 




#imageBOX {
    float: right;
    opacity: 1.0;
    width: 25%;
    
    padding-left: 1% ;
    padding-right: 1% ;
    padding-bottom: 55%;
    margin-top: 30px;
    margin-right: 2%;
    
    background-image: url("../DATA/IPhone_Start.png");
    background-size: 100%;
    background-repeat: no-repeat;
} 

#sponsorBox {
    float: left;
    opacity: 1.0;
    width: 29%;
    margin-top: 10px;
    
    margin-right: 17%;
    margin-left: 18%;
    
    padding-top: 2%;
    padding-bottom: 8%;

  
    background-image: url("../DATA/SponsorenLogosGPApp.png");
    background-size: 100%;
    background-repeat: no-repeat;
} 


#textBox {
    float: left;
    background-color: #8D7F6D;
    opacity: 1.0;
    width: 47%;
    margin-top: 30px;
    
    margin-right: 8%;
    margin-left: 8%;
    
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2% ;
    padding-right: 2% ;

  
    text-align: left;
    color: white;
    z-index: 100;
    font-family: sans-serif;
    font-size: 20px;
    text-align: justify;
    hyphens: auto;
} 

#bottomBox {
    float: left;
    width: 98%;
    
    padding-left: 1% ;
    padding-right: 1% ;
    
    text-align: center;
    color: black;
    z-index: 100;
    font-family: sans-serif;
    font-size: 15px;
} 


.a1:link {
    color: black;
    text-decoration: none;
}
.a1:visited {
    color: black;
    text-decoration: none;
}




.accordion {
    background-color: #8D7F6D;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: sans-serif;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #50463B;
    color: whitesmoke;
}

.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #756556;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: black;
    font-family: sans-serif;
}


}