/*fonts */
.protest-riot-regular {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .scope-one-regular {
    font-family: "Oswald", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  
  
  
  
  /* set background */
  body {
    /* background-image: url(artsmartBCKRND.png); */
    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);
    background-image: white;
    border-color:  #accdd2;
    border-style:double;
    border-width: 10px;
    text-align: center;
    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:#494949;
    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: #494949;
    font-weight: bolder;
    font-size: 25px;
  }
  
  
  
  
  /* 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: 7px;
    position: relative;
    margin: 4% auto 0;
    text-align: center;
    overflow: hidden;
  }
  /* details of placement of image in base 2 */
  .Base2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
  }
  
  
  /* area for the exhibt info to be positioned */
  .Base3 {
    width: 600px;
    height: 354px;
    border-radius: 30px;
    background: rgb(238, 236, 236);
    border-color:  #accdd2;
    border-style: solid;
    border-width: 7px;
    position: center;
    margin-left: calc(2% + 0.53rem);
    margin-top: calc(20% + 0.5rem);
  }
  /* heading postioning, <--"Exhibit info" --> */
  .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 Exhbit Info */
  .description {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 30px;
    margin-right: 30px;
    font-size: larger;
    color: #494949;
  }
  
  
  
  /*area that will hold the buttons and title "What play is happening" */
  .Base4 {
    width: 480px;
    height: 200px;
    border-radius: 30px;
    background: #fdf9f9;
    border-color:  #accdd2;
    border-style: solid;
    border-width: 5px;
    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: #f097f0;
    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: 4.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: auto;
      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: 90%;
      height: auto;
      margin-top: 5%;
    }
    
    /* Big title in main box */
    .maintitle {
      font-size: 4rem;
    }
  
    /*area that will hold the buttons and title "What play is happening" */
    .Base4 {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 5%;
      padding-bottom: 3%;
      display: contents;
      flex-direction: column;
      align-items: center;
    }
    
    /*the play title "what play is happening?" */
    .playTITLE {
      border-radius: 1rem;
      position: relative;
      background-color: #fdf9f9;
      background-image: white;
      border-color:  #accdd2;
      border-style: solid;
      border-width: 5px;
      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: "Oswald", sans-serif;
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #f097f0 4%, #e697e6 100%);
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: rgb(239, 236, 236);
  }
  
  /* effect when button being hovered on */
  .btn:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
  
  /* effect when button being clicked */
  .btn:active {
    opacity: 0.5;
  }
  
  
  
  
  body,html{
    width:100%;
    height: 100%;
  }
  body{
    margin:0;
    padding:0;
    background-image: linear-gradient(to bottom right, #b2d4d8, #c6dcdf);
  }
  .bubbles{
    position:static;
    width:100%;
    height: 100%;
    z-index:0;
    overflow:hidden;
    top:0;
    left:0;
  }
  .bubble{
    position: absolute;
    bottom:-100px;
    width:40px;
    height: 40px;
    background:#f1f1f1;
    border-radius:50%;
    opacity:0.5;
    animation: rise 10s infinite ease-in;
  }
  .bubble:nth-child(1){
    width:40px;
    height:40px;
    left:10%;
    animation-duration:10s;
  }
  .bubble:nth-child(2){
    width:20px;
    height:20px;
    left:20%;
    animation-duration:7s;
    animation-delay:1s;
  }
  .bubble:nth-child(3){
    width:50px;
    height:50px;
    left:35%;
    animation-duration:9s;
    animation-delay:2s;
  }
  .bubble:nth-child(4){
    width:80px;
    height:80px;
    left:50%;
    animation-duration:13s;
    animation-delay:0s;
  }
  .bubble:nth-child(5){
    width:35px;
    height:35px;
    left:55%;
    animation-duration:8s;
    animation-delay:1s;
  }
  .bubble:nth-child(6){
    width:45px;
    height:45px;
    left:65%;
    animation-duration:10s;
    animation-delay:3s;
  }
  .bubble:nth-child(7){
    width:90px;
    height:90px;
    left:70%;
    animation-duration:14s;
    animation-delay:2s;
  }
  .bubble:nth-child(8){
    width:25px;
    height:25px;
    left:80%;
    animation-duration:8s;
    animation-delay:2s;
  }
  .bubble:nth-child(9){
    width:15px;
    height:15px;
    left:70%;
    animation-duration:7s;
    animation-delay:1s;
  }
  .bubble:nth-child(10){
    width:90px;
    height:90px;
    left:25%;
    animation-duration:12s;
    animation-delay:4s;
  }
  @keyframes rise{
    0%{
      bottom:-100px;
      transform:translateX(0);
    }
    50%{
      transform:translate(100px);
    }
    100%{
      bottom:3000px;
      transform:translateX(-200px);
    }
  }