html { background: url('../img/animateddark.png'); background-color: rgb(1, 17, 48); background-position: center bottom; background-repeat: repeat-x; background-attachment: fixed; animation-name: animatedbackground; animation-duration: 50s; animation-iteration-count: infinite; } .content, #footer { max-width: 1000px; margin: auto; width: 1000px; } #footer, #footer_signup { background: rgba(0,0,0,0.75); } .content_signup { background: rgba(25, 25, 25,0.75); } .content { margin-top: 105px; background: rgba(25, 25, 25,0.75); min-height: 550px; } #footer { } #logo_full { display: none; } #logo_small { display: block; } #NavigationRedesignBannerContainer { font-family: "Helvetica Neue"; height: 40px; } .BannerCenterContainer { width: 100%; } #logo_full, #logo_full .btn-logo { width: 200px; Height: 40px; } .btn-logo:hover, .smallnavbarbutton:hover, .navbarbuttoncontainer li:hover { background-image: none; background: none; } .BannerRedesign { height: 40px; margin: 0px; padding-right: 5px; align-content: center; padding-left: 5px; padding-top: 2px; position: fixed; top: 0px; padding-bottom: 2px; color: white; line-height: normal; z-index: 100; display: inline-flex; vertical-align: middle; width: 100%; background: #2362DE; background: linear-gradient(#3690df 10%, #0d1085 100%); border: 0; } .Redesign .subMenu { height: 25px; margin: 0px; padding-left: 10px; padding-right: 5px; position: fixed; z-index: 100; top: 43px; padding-top: 2px; padding-bottom: 2px; display: inline-flex; vertical-align: middle; width: 100%; line-height: normal; color: rgb(255, 255, 255); text-size-adjust: auto; text-align: left; background: #000000; background: linear-gradient(#303030 10%, #000000 100%); } .navbarbuttoncontainer { padding-left: 5px; } .navbarbuttoncontainer li { padding: 0; vertical-align: middle; display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center; height: 40px; } .navbarbutton { position: relative; padding-right: 5px; text-align: center; font-size: 18px; font-family: "Helvetica Neue"; font-weight: bold; } .Redesign .smallnavbarbutton { position: relative; padding: 0; padding-right: 5px; text-align: center; font-size: 15px; line-height: 25px; float: none; } .mySubmenuFixed.Redesign { background: none; height: 29px; top: 44px; } @media (min-width: 1688px) { #logo_full { display: block; } #logo_small { display: none; } }