/*fonts */
.protest-riot-regular {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.scope-one-regular {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}





/* set background */
body {
  background-color: #b2d4d8;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}




/* the whole box of Main title */
.Base1 {
  width: 70rem;
  box-sizing: content-box;
  margin: auto; /* Combined margin-left and margin-right */
  border-radius: 1rem;
  position: relative;
  background-color: rgb(238, 236, 236);
  border-color:  #accdd2;
  border-style: solid;
  border-width: 5px;
  background-image: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
/* inside top box */
.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Big title in main box */
.maintitle {
  font-family: "Titan One", sans-serif;
  font-size: 6rem;
  font-weight: bolder;
  color: #b37de6;
  margin-bottom: 20px;
}
/* nav as group */
nav ul {
  list-style-type: none;
  padding: 12px; /* Added 'px' unit */
  margin: 0;
  word-spacing: 11rem;
}

/* nav as large outer scope individuals */
nav ul li {
  display: inline-block;
  margin-right: 10px;
}

/* nav is smaller scope indivduals, influence to words and links */
nav ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a9bbe;
  font-weight: bolder;
  font-size: 32px;
}




/* the area that the picture of exhibit will sit in */
.Base2 {
  width: 450px;
  height: 274px;
  border-radius: 30px;
  background: #e0e0e0;
  border-color:  #accdd2;
  border-style: solid;
  border-width: 5px;
  position: relative;
  margin: 4% auto 0;
  text-align: center;
  overflow: hidden;
}
/* details of placement of image in base 2 */
.Base2 img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 30px;
}


/* area for the activity info to be positioned */
.Base3 {
  width: 600px;
  height:auto;
  border-radius: 30px;
  background: rgb(238, 236, 236);
  border-color:  #accdd2;
  border-style: solid;
  border-width: 5px;
  position: center;
  margin-left: calc(2% + 0.53rem);
  margin-top: calc(20% + 0.5rem);
}
/* area for the activity extension info to be positioned */
.Base5 {
  width: 600px;
  height: auto;
  border-radius: 30px;
  background: rgb(238, 236, 236);
  border-color:  #accdd2;
  border-style: solid;
  border-width: 5px;
  position: center;
  margin-left: calc(2% + 0.53rem);
  margin-top: calc(20% + 0.5rem);
}
.Base6 {
  width: 600px;
  height: auto;
  border-radius: 30px;
  background: rgb(238, 236, 236);
  border-color:  #accdd2;
  border-style: solid;
  border-width: 5px;
  position: center;
  margin-left: calc(2% + 0.53rem);
  margin-top: calc(20% + 0.5rem);
}
/* heading postioning, <--"Activity Description" --> */
.Base3 h2 {
  text-align: center;
}

/* title of box that has info and text refraining to exhibit*/
.title {
  font-family: "Titan One", sans-serif;
  font-size: 2.5rem;
  font-weight: 300px;
  color: #b37de6;
  margin-bottom: 0.1px;
}
/* Words in the box Labeled Activity description */
.description {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 30px;
  margin-right: 30px;
  font-size: larger;
  color: rgb(0, 0, 0);
}



/*area that will hold the buttons and title "What play is happening" */
.Base4 {
  width: 480px;
  height: 200px;
  border-radius: 30px;
  background: #fdf9f9;
  position: center;
  margin-bottom: 11%;
  margin-left: 10%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/*the play title "what play is happening?" */
.playTITLE {
  font-family: "Titan One", sans-serif;
  color: #b37de6;
  font-weight: 300px;
  font-size: 2.5rem;
}


/* rule set for all of the bases in the body, base2,3,4 */
.maininf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.6em;
  row-gap: 0em;
}



/*    SCREEN ADJUSTMENTS  */

/* Adjustments for smaller screens */
@media only screen and (max-width: 768px) {
  /* the whole box of Main title */
  .Base1 {
    width: 90%;
  }

  /* area for the exhibt info to be positioned */
  .Base3 {
    font-size: auto;
    width: 90%;
    margin-left: 3%;
    margin-right: auto;
    height: auto;
  }

  /* rule set for all of the bases in the body, base2,3,4 */
  .maininf {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 2em;
  }

  /* the area that the picture of exhibit will sit in */
  .Base2 {
    width: 80%;
    height: 70%;
    margin-left: 10%;
    margin-top: 2%;
  }

  .Base2 img{
    width: 70%;
    height: 70%;
    object-fit: cover;
  }

  /* Big title in main box */
  .maintitle {
    font-size: 4rem;
  }

  /*area that will hold the buttons and title "What play is happening" */
  .Base4 {
    width: 70%;
    margin-left: 1%;
    margin-bottom: 2%;
    padding-bottom: 2%;
    display: contents;
    flex-direction: column;
    align-items: center;
  }

  .Base5, .Base6{
    width: 90%;
    margin-left: 4%;
  }


  /*the play title "what play is happening?" */
  .playTITLE {
    border-radius: 1rem;
    position: relative;
    background-color: #fdf9f9;
    background-image: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  /* Larger outer scale + inner scale work together, grouped like this because some
  details can be more large scale and need different adjustments to work together */
  .Base4 .toPLAY {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    flex-direction: column;
    
  }

  /* even smaller telling all 3 grouping what their spacing is */
  .Base4 .toPLAY .btn {
    margin: 10px 0;
    
  }

  /* nav as group */
  nav ul {
    word-spacing: 0rem;
  }
}

/* Additional adjustments for even smaller screens */
@media only screen and (max-width: 480px) {
  /* the whole box of Main title */
  .Base1 {
    padding: 5px; /* Adjust padding */
  }

  /* area for the exhibt info to be positioned */
  .Base3 {
    margin-top: 10%;
  }

  /*area that will hold the buttons and title "What play is happening" */
  .Base4 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
    padding-bottom: 3%;
  }
}

/* details of the whole button regarding color, shaping, and text */
.btn {
  transition: all 0.3s ease-in-out;
  font-family: "Dosis", sans-serif;
  width: 150px;
  height: 60px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #bea44d 4%, #cfb355 100%);
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 24px;
  color: white;
}

/* effect when button being hovered on */
.btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}

/* effect when button being clicked */
.btn:active {
  opacity: 0.5;
}
  