body {
	font-size: 14px;
	background: #f3e5f5;
  overflow-x: hidden;
  color: #000a12;
  font-family: "Source Code Pro", Arial, Helvetica, sans-serif;
}

li{
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}

.btn {
  color: #ad1457;
  border: #00838f 3px solid;
  border-radius: 10px;
  width: auto;
  margin: 10px;
  font-weight: bold;
}

.btn-lg{
  width: 200px;
}

title, .btn::first-letter, h5::first-letter, span.category::first-letter{
  text-transform: uppercase;
}

.btn:active, .btn:hover {
  color: #ad1457;
  background-color: rgb(	0, 131, 143, 0.1);
}


  .photo-gallery {
    background-color: transparent;
  }
  
  .photo-gallery h2 {
    font-family: "Turret Road", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #ad1457;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom: 25px;
      padding-top: 25px;
      font-size: 24px;
    }
  }
  
  .photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom: 0;
  }
  
  .photo-gallery .photos {
    padding-bottom: 20px;
  }
  
  .photo-gallery .item {
    margin-bottom: 30px;
  }
  
  .container-fluid{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.item:hover{
  padding: 0;
}

.header-item{
  padding: 5px;
}

h5{
  font-family: "Turret Road", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 0 10px;
  color: #ad1457;
}
span.category{
  margin: 0 10px 0 0;
}