html {
  font-size: 14px;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway'), url(../fonts/Raleway-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway-Semi-Bold';
    src: local('Raleway'), url(../fonts/Raleway-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: local('Raleway'), url(../fonts/Raleway-Bold.ttf) format('truetype');
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

*:not(.input) {
    font-family: Raleway-Bold;
    font-weight: bold;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.nav-link:not(.active) {
    color: #00677f !important;
}

.nav-link.active {
    background-color: #009CA6 !important;
}

.tria-secondary-fg-link {
    color: #9BD3DD !important;
}

.tria-input {
    background-color: #edfdff;
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px;
    margin-bottom: 10px;
    min-height: 50px;
    border: 0px;
}

.tria-card {
    border-radius: 1rem;
}

.tria-button {
    font-family: Raleway-Semi-Bold;
    width: 120px;
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 800px) {
    .tria-button {
        width: 100%;
    }
}

.primary-button {
    background-color: #00677f;
    border-color: #00677f;
}

.primary-button:hover .primary-button:focus .primary-button:active {
    background-color: #425563 !important;
}

.secondary-button {
    background-color: #425563;
}

.tria-header-text {
    font-weight: bold;
    font-family: Raleway-Bold;
}

.tria-secondary-fg-text {
    color: #A4BCC2;
}