* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* font-family: 'Barlow', sans-serif;
  font-family: 'Barlow Condensed', sans-serif;
  font-family: 'Bellefair', serif;
   */

h2 {
  color: #fff;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
h5 {
  color: #fff;
  font-family: "Barlow", serif;
  font-weight: 400;
  font-size: 18px;
  color: #d0d6f9;
}
h3,
h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2.7px;
  line-height: normal;
}
h4 {
  font-weight: 700;
}
html {
  overflow: hidden;
  margin-top: -80px;
  display: flex;
  justify-content: start;
}

html,
body {
  position: relative;
  width: 1440px;
  height: 900px;
  overflow: scroll;

  scale: 0.9;
}
html::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}

input[type="submit"] {
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border: none;
  background: none;
}

.container {
  /*  padding-top: 40px; */
  overflow: hidden;
  background-size: cover;
  width: 1440px;
  height: 900px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1450px) {

  html{
    margin-top: 0;
  }
  html,body{
    scale: 1;
    overflow: scroll;
  }
}
@media screen and (max-width: 830px) {
  html {
    margin-top: 0;
  }
  html,
  body {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scale: 1;
  }

  h3 {
    font-size: 14px;
  }

  .container {
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 435px) {
  html {
    margin-top: 0;
  }
  html,
  body {
    width: 100%;
    height: 100vh;
        max-height: 100vh;
    overflow-y: scroll;
    scale: 1;
  }

  h4,
  h3 {
    display: flex;
    font-size: 16px;
  }

  .container {
    width: 100%;
    height: 100vh;
    display: flex;
  }
  .navOpt {
    height: auto;
  }
  .navOpt a h4 {
    display: flex;
  }

}
