/*
 * Globals
 */

body {
  width: auto;
  height: auto;
  background: linear-gradient(rgba(40, 58, 90, 0), rgba(40, 58, 90, 0)), url("../img/iWayDigital-background-laptop-3.png") fixed center center;
  background-size: cover;
}

/*
 * mailto - boostrap custom button
 */
.btn-bd-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-font-size: small;
  --bs-btn-color: white;
  --bs-btn-bg: rgba(48, 134, 164, 1);
  --bs-btn-border-color: white;
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: rgba(48, 134, 164, 1);
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: rgba(48, 134, 164, 1);
  --bs-btn-focus-shadow-rgb: rgba(50, 50, 93, 0.25);
  --bs-btn-active-color: rgba(48, 134, 164, 1);
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgba(48, 134, 164, 1);
}

/*
 * Icon logo iway digital
 */
.bg-icon-logo {
  background-color: rgba(48, 134, 164, 0.2);
  border-radius: 5px;
}

.icon-logo {
  max-height: 70px;
  max-width: 70px;
}

.icon-logo-text {
  max-height: 200px;
  max-width: 300px;
}

/*
 * Cards
 */

 /*
 * Cards - globals
 */

 /*
 * Cards - contact
 */
 .card-contact {
  background-color: transparent;
  border: gray;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  width: 300px;
  font-size: small;
 }

 .card-contact .card-header h5 {
  color: white;
  font-size: large;
 }

.card-contact .list-group-item {
  background-color: transparent;
  color: white;
}

 /*
 * Cards - skills
 */
 .card-skill {
  background-color: transparent;
  border: none;
}
.card-skill h5 {
  font-size: 1em;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.card-skill img {
  max-height: 200px;
  max-width: 200px;
}