#above-nav {
    background: #e3daae;
    border-bottom: 2px solid #a3a3a3;
    height: 50px;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: -1000;
}
.alert, .total-alerts { /* alert is the class for individual menus alerts number in the dropdown, total-alerts is all of them combined directly seen in the bar*/ 
    align-items:center;
    background: red;
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 19px;
    justify-content: center;
    position: absolute;
    right: 16px;
    text-align: center;
    width: 19px;
}
.follow-alert { /* alert is the class for individual menus alerts number in the dropdown, total-alerts is all of them combined directly seen in the bar*/ 
    align-items:center;
    background: rgb(0, 123, 180);
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 19px;
    justify-content: center;
    position: absolute;
    right: 16px;
    text-align: center;
    width: 19px;
}
.total-alerts {
    position: absolute;
    right: 10px;
    top: -8px;
}
body {
    background: url("../terrain/macroland250.png");
    font-family: "Open Sans", sans-serif;
    margin: 0;
    overflow: auto;
}
.bracket-text {
    font-size: 12px;
}
#changelog {
    position: relative;
}
#community-menu, #design-maps-menu, #contest-menu, #competitions-menu, #profile-menu, #games-menu, #right-side-menu, #tools-menu, #infos-menu, #contact-menu {
    padding-left: 15px;
    padding-right: 15px;
}
#community-menu:hover #community-dropdown {
    display: block;
    right: 0;
}
#competitions-menu:hover #competitions-dropdown {
    display: block;
}
#design-maps-menu:hover #design-maps-dropdown {
    display: block;
}
.dropdown-menu{
    background: #DDDDDD;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.4);
    color: black;
    display: none;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    position: absolute;
    top: 30px;
    width: auto;
    z-index: 1000;
}
.dropdown-menu li, #profile-dropdown li {
    margin: 3px 0;
    width: auto;
}
.dropdown-menu-link {
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
#dropdown-alert{
    position: relative;
    left: -6px;
}
#games-menu:hover #games-dropdown {
    display: block;
}
.forgot-password-back {
    font-size: 28px;
}
.forgot-password-back:hover {
    color: #009966;
    cursor: pointer;
}
.forgot-password-desc {
    margin: 10px 0;
}
.green-bold {
    color: #009966;
    font-weight: bold;
}
.header-small #logo-background2 {
    top: -30px;
    transform: scale(0.75);
}
.header-small #top-header-nav {
    margin-top: 15px;
}
#infos-menu:hover #infos-dropdown {
    display: flex;
    right: 0;
}
#tools-menu:hover #tools-dropdown {
    display: flex;
    right: 0;
}
#intro {
    padding: 10px;
}
#intro h2 {
    border-bottom: 1px solid rgb(221, 221, 221);
}
#login, .forgot-password-submit {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: 2px;
    width: 100%;
}
#login:hover, .forgot-password-submit:hover{
    background: rgb(189, 187, 187);
    color: #009966;
}
#login-box {
    align-items: center;
    background: white;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.4);
    color: black;
    cursor: auto;
    display: none;
    flex-direction: column;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 30px;
    white-space: normal;
    width: 200px;
    z-index: 1000;
}
#login-box-button {
    cursor: pointer;
}
#login-box hr {
    border: 0;
    border-top: 1px solid #DDDDDD;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
