/* all access */
.all-access-chill-body {
 display: flex;
 justify-content: space-evenly;
 margin: 5rem auto;
}

.all-access {
  width: 47%;
  border: 9px solid #fedbc4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2%;
}

.all-access-header {
  font-size: 2.06rem;
  font-family: 'SuisseWorks';
   font-weight: 200;
  color: #ff7a6b;
  margin-top:1rem;
}

.all-access-subheader {
  font-family: 'Suisse Int Cond Semi';
  font-size: 7.7rem;
  line-height: 6.25rem;
  color: #124573;
  margin-top: 1rem;
}

.all-access-paragraph {
   font-family: "BrandonGrotesque-Light", "serif";
   font-size: 1.9rem;
  color: #ff7a6b;
   margin-top: .5rem;
   width: 90%;
  font-weight: 600;
}

.all-access-link-div {
   background-color: #ff7a6b;
   text-align: center;
  padding: 2rem;
  margin-top: 2rem;
 width: 90%;
}

.all-access-link {
 color: white;
  font-family: 'Suisse Int Cond Semi';
  font-size: 2.8rem;
  text-decoration: none;
}

/* view our menu */
.view-our-menu {
 display: flex;
 justify-content: space-evenly;
 width:90%;
 margin: 5rem auto;
}

.view-text-div {
 width: 47%;
 margin-right: 2rem;
}

.view-our-menu-text {
 font-size:4rem;
 font-family: 'SuisseWorks';
   font-weight: 200;
 color: #ff7a6b;
 width: 50%%;
}

#join-now {
 width: 70%; 
 margin-top: 1rem;
}

.view-link-div { 
  text-transform: uppercase;
   background-color:#124573;
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.view-menu-link {
  color: white;
  font-family: 'Suisse Int Cond Semi';
  font-size: 3rem;
  text-decoration: none; 
  padding-top: 1rem;
  padding-bottom: 1rem;
}





@media (min-width: 768px) and (max-width: 1024px) {
  /* all access */
.all-access-chill-body {
 margin: 3rem auto auto auto;
 flex-direction: column;
}

.all-access {
  width: 90%;
  padding:1% 1% 7% 1%;
  text-align: center;
  position: relative;
  margin:auto auto 4.5rem auto;
}
  
  .all-access-header {
    font-size: 1.59rem;
  }
  
  .all-access-subheader {
    font-size: 5.6rem;
  }

.all-access-paragraph {
  margin: .5rem auto;
  font-size: 1.4rem;
  text-align: center;
}

.all-access-link-div {
   text-align: center;
   width: 50%;
   position: absolute;
  left: 27%;
  top: 73%;
}
  
.single-button{
 top: 85%; 
}
  
.all-access-link {
 font-size: 1.5rem;
}
  
  
  .view-our-menu {
 display: flex;
 justify-content: space-evenly;
 width:90%;
 margin: 1rem auto auto auto;
}

.view-text-div {
 width: 47%;
 margin-right: 2rem;
}

.view-our-menu-text {
 font-size:3rem;
 font-family: 'SuisseWorks';
 color: #ff7a6b;
 width: 60%;
}


.view-link-div { 
  text-transform: uppercase;
   background-color:#124573;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}


.view-menu-link {
  color: white;
  font-family: 'Suisse Int Cond Semi';
  font-size: 2rem;
  text-decoration: none; 
}


}

  
  
@media (min-width: 425px) and (max-width: 767px) {
  
  .all-access-chill-body {
     flex-direction: column;
     margin: auto;
 }
 
  
  .all-access {   
    width: 90%;
  padding:1% 1% 7% 1%;
  text-align: center;
  position: relative;
  margin:auto auto 3rem auto;
  }
  
  
 .all-access-header {
  font-size: 14px; 
 }
  
   .all-access-subheader {
    font-size:50px;
      line-height: 39px;
  }
  
  .all-access-paragraph {
  	font-size: 14px;
     margin: .5rem auto;
  text-align: center;
  }
  
  .all-access-link-div {
   width: 50%;
   padding: 1rem;
   top: 64%;
    
    text-align: center;
  
   position: absolute;
  left: 27%;

  }
  
  .single-button{
   top: 78%; 
  }
  
  .all-access-link {
   font-size: 20px; 
  }
  
  .view-our-menu-text {
 font-size: 28px;
   line-height: 28px;
}
  
  .view-link-div {
   width: 55%; 
  }
  
.view-menu-link {
 font-size: 18px !important;
}
 
}

@media(min-width: 320px) and (max-width: 424px) {
   .all-access-chill-body {
     flex-direction: column;
     margin: auto;
 }
 
  
  .all-access {   
    width: 90%;
  padding:1% 1% 7% 1%;
  text-align: center;
  position: relative;
  margin:auto auto 4rem auto;
  }
  
  
 .all-access-header {
  font-size: 14px; 
 }
  
   .all-access-subheader {
    font-size:50px;
      line-height: 39px;
  }
  
  .all-access-paragraph {
  	font-size: 14px;
     margin: .5rem auto;
  text-align: center;
  }
  
  .all-access-link-div {
   width: 50%;
   padding: 1rem;
   top: 72%;
    
    text-align: center;
  
   position: absolute;
  left: 27%;

  }
  
  .single-button{
   top: 78%; 
  }
  
  .all-access-link {
   font-size: 20px; 
  }
  
  .view-our-menu-text {
 font-size: 28px;
   line-height: 28px;
}
  
  .view-link-div {
   width: 55%; 
  }
  
.view-menu-link {
 font-size: 18px !important;
}
}