html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    background-color: #f0f0f096;
}

.navbar > .container, .navbar > .container-fluid,
.navbar > .container-lg, .navbar > .container-md,
.navbar > .container-sm, .navbar > .container-xl,
.navbar > .container-xxl {
    justify-content: center !important;
}

.container-fluid {
    max-width: 1320px;
}

.g-logo {
   /* width: 40px;*/
    margin-right: 20px;
}

.g-logo-txt {
    font-size: 40px;
    font-family: Roboto, sans-serif;
    /* font-family: var(--bs-body-color);*/
    font-weight: 300;
    color: rgb(87, 87, 87) !important;
}

.footer {
    background-color: #447e7d;
    bottom: 0;
    position: relative !important;
}

.my-footer {
    color: white;
    line-height: 140%;
    padding: 17px 10px;
    font-size: 15px;
    text-wrap: wrap;
}

.my-txt {
    text-align: left !important;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 180%;
    padding: 30px 0;
}

.my-no {
    font-weight: normal;
    color: white;
    font-size: 18px;
    background-color: #5e9594c2;
    border-radius: 30px;
    width: 30px;
    display: inline-block;
    height: 30px;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-right: 5px;
    margin-top: 10px
}

.contact-info {
    line-height: 150%;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.econom {
    background-color: #447e7d2e;
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid white;
    font-weight: 500;
    color: black;
    text-decoration: none;
    transition: 0.6s ease-in-out;
}

    .econom:hover {
        background-color: #447e7d;
        cursor: pointer;
        color: white;
    }

@media (max-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
        padding: 20px 30px;
    }
}