html {
  min-height: 100%;
  margin-left: calc(100vw - 100%);
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.style1 {
  background-repeat: no-repeat;
}
.style2 {
  background-repeat: no-repeat;
  background-color: #375a7f;
}
.nav-item.nav-link {
  color: rgb(255, 255, 255);
}
.style3 {
  background-repeat: no-repeat;
  background-color: #393939;
}
.style4 {
  margin-bottom: 2px;
}
.style5 {
  background-color: #375a7f;
  margin-top: 3px;
}
.style6 {
  float: right;
}
.style9 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.style10 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.style7 {
  margin-top: 15px;
  margin-bottom: -26px;
}
.style8 {
  margin-top: 30px;
  margin-bottom: -6px;
  background-repeat: no-repeat;
  background-color: #222222;
}
.style11 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#393939),
    color-stop(100%, #222222)
  );
  margin-top: 3px;
}
.style12 {
  margin-top: 3px;
}
.style13 {
  margin-top: 36px;
}
