@font-face {
  font-family: Segoe;
  src: url(../fonts/Segoe-UI.ttf);
}

body {
    font-family: Segoe;
    background-color: #faf8f7;
}

.offcanvas {
    transition: .3s;
}

.btn {
    --bs-btn-color: white;
    --bs-btn-bg: #BE0028;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #BE0028;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #BE0028;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

#main-content {
    background-image: url('../images/bg_5.jpg');
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#secbg {
  background-color: rgba(255, 255, 255, 0.85);
}

#contactbg {
  /*background-color: #7c96a5;*/
    background-color: rgba(124, 150, 165, 0.75);
    background-color: rgba(255, 255, 255, 0.85);
}
.list-group-item.active {
    background-color: #4ca1a6;
    border-color: #4ca1a6;
}

.logo {
	height: 100px;
}
#contact-content {
    background-image: url('../images/bg_contact.jpg');
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
th {
    background-color: #4ca1a6!important;
    color: white!important;
}

td{
	background: transparent !important;
}

hr {
    border: 1px solid white;
    width: 65%;
}

.table td:empty {
  border: none;
}