#login-box-toggle, #user-menu-toggle {
    position: absolute;
    left: -1000em;
}
#login-box-toggle:checked + #login-box {
    display: flex;
}
#login-button {
    color: #009966;
    font-weight: bold;
    z-index: 1000;
}
#login-box p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
#login-err {
    color: red;
    font-size: 12px;
    font-weight: 500;
}
.login-form {
    display: flex;
    flex-direction: column;
}
.login-input {
    background: white;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    height: 20px;
    margin: 4px 0 4px 0;
    text-align: left;
    width: 97%;
}
.login-input:focus {
    border: 1px solid #009966;
}
#logo {
    padding: auto;
    text-align: center;
}
#logo-background {
    background: #DDDDDD;
    border-bottom: 2px solid #a3a3a3;
    border-radius: 50%;
    box-shadow: 0 10px 5px 1px rgba(0, 0, 0, 0.2);
    height: 52px; /* height is only set so the background is there before the image loads */
    left: 0;
    margin: auto;
    margin-bottom: 20px;
    opacity: 0.99;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -16px;
    width: 200px;
    z-index: 1000;
}
#logo-background2 {
    /* background-image: url('../terrain/awbw_banner_new.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; */
    border: none;
    height: 65px; /* height is only set so the background is there before the image loads */
    left: 0px;
    margin: auto;
    margin-bottom: 20px;
    opacity: 0.99;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    transition: all 0.1s linear;
    width: 150px;
    z-index: 1000;
}
.main-text, .bracket-text {
    color: black;
    transition: color 0.3s;
}
#menu:hover #menu-dropdown {
    display: block;
}
.menu-new-icon {
    cursor: auto;
    position: absolute;
    right: 0;
    top: -4px;
}
#mobile-menu-icon {
    display: none;
}
/* #mobile-menu-toggle {
    position: absolute;
    left: -1000em;
}
.mobile-user-icon {
    display: none;
} */
#navbar-alert{
    position: absolute;
    right: 0px;
    top: -4px;
}
#nav-options {
    align-items: center;
    display: flex;
    height: 100%;
    list-style-type: none;
    margin: auto;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 1200px;
    z-index: 600;
}
/* #nav-options li, #profile-menu li, #left-side-profile-menu li { */
#nav-options li {
    align-items: center;
    display: flex;
    font-weight: bold;
    height: 30px;
    /* padding: 0 0px; */
    position: relative;
    white-space: nowrap;
    transition: color 0.3s;
}
.right-arrow {
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    height: 0;
    width: 0;
}
#nav-options li {
    z-index: 1000;
}
#profile-menu li, #left-side-profile-menu li {
    align-items: center;
    display: flex;
    font-weight: bold;
    height: 30px;
    padding: 0 0px;
    position: relative;
    white-space: nowrap;
    transition: color 0.3s;
}
#left-side-profile-menu li {
    /* align-items: start; */
    padding: 0;
}
#left-side-profile-menu li::after, #nav-options li::after {
    background: #BEBEBE;
    bottom: 4px;
    content: "";
    display: block;
    height: 1px;
    left: 4px;
    position: absolute;
    transition: width 0.2s linear;
    width: 0;
}
#left-side-profile-menu li:hover::after, #nav-options li:hover::after {
    width: 95%;
}
#left-side-menu-fixed-wrapper {
    display: none;
}
#nav-options li:hover, .main-text:hover, .bracket-text:hover, #profile-dropdown li:hover, #left-side-profile-menu li:hover{
    color: #009966;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
#profile-dropdown {
    left: 0px;
    width: 140px;
}
#profile-menu {
    color: #009966;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    z-index: 1000;
}
/* #profile-menu li {
    float: right;
    font-weight: bold;
    height: 30px;
    padding: 0 15px;
} */
#profile-menu:hover #profile-dropdown {
    display: block;
}
#register {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: 2px;
    width: 150px;
}
#register:hover{
    background: rgb(189, 187, 187);
    color: #009966;
}
#right-side-menu {
    margin-left: auto;
}
/* #top-header-nav {
    align-content: center;
    background: #DDDDDD;
    border-bottom: 2px solid #a3a3a3;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 10px 5px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    font-size: 16px;
    height: 35px;
    margin-bottom: 30px;
    margin-top: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    width: 100%;
    z-index: 600;
} */
.submit-btn {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-top: 2px;
    width: 100%;
}
.submit-btn:hover {
    color: #009966;
    cursor: pointer;
}
#top-header-nav {
    background: #DDDDDD;
    border-bottom: 2px solid #a3a3a3;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 10px 5px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    font-size: 16px;
    height: 35px;
    /* justify-content: center; */
    margin-bottom: 20px;
    margin-top: 40px;
    min-width: 1200px;
    position: fixed;
    transition: all 0.1s linear;
    width: 100%;
    z-index: 900;
}
#top-header-nav a {
    color: inherit;
    text-decoration: none;
}
#fixed-header-wrapper {
    height: 100px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    #top-header-nav {
        position: sticky;
        position: -webkit-sticky;
        top: 10px;
    }
    #fixed-header-wrapper {
        height: 60px;
    }
}
#your-infos-menu:hover #your-infos-dropdown {
    display: block;
}
@media screen and (min-width: 1500px) {
    #left-side-menu-container {
      align-content: center;
      background: white;
      box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.4);
      color: black;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      margin-right: 11px;
      padding: 0 3px;
      position: fixed;
    }
    #left-side-menu-container a {
      color: inherit;
      display: block;
      padding-left: 10px;
      padding-right: 22px;
      text-decoration: none;
      text-align: left;
      width: 100%;
    }
    #left-side-menu-container h2 {
      background: #e8e8cd;
      font-weight: bold;
      margin: 4px 0 0 0;
      text-align: center;
    }
    #left-side-menu-container .right-arrow {
      position: absolute;
      right: -10px;
      top: 5px;
    }
    #left-side-menu-fixed-wrapper {
      display: flex;
      left: -168px;
      position: absolute;
    }
    #left-side-profile-menu {
      display: flex;
      flex-direction: column;
      list-style: none;
      padding: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    /* #login-box {
      display: flex;
    } */
    #profile-menu {
      display: none!important;
    }
}
