
    .bigTitle {
      font-size: 5.3em;
      text-align: center;
    }

    body {
      font-size: 19px;
      padding: 15px;
    }

    video{
      width:100%;
    }

    .fullsizeImage{
      width:100%
    }
    
    #scroll {
      display: none;
    }
    
    .container {
      display: flex;
      flex-direction: column;
    }
    
    .bigLinks {
      font-size: 2em;
      color: #0a0025;
    }
    
    .sidebar {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    justify-content: center;
    }

    #homeButton{
      background-repeat: no-repeat;
      background-size: cover;
      height: 40px;
      width: 100px;
    }
    
    #aboutButton{
      background-repeat: no-repeat;
      background-size: cover;
      height: 40px;
      width: 100px;
    }
    
    #projectsButton{
      background-repeat: no-repeat;
      background-size: cover;
      height: 40px;
      width: 100px;
    }
    
    #funButton{
      background-repeat: no-repeat;
      background-size: cover;
      height: 40px;
      width: 100px;
    }
    
    #galleryButton{
      background-repeat: no-repeat;
      background-size: cover;
      height: 40px;
      width: 100px;
    }
    
    #artistButton{
      background-repeat: no-repeat;
      background-size: cover;
      height: 40px;
      width: 100px;
    }
    
    .sideDetails{
      display: none;
    }
    
    .scrolly {
      display:none;
    }
    
    .title{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    }


    #madnessOne{
      width:auto;
    }

   #madnessTwo{
    width:auto;
   }

   #second{
    margin-top: 1em;
   }


img.guest{
  height: auto;
  width: auto;
  max-width: 100%;
}

  #fitImage{
    max-width: 70%;
    height: auto;
  }

  #floatImage{
    display: none
}

#altar{
  max-width: 100%;
    height: auto;
}

#altarExtra{
  max-width: 20%; 
    height: auto;
}