@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-family: "Poppins", sans-serif;
}

.flat-button, .masthead .updates-dropdown-container .show-updates-dropdown, .layout-content.status-full-history .show-filter.open {
  background-color: #2081E2;
  color: white !important; 
}

.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {
  padding-top:20px !important;
}
  

.font-largest {
  font-weight: 600;
  color: #04111D;
}

.header {
  box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
  position: fixed;
  top: 0px;
  z-index: 50;
  padding:20px;
  	width:100%;
  background-color: white;
}

.logo {
  height:40px;
  float: left;
}

.nav {
  float: right;
}

.nav ul {
  margin-top: 8px;
}

.nav li {
  display: inline;
  padding:10px;
}

.nav li a {
  font-weight:600;
  color: #707A83;
  padding: 0 10px 26px 10px;
}

.nav li a:hover {
  color: #04111D;
  transition: 0.3s;
}

.nav li a.active {
  color: #04111D !important;
  border-bottom: solid 3px #2081E2;
}


body {
  margin-top:350px;
  background: url("https://storage.googleapis.com/opensea-static/OS-System-Status.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px;
}

footer {
  width: 100%;
  background-color: rgb(24, 104, 183);
}

  
@media only screen and (max-width: 768px) { 

  .hide-on-mobile {
    display: none
  }

  .nav li {
    display: inline;
    padding-bottom:20px;
  }


}