*{
    font-family: "Titan One", "Nunito";
    font-size: 62.5%;
    margin: 0;
    box-sizing: border-box;
}
header{
    background: red;
    
}

.drinknav{
    display: none;
}

.phillynav1{
    display:flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    max-width: 1000px;

    margin: 0 auto;
    padding: 15px 30px;
}

.phillynav1 h2{
    display:flex;
    color: white;  
    font-size: 2rem;
    justify-content: center;
    align-items: center;
}

.phillynav1 nav ul{
    display:flex;
    flex: 1;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    text-decoration: none;
    gap: 20px;
    font-size: 3rem; 
}

.call{
    display: inline-block; 
    color: white;
    list-style-type: none;
    text-decoration: none;
    background: rgb(242, 202, 68);
    text-shadow: 1px 1px 2px grey;
    border-radius: 15px;
    padding: 8px 18px; 
    margin: 15px;
    white-space: nowrap;

}

li a{
   display:flex;
   text-decoration: none;
   color: white;
   align-items: flex-end;
   margin-left: 3px;
   
}

.header-anouncement span{
    display:flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}


span{
    font-family: 'Nunito';
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: rgb(242, 202, 68);
    color: brown;
    font-size: 1.5rem;
    font-weight: bold;
}

main{
    min-height: 450px;
    background-image: 
    linear-gradient(to right, rgba(227, 11, 93, 0.5), rgba(179, 0, 71, 0.6)), 
    url('../img/lemonade.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 150px;
    box-sizing: border-box;
    }

#mainspan{
    background:none;
    color: rgb(242, 202, 68);
    display: flex;
    justify-content: flex-start;
}

h1{
    color:white;
    font-size: 9rem;
}

p{ 
    font-family: 'Nunito';
    color: white;
    font-size: 2.7rem;
    text-align: start;
    font-weight: 20px;
    width: 650px;
    font-weight: 300;
    padding-bottom: 40px;
    padding-top: 30px;
}

#flavorsbtn{
    font-family: 'Nunito';
    display: inline-block; 
    color: rgba(179, 0, 71, 0.6);
    background: rgb(242, 202, 68);
    text-shadow: 1px 1px 2px grey;
    border-radius: 55px;
    padding: 12px 30px;
    font-size: 2rem;
    text-decoration: none;
    font-weight: bold;
}
main ul li{
    list-style-type: none;
}

.mainbtn-container{
    display: flex;
    gap: 12px;

}

#call {
    display: inline-block;
    background: transparent;
    padding: 12px 30px;
    border-radius: 55px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-size: 2rem;
}

.bottomspan{
    display:flex;
    color: white;
    font-size: 1.7rem;
    margin: 20px;
    justify-content: flex-start;
    background: transparent;

}
.flavors{
    background: rgb(254, 248, 240);
    padding: 60px 70px;
}

.sizes, .stand {
    padding-top: 60px;
   padding-left: 70px;  
}

.flavors span {
    
    justify-content: flex-start;
    background: transparent;
    font-size: 2rem;
}

h2{
    color: rgb(55, 34, 34);
    font-size: 3rem;
}

.flavors p{
    color: grey;
    font-size: 1.7rem;
    padding-top: 8px;
    text-align: left;
    
}

.flavors span.yellowbackground {
    text-align: center;
    background: gold;
    color: brown;

    padding: 5px 10px;
    border-radius: 6px;
    
}

