body {
 font-family: Arial, sans-serif;
 font-size: large;
}

.logo-img{
  height: 50px;
  width: auto;
  margin-right: 10px;
}

header {
  background: url('IMG_2004.JPG') center/cover no-repeat;
  position: relative;
  color: white;
  z-index: 1;
}

header::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: -1;
}

section h2 {
  border-bottom: 3px solid #ffc107;
  padding-bottom: 0.5rem;
}


.img2{
  height: 250px;
  width: auto;
  margin-right: 10px;
}

.custom-email{
  color: #ffc107;
}
.custom-email:hover{
  color: #ffc107;
}

.no-underline{
  text-decoration: none;
}

.no-underline:hover{
  text-decoration: none;
}
    
.card-title {
  color: #007bff;
}
footer {
 font-size: 0.9rem;
}
