body {
  max-width: 100%;
}
#page-content {
  max-width: 100%;
  overflow: hidden;
}
#byrd-page-info {
  text-align: center;
}
#byrd-header {
    background-image: url("../images/bpcrc-background5.png");
    background-repeat: no-repeat;
    background-size: 1420px 164px;
    max-height: 164px;
    background-position-x: center;
    background-color: #c9d8eb;
    max-width: 100%;
    overflow: hidden;
}

#byrd-header-img-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 960px;
}
#byrd-logo-link {
    display: inline-block;
    max-width: 80vw;
    height: auto;
}
#byrd-text-logo {
    max-width: 100%;
    height: auto;
    padding-bottom: 5%;
}

#osu-logo-link {
    display: none;
}
#byrd-nav {
    clear: both;
  max-width: 100%;
}

#byrd-footer {
  background-color: #333333;
  border-top: 4px solid #cccccc;
}
#byrd-footer, #byrd-footer a, #byrd-footer a:hover{
  color: #ffffff;
}
#byrd-footer-wrapper {

  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
#byrd-footer-1 {
  float: none;
  width: 100%;
}
#byrd-footer-2 {
  display: none;
    color:#333;
}
#byrd-footer-3 {
  float: none;
  width: 100%;
}
#footer-clear {
  color:#333;
}
#toggle-menu[type=checkbox] {
  display: none;
}
#toggle-menu[type=checkbox] ~ #toggler {
  background: white;
  color: #fff;
  padding: .25rem;
  display: block;
}

#toggle-menu[type=checkbox]:checked ~ #toggler ~ ul {
  opacity: 0;
  height: 0;
  display: none;
}

@media (min-width: 740px) {

#toggle-menu[type=checkbox] ~ #toggler   {
    display: none;
  }
  #toggle-menu[type=checkbox]:checked ~ #toggler ~ ul {
    display: flex;
    opacity: 1;
    height: auto;
  }
    #byrd-nav {
        background-color: #333333;
        text-align: center;
    }
    #main-menu {
        display: block;
        width: 940px;
        margin-left: auto;
        margin-right: auto;
    }

  #byrd-footer {
  clear:both;
  }
  #byrd-footer-wrapper {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
  #byrd-footer-1 {
    width: 33%;
    float: left;
  }
  #byrd-footer-1 p:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1rem;
  }
  #byrd-footer-2 {
    display: block;
    width: 33%;
    float: left;
  }
  #byrd-footer-3 {
    float: right;
    width: 33%;
  }
  #byrd-footer-3 p {
    text-align: right;
  }
  #footer-clear {
    clear: both;
  }
}


@media (min-width: 996px) {
   #osu-logo-link {
       margin-top: 21px;
       display: block; float: right;
   }
}