.weekspecial {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.flavorchoice{
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.flavorchoice ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;  
    padding: 0;
    box-shadow: 75px;
}

.flavorchoice li {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0.5px solid rgb(209, 199, 199);
  width: 23rem;
  height: 14rem;
  background: white;
  border-top: 8px solid red;
  border-top-right-radius: 20px;
  border-radius: 20px;

}

.flavorchoice li:nth-child(2){
    border-top: 8px solid yellow;
    border-top-right-radius: 20px;

}

.flavorchoice li:nth-child(3){
    border-top: 8px solid skyblue;
    border-top-right-radius: 20px;

}

.flavorchoice li:nth-child(4){
    border-top: 8px solid orange;
    border-top-right-radius: 20px;

}

.flavorchoice li:nth-child(5){
    border-top: 8px solid rgb(179, 81, 179);
    border-top-right-radius: 20px;

}

.flavorchoice li h3{
    margin-top: 15px;
    margin-left: 15px;
    font-size: 1.8rem;
}


.flavorchoice li p{
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  height: 14rem; 
  margin-left: 15px;
  
}


.sizes{
    background: skyblue;  
}

.sizes span{
    display:flex;
    justify-content: flex-start;
    background: transparent;
    font-size: 2rem;
}

.cupscontainer{
    display: flex;
    justify-content: space-around;
    padding-top: 35px;
}

.cupscontainer section{
    align-items: center;  
    display:flex;
    flex-direction: column;
    
    justify-content: center;
    gap: 1.2rem;  
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 12px;
    width: 18rem;
    height: 14rem;
    background: white;
}

.cupscontainer section span{
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: center;
}

.cupscontainer .prices{
    font-size: 2.7rem;
    font-family: "Titan One"

}

.cupscontainer h3{
    font-size: 1.7rem;
}

.sizes .descriptionCup{
    font-size: 1.3rem;
    color: grey;
    gap: 1rem;
}

.gelati p{
    text-align: center;
    background: transparent;
    font-size: 1.4rem;
    font-weight: bold;
    color: navy;
}

.gelati{
    display: flex;
    justify-content: center;
}

.stand{
    background:rgb(254, 248, 240);
}

.stand span{
    display:flex;
    justify-content: flex-start;
    background: transparent;
    font-size: 2rem;
}

.standcontainer{
    display:flex;
    justify-content: space-around;
    padding-top: 35px;
    padding-bottom: 30px;

}

.standcontainer section{
    display: flex;
    flex-direction: column;
    width: 25rem;
    min-height: 12rem;
    height: auto;
    gap: 1.5rem;  
    border-radius: 24px;
    background: white;
    box-shadow: 0 12px 30px rgba(80, 60, 40, 0.08);
    padding: 2.2rem 1.9rem;
}

.standcontainer h3{
    margin: 0 0 1.5rem 0;
    font-size: 1.7rem;
    color: rgb(180, 65, 65);
    text-align: left;
}

.standcontainer p{
    color:rgb(103, 95, 95);
    font-size: 1.3rem;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-top: 0px;
    font-weight: 400;

}

.seasonHours{
    font-weight: bold;
    color: rgb(103, 95, 95);
    font-size: 1.3rem;
}

.standcontainer address{
    font-family: 'Nunito';
    color: rgb(103, 95, 95);
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.standcontainer address a {
    font-family: 'Nunito';
    color: rgb(180, 65, 65);
    font-size: 1.3rem;
    font-weight: 800;
}

.standcontainer  .cashRules{
    color: black;
    border: 2px solid gold;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    width: fit-content;
    align-content: center;
    background: gold;

}

footer{
    background: rgb(68, 31, 68);
    padding-top: 3.5rem;

}

.footercontainer{
    display: flex;
    justify-content: center;
    gap: 2rem;

}
.footercontainer h2{
    color: white;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.footercontainer section p{
    text-align: left;
    color: rgb(199, 194, 194);
    font-size: 1.5rem;
    gap: 1.2rem;
    line-height: 1.5;
    text-wrap: wrap;
    max-width: 100%;
}

.footercontainer section{
    display:flex;
    flex-direction: column;
    justify-content: flex-start; 
    padding: 0;
    background: transparent;
    width: 350px;
}

.footercontainer address {
    margin: 0;
    text-align: left;
    color: rgb(180, 190, 195);
} 

.footercontainer address a {
  font-family: 'Nunito';
  color: rgb(199, 194, 194);;
  text-decoration: underline;
  font-size: 1.5rem;
}

.footercontainer address span {
    color: rgb(199, 194, 194);
    background: transparent;
    font-size: 1.5rem;
    gap: 1rem;

}

.footer-divider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    flex-basis: 100%;
    padding-bottom: 5px;
    padding-top: 10px;
}
.footer-divider a{
    color: rgb(200, 194, 194);
}
section.footer-divider span{
    color: rgb(200, 194, 194);
    background: transparent;
    font-size: 1.2rem;
}

/* Tablet */

@media screen and (max-width: 1024px){
    h2{
        font-size: 3.2rem;     
    }

    .flavorchoice p{
        font-size: 1.8rem;
    }
    
    
    p{
        font-weight: lighter;
        font-size: 1.8rem;
    }

    main {
        padding: 50px 40px;
    }

    

    

   
}

/* mobile */

@media screen and (max-width: 767px){
    main {
        padding: 50px 40px;
    }
    
    .logo{
        display:none;
    }

    header{
        display: flex;
        flex-direction: column;
        padding: 20px;

    }

    .donate{
        display: inline-block;
        text-align: center;
    }

    nav ul{
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        
    }

    .cupscontainer{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-around;
    padding-top: 35px;
    align-items: center;
    }

     .standcontainer{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-around;
    padding-top: 35px;
    align-items: center;

    }

    .footercontainer{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-around;
    padding-top: 35px;
    align-items: center;

    }

    .mainbtn-container{
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.flavors p{
    display: flex;
    flex-wrap: wrap;
}

.flavors {
        padding: 40px 20px;
    }
p{
    width: auto;
    height: auto;
    margin: 15px;

}

.flavors .weekspecial{
    text-align: center;
    justify-content: center;
}


}


/***************************************
/*Additional Styles
/**************************************/

@media (max-width: 600px){
    li{
        display: none;
    }

    .drinknav {
        display: block;
        height: 40px;      
        width: auto;  
        font-size: 3rem;
    }

    header {
        height: 120px;
    }
}


