.not-visible {
    visibility: hidden;
}

body {
    font-family: "Calibri Light",Calibri,Arial,sans-serif !important;
    overflow-x: hidden;
}

.spacer {
    height: 20px;
}
.head {
    height: 60px;
}

div img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

foot {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #4ea4cc;
    background: #fff;
}

nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #4ea4cc;
    background: #fff;
}

nav li,
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #4ea4cc;
}

nav li,
nav a {
    display: inline-block;
}

nav a {
    padding: 20px;
    color: #4ea4cc;
    text-decoration: none;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.boxes {
    display: flex;
    width: 60vw;
    height: 50vh;
}
.text {
    width: 60vw;
    height: 50vh;
}
.full {
    min-height: 100vh;
}
.spacer {
    height: 10vh;
}
.box {
    width: 12vw;
    height: 12vw;
    margin: auto;
}

.wrap {
    width: 100vw;
    flex-wrap: wrap;
}

.login {
    width: 30vw;
}
.gold{
  color: orange;  
}
.lightblue{
  color: blue;  
}
.w100 {
  width: 100%;
}
.bottom-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}