html {
    font-size: 20px;
    background-color: #585858;
    height: 100%;
}

body {
    background-color: #585858;
    height: 100%;
}

a {
    color: #acacac;
}

a:hover {
    color: #FFFFFF;
    background-color: #3b3b3b;
}

#ContactIcon:hover {
    background-color: #000000;
}

#MainContainer, #InnerContainer {
    background-color: black;
    color: #e1e1e1;
    height: 100%;
}

#menuBlock, #mainMenu, #mainMenuBox {
    background-color: #e1b49d;
    width: 100%;
    color: black;
}

#menuBlock a, .nav-link {
    font-family: "Lexend Mega", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}

#menuBlock a:hover, .nav-link:hover {
    color: #ACACAC;
    text-decoration: underline;
}

#ContactIcon {
    width: 87px;
    height: 69px;
}

.GroupTitle {
    font-family: "Lexend Mega", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20pt;
    text-transform: uppercase;
    color: #e1b49d;
}

.LeftPic{
    width: 95%;
}

.navbar-toggler {
    transform: scale(0.8);
    border-color: black;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.copyright {
    font-size: 8pt;
    color: #747474;
}


/*@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
.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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/