html {
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  background-image: url("background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.fa-twitter {
  color: #e96138;
}

.fa-linkedin {
  color: #e96138;
}

@media only screen and (min-width: 701px) {
  nav {
    /* border: 1px solid blue; */
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.69);
    overflow: hidden;
    margin-bottom: 10%;
  }

  nav img {
    opacity: 1;
    object-fit: contain;
    width: 90%;
    max-width: 140px;
    width: auto;
    height: auto;
    margin: 10px 0;
  }

  nav .center_content {
    display: flex;
    margin-top: 1%;
    justify-content: center;
    flex-direction: column;
    margin-right: 100px;
  }

  #links {
    display: flex;
    margin: 15px;
    align-items: center;
    justify-content: center;
  }

  #links * {
    margin: 0 10px;
  }
  .text {
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
    padding-bottom: 5px;
  }
  a {
    text-decoration: none;
  }
  .button {
    display: none;
    border-radius: 13px;
    max-height: 60px;
    max-width: 262px;
    padding: 1.5% 15%;
    border: solid 2px #707070;
    background-color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
  }

  .body {
    max-width: 80%;
    max-height: 100%;
    /* object-fit: contain; */
    /* background-color: pink; */
  }

  .coming_soon {
    font-family: "Raleway", sans-serif;
    /* border: 1px solid brown; */
    height: 100%;
    max-width: 100%;
    min-height: 400px;
    opacity: 0.84;
    color: white;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.82);
    background-image: linear-gradient(122deg, #0055a5 2%, #041c31 100%);
  }

  h1 {
    margin: 5% 0 42px 10px;
    padding: 30px 28px 0 28px;
    /* line-height: 520%; */
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
    font-family: Raleway;
    font-size: 90px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    opacity: 1;
    /* letter-spacing: 23.64px; */
    letter-spacing: 2vw;
    text-align: center;
    color: #ffffff;
  }

  hr {
    width: 80%;
  }

  h2 {
    position: absolute;
    bottom: -50px;
    left: 35%;
    padding-bottom: 39px;
    font-family: "Titillium Web", sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }

  footer {
    display: flex;
    position: fixed;
    bottom: 0;
    margin: 97px 0 0;
    /* padding: 8px 100vw; */
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 6vh;
    opacity: 0.74;
    background-color: #565656;
  }

  footer div {
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
}

@media only screen and (max-width: 700px) {
  body {
    display: flex;
  }
  nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100vw;
    height: auto;
    background-color: rgba(255, 255, 255, 0.69);
    overflow: hidden;
  }
  nav img {
    opacity: 1;
    object-fit: contain;
    width: 90%;
    max-width: 140px;
    width: auto;
    height: auto;
    margin: 10px 20px;
  }
  nav .center_content {
    display: flex;
    margin-top: 3%;
    justify-content: center;
    flex-direction: column;
  }
  #links {
    display: flex;
    margin: 15px;
    align-items: center;
    justify-content: center;
  }

  #links * {
    margin: 0 10px;
  }
  .text {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
    padding-bottom: 5px;
  }
  a {
    text-decoration: none;
  }
  .button {
    display: none;

    border-radius: 13px;
    max-height: 60px;
    max-width: 262px;
    padding: 1.5% 15%;
    border: solid 2px #707070;
    background-color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
  }
  .body {
    max-width: 80%;
    max-height: 100%;
    margin-top: 300px;
    /* object-fit: contain; */
    /* background-color: pink; */
  }

  .coming_soon {
    font-family: "Raleway", sans-serif;
    display: flex;
    /* border: 1px solid brown; */
    height: 100%;
    width: 100%;
    opacity: 0.74;
    color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.82);
    background-image: linear-gradient(122deg, #0055a5 2%, #041c31 100%);
    margin-bottom: 15%;
    margin-top: 15%;
  }
  h1 {
    margin: 20% 0 42px 10px;
    padding: 0 15px;
    /* line-height: 520%; */
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
    font-family: Raleway;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 13px;
    text-align: center;
    color: #ffffff;
  }

  hr {
    width: 80%;
  }
  h2 {
    position: relative;
    bottom: 0;
    padding-bottom: 39px;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  footer {
    display: flex;
    position: fixed;
    bottom: 0;
    margin: 97px 0 0;
    /* padding: 8px 100vw; */
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 6vh;
    opacity: 0.74;
    background-color: #565656;
  }
  footer div {
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
}
