body {
    background-color: rgb(183, 171, 138);
}

.topbar {
  background-color: rgb(183, 171, 138);
  border-color: rgb(183, 171, 138);
  border-bottom: solid;
  border-width: 3px;
  overflow: hidden;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 85px;
  padding-top: 0px;
  padding-left: 30px;
  width: 100%;
  height: 123px;
  position: fixed;
  z-index: 2;
}

.a1 {
  position: fixed;
  padding-left: 1380px;
  padding-top: 30px;
  z-index: 10;
  font-size: 45px;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

.a1:hover {
  color: gray;
  scale: 1.01;
  transition: 0.4s;
}

h3 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size: 20px;
    padding-top: 15px;
}

.size {
  width: 400px;
  height: 370px;
  padding-left: 30px;
}

.gallery {
  display: flex;
  align-items: center;
  padding-left: 100px;
}

h1 {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;

}

.underlined-text {
    text-decoration: underline;
    padding-top: 130px;
  }

h2 {
    font-size: 30px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
}

marquee {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 10px;

}

h4 {
    font-size: 20px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: absolute; 
    top: 25px;
right: 15px;
}


p {
    color: black;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

.blue-text {
 color: rgb(0, 0, 255);
}

.container {
    background-color: gray;
    text-align: center;
    padding: 25px;
    margin: 10px;
}

div {
    padding-top: 5px;
            padding-right: 20px;
            padding-bottom: 10px;
            padding-left: 10px;
}

label {
    display: block;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  input {
    background-color: white;
  }

  button {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .pre1 {
 
  }

  @media only screen and (max-width: 767px) {
    .underlined-text {
        font-size: 15px;
    }

    .topbar {
      font-size: 45px;
      height: 73px;
  }

  .pre1 {
  padding-top: 970px;
  }

  .a1 {
    padding-left:480px;
    z-index: 10;
    font-size: 30px;
    top: 2;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .underlined-text {
        font-size: 20px;
    }

    .topbar {
      font-size: 85px;
      height: 123px;
  }

}
  
