/* Main Style */
body.home {
  background-color: #0A0F2E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23183183' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%230A0F2E' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%230a1437' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%230b1740' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%230c1b49' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%230d1f52' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230e235c' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230e2766' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%230f2b70' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%230f2f7a' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23103384' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2310378e' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23113b99' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23113fa3' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%231143ae' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%231247b9' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23124bc4' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%231250cf' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%231354DA' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.navbar-brand-logo.home {
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-brand-logo.home img {
  max-height: none;
  max-width: 100%;
  width: auto;
}

.pkp_structure_main.home {
  background: white;
}

.container-fluid.home {
  padding-right: unset;
  padding-left: unset;
}

.navbar-brand.home {
  float: unset;
}

#main-site.home {
  padding: 25px;
}

.navbar.home {
  margin-bottom: 0px;
}

.navbar-header.home {
    margin-right: -1px !important;
    margin-left: -1px !important;
}

.navbar-header.home .site-name.home {
  margin-top: -41px !important;
  margin-bottom: -41px !important;
}