.html-embed {
  overflow: visible;
  width: 100vw;
  height: 92vh;
}

.nav-menu {
  width: 700px;
}

.nav-link {
  left: 65px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.nav-link:hover {
  color: #31b63c;
}

.nav-link:focus {
  color: #065b90;
}

.nav-link-2 {
  left: 44px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.nav-link-2:hover {
  color: #31b63c;
}

.nav-link-2:focus {
  color: #065b90;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: hsla(0, 0%, 84%, .2);
}

.brand {
  width: 15%;
  padding-bottom: 0px;
  background-image: url('../images/excelsior.jpg');
  background-position: 50% 50%;
  background-size: 137px;
}

.div-block {
  position: relative;
  left: -268px;
  top: 49px;
  width: 120px;
  background-image: url('../images/excelsior.jpg');
  background-position: 50% 50%;
  background-size: 137px;
}

.link-block {
  position: relative;
  width: 141px;
  height: 70px;
  margin-bottom: -5px;
  background-image: url('../images/excelsior.jpg');
  background-position: 50% 50%;
  background-size: 137px;
}

.nav-link-3 {
  margin-top: 5px;
}

.nav-link-3:hover {
  color: #31b63c;
}

.container-2 {
  position: relative;
  top: 0px;
  bottom: 295px;
  background-color: hsla(0, 0%, 84%, 0);
}

.container-3 {
  position: relative;
  left: 0px;
  top: -905px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 69px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  position: relative;
  left: 0px;
  display: block;
  margin: 10px 300px 10px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #3898ec;
  text-align: center;
}

.button:active {
  background-color: #31b63c;
}

.button:focus {
  background-color: #31b63c;
}

.button-2 {
  position: relative;
  left: 0px;
  display: block;
  margin: 10px 20px 10px 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  text-align: center;
}

.button-2:active {
  background-color: #31b63c;
}

.button-2:focus {
  background-color: #31b63c;
}

.pixlogo {
  position: relative;
  left: 0px;
  top: -58px;
  bottom: 0px;
  max-height: 0%;
  max-width: 100%;
  margin-right: 86px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  cursor: pointer;
}

.div-block-2 {
  position: fixed;
  left: 88px;
  top: 78px;
  right: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 69px;
    right: 0px;
    bottom: auto;
    display: block;
    width: auto;
    margin-right: 20px;
    margin-left: 0px;
  }
  .nav-link {
    left: 0px;
    text-align: center;
  }
  .nav-link-2 {
    left: 0px;
    text-align: center;
  }
  .container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container-3 {
    top: -743px;
  }
  .button {
    margin-right: auto;
    padding-right: 65px;
    padding-left: 65px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 65px;
    padding-left: 65px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pixlogo {
    left: -34px;
    top: -90px;
    display: block;
    margin-right: 0px;
  }
  .div-block-2 {
    position: relative;
    left: 42px;
    top: -838px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 69px;
    right: 0px;
    width: auto;
  }
  .button {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 55px;
    padding-left: 55px;
  }
  .button-2 {
    margin-right: 30px;
    margin-left: 31px;
    padding-right: 55px;
    padding-left: 55px;
  }
  .pixlogo {
    top: -207px;
  }
  .div-block-2 {
    left: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 69px;
    right: 0px;
    width: auto;
  }
  .button {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .button-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .pixlogo {
    position: relative;
    left: -24px;
    top: auto;
    right: auto;
    bottom: 135px;
    z-index: 2;
    display: block;
    width: 60px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: right;
    clear: none;
  }
  .div-block-2 {
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

