@font-face {
  font-family: Robot;
  src: url(/default/fonts/ROBOTOSLAB-BOLD.TTF);
}
@font-face {
  font-family: Raleway;
  src: url(/default/fonts/Raleway-ExtraBold.ttf);
}

body {
  font-family: Robot, Arial, sans-serif;
  overflow: hidden;

}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #fc696a;
  border-radius: 2px;
}

::-webkit-scrollbar-track {
  background-color: #821a1b;
}

#Submitbutton {
  color: #ffffff;
  font-weight: bold;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fc696a;
  box-shadow: 6px 6px 12px #000000, -6px -6px 12px #ffffff;
}

#Submitbutton:hover {
  background-color: #821a1b;
}

#Submitbutton:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em #fc696a;
}

#imagecont {
  background-image: url('https://creatrs.s3.us-east-2.amazonaws.com/namevalet.com/Merlix_website_construction.png');
  background-size: cover;
  background-position: center;
}

.half1 {
  min-height: 100vh;
}

#foot {
  background-color: #fc696a;
}

#corrections {
  padding: 0;
}

#txt {
  color: #fc696a;
  font-size: 20px;
}

#txt:hover {
  color: #821a1b;
}

#txt:active {
  transform: translate(0.05em, 0.05em);
}

#title {
  font-weight: bold;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

#divid {
  font-size: 10px;
  margin: 0;
  letter-spacing: -1px;
}

#footerimage {
  max-width: 200px;
}

@media (min-width: 1440px) and (min-height: 900px) {
  .half1 {
    min-height: 91.5vh;
  }



  h1 {
    font-size: 4.5rem;
  }

  #txt {
    font-size: 20px;
  }

  p {
    font-size: 20px;
  }

  #divid {
    font-size: 10px;
  }

  .form-control {
    font-size: 15px;
    padding: 10px;
  }

  #foot {
    height: 90px;
  }

  #footerimage {
    max-width: 280px;
    margin-top: 10px;
  }

  #Submitbutton {
    font-size: 20px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .half1 {
    min-height: 90.6vh;
  }



  h1 {
    font-size: 3rem;
  }

  #txt {
    font-size: 20px;
  }

  p {
    font-size: 20px;
  }

  #divid {
    font-size: 10px;
  }

  .form-control {
    font-size: 15px;
    padding: 10px;
  }

  #foot {
    height: 80px;
  }

  #footerimage {
    max-width: 300px;
    margin-top: 10px;
  }

  #Submitbutton {
    font-size: 20px;
  }
}

@media (min-width: 1920px) and (min-height: 1080px) {
  .half1 {
    min-height: 94.3vh;
  }



  h1 {
    font-size: 4rem;
  }

  #txt {
    font-size: 20px;
  }

  p {
    font-size: 30px;
  }

  #divid {
    font-size: 20px;
  }

  .form-control {
    font-size: 15px;
    padding: 20px;
  }

  #foot {
    height: 80px;
  }

  #footerimage {
    max-width: 300px;
    margin-top: 10px;
  }

  #Submitbutton {
    font-size: 20px;
  }
}

@media (min-width: 2560px) and (min-height: 1440px) {


  .half1 {
    min-height: 94.1vh;
  }

  h1 {
    font-size: 6rem;
  }

  #txt {
    font-size: 50px;
  }

  p {
    font-size: 30px;
  }

  #divid {
    font-size: 30px;
  }

  .form-control {
    font-size: 15px;
    padding: 20px;
  }

  #foot {
    height: 110px;
  }

  #footerimage {
    max-width: 400px;
    margin-top: 25px;
  }

  #Submitbutton {
    font-size: 30px;
  }
}

@media (min-width: 3840px) and (min-height: 2160px) {


  .half1 {
    min-height: 94.5vh;
  }

  h1 {
    font-size: 8rem;
  }

  #txt {
    font-size: 70px;
  }

  p {
    font-size: 40px;
  }

  #divid {
    font-size: 40px;
  }

  .form-control {
    font-size: 25px;
    padding: 30px;
  }

  #foot {
    height: 155px;
  }

  #footerimage {
    max-width: 500px;
    margin-top: 50px;
 }

  #Submitbutton {
    font-size: 30px;
  }
}

@media (min-width: 5120px) and (min-height: 2880px) {


  .half1 {
    min-height: 94.7vh;
  }

  h1 {
    font-size: 12rem;
  }

  #txt {
    font-size: 70px;
  }

  p {
    font-size: 70px;
  }

  #divid {
    font-size: 40px;
    width: 1000px;
  }

  .form-control {
    font-size: 45px;
    padding: 50px;
  }

  #foot {
    height: 200px;
  }

  #footerimage {
    max-width: 700px;
    margin-top: 30px;
  }

  #Submitbutton {
    font-size: 70px;
  }
}