*{
    box-sizing: border-box;
  }
  
  body{
    margin:0;
    padding:0;
    background-color:#FFF8F3 ;
  }

/* nav bar */
.navbar{
    display:flex;;
    justify-content:space-between;
    align-items:center;
    background-color:#610C63;
    color:#FFF8F3;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  
  }

  .navbar a{
    all : unset;
    color:white;
  }
  
  .brand-title{
    font-size:2rem;
    margin:0.5rem;
  }
  
  .navbar-links ul {
    margin:0;
    padding:0;
    display:flex;
  }
  
  .navbar-links li{
    list-style:none;
  }
  
  .navbar-links li a{
    text-decoration:none;
    color:white;
    padding:1rem;
    display:block;
  }
  
  .navbar-links li:hover{
    background-color:#4EF037;
  }
  
  .log{
    background-color:#4EF037 ;
  }
  
  .toggle-button{
    position:absolute;
    top:.75rem;
    right:1rem;
    display:none;
    flex-direction:column;
    justify-content:space-between;
    width:30px;
    height:21px;
  }
  
  .toggle-button .bar{
    height:3px;
    width:100%;
    background-color:white;
    border-radius:10px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #610C63;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: #dc5d62;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .drop-menu:hover .dropdown-content {
    display: block;
  }

  .container{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    
  }
  

  .box{
    width: 10rem;
    height: 10rem;
    background-color: #FDEFF4;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; 
  }

  .img-div{
    height: 70%;
  }

  .box img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 7rem;
  }

.description{
    text-align: center;
    background-color: #dc5d62;
    height: 3rem;
}

.des-btn{
    border: none;
    width: 100%;
    height: 100%;
    background-color: #76BA99;
    color:#FFF8F3;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;

}

.des-btn a{
    all : unset;
    color:#FFF8F3;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }


.phone{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width:60px;
    height:60px;
    background-color:#610C63;
    border-radius:50px;
  }

  .fa-phone{
    color:#76BA99 ;
  }
  
  .phone i{
    margin-top:0.75rem;
    margin-left:0.7rem;
  }
  
  .dropup-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, .15);
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
  }
  .dropup-content a {
    color: #38A3A5;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropup-content a:hover {background-color: #ccc}
  
  .phone:hover .dropup-content {
    display: block;
  }

  .back{
    background-color: #610C63;
    width: 100%;
    
  }

  .back-arrow{
    width: 50px;
    height: 50px;
    margin: 2px 2px;
  }

  .mapouter{
    margin: auto ;
  }

  .btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .contact-btn{
    width: 150px;
    height: 30px;
    margin: 10px;
    background-color:#38A3A5 ;
    border-radius: 10px;
    
  }

  .contact-btn a{
    text-decoration: none;
    color:#FFF8F3;
  }
  

  .row{
    display: flex;
    max-width: 100%;
  }

  .side{
    width: 2%;
    background-color: blue;
    height: 13.3vh;
    border-style: solid;
    border-width: 1px;
    border-color: #EAEAEA;
  }
  .day{
    width:23%;
    height: 13.3vh;
    border-style: solid;
    border-width: 1px;
    border-color: #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color:#3C4048;
  }

  .event{
    width:75%;
    height: 13.3vh;
    border-style: solid;
    border-width: 1px;
    border-color: #EAEAEA;
  }

  .activity{
    width: 40%;
    height: 13.3vh;
    
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center space-evenly;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  .activity h5{
    margin-top:10px;
    padding: 0;
  }
  .activity p{
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
  }

  .heading{
    width: 100%;
    height: 1vh;
    background-color: #610C63;
  }


  .ec{
    width: 100%;
    background-color:#FFF5E4 ;
    text-align: center;
    display: flex;
    flex-direction:column;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  .ec a {
    text-decoration: none;
    margin: 22px;
    color: #38A3A5;
    font-size: 1.2rem;
    font-weight: bold;
  }
