
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
  
  :root {
    --Color1: #0A0D0F;
    --Color2: #0e1317;
    --Color3: #b99272;
    --Color4: #e2e1e2;
    --Color5: #132536;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #e9e9e9;
}

h1, h2, h3, h4, p, a {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    text-decoration: none;
    color: #181c20;
}

h2 {
    font-weight: 400;
}

h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.preMenu {
    height: 33px;
    background-color: var(--Color2);
}

.preTxt {
    color: var(--Color4);
    font-size: 14px;
    display: inline-flex;
    justify-content: space-between;
    margin-right: 50px;
}

.preTxt i {
    margin-right: 6px;
}

.Menu {
    background-color: var(--Color5);
}

.Menu a {
    color: var(--Color4);
    font-weight: 700;
    text-transform: uppercase;
}

.Menu a:hover {
    color: var(--Color3);

}
.dropdown-content {
    background-color: var(--Color5);
}
.col-sm-6.field {
    display: inline-block;
    width: 49%;
}

input, textarea, label {
    width: 100%;
}

label {
    margin-bottom: 0px;
    color: var(--Color3);
    font-size: 12px;
    margin-left: 5px;
    font-weight: 400;
}

.footer-bottom {
    background-color: var(--Color2);
    padding: 5px;
    text-align-last: center;
}

.copyright.text-center p{
    color: var(--Color4);
    text-decoration: none;
}

.copyright.text-center a{
    color: var(--Color4);
    text-decoration: none;
}