/* Contact form */
#customForm {
    width: 80%;
    text-align: center;
    margin: 12px auto 0;
    font-size: 20px;
    font-weight: 800;
    background-color: #7dd4fa;
    padding: 10px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}
.sendForm {
    position: fixed;
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
}
.sendForm>form {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    border-radius: 73px;
}
.sendForm>form input {
    height: 30px;
    padding: 5px;
    color: black;
    background-color: #f0f8ff8a;
    border-radius: 10px;
    box-shadow: 2px 2px 9px 0px #000000a3;
    border-color: #7dd4fa;
}
.sendForm>form input[type="submit"] {
    font-size: 18px;
}
.closeForm {
    background-color: white;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    font-family: cursive;
}
/* End of Contact form */

nav.navbar {
  place-self: center;
}

ul.ningbar-userLinks.linkbar {
    display: none;
}