/* CSS Document */

.raleway-uniquifier {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.google-sans-uniquifier {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}
.open-sans-uniquifier {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:  400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

main {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#contact-info {
  
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #252a68;
  line-height: 1.2;
}
.lead {
  font-family: "Georgia";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.card {
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.05);
}
.navbar .nav-link:hover {
  color: var(--bs-success) !important;
}
/* Center custom bullets vertically with their content */
.custom-bullets {
  list-style: none;
  padding-left: 0;
  
}

.custom-bullets li::before {
  content: "•";
  display: inline-block;
  width: 0.5em;
  color: #d6c104;
  font-size: 3.5rem;
  line-height: 1;
  vertical-align: middle;
}

#about-mike {
background-color: rgba(250, 235, 215, 0.199);





}
