body {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  background-color: #fff !important;
}

/*--- Navigation ---*/
.navbar {
  background-color: #fff !important;
  font-weight: 600;
  font-size: 1.2rem;
  overflow-x: hidden;
}

.navbar-dark .navbar-nav .nav-link {
  padding-top: 0.8rem;
}

.nav-link {
  color: #000 !important;
}

.navbar-nav {
  margin-right: 20px;
}

.nav-item {
  padding-right: 1.5rem !important;
}

.navbar-brand {
  margin-right: 0px !important;
  margin-left: 20px;
}

.navbar-brand img {
  width: 6rem;
  height: auto;
  margin-right: 0px !important;
}

/*--- Landing Page ---*/

.landing {
  position: relative;
  width: 100%;
  height: 50vh;
  z-index: -1;
}

.home-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-inner {
  background-color: #f2f2f2;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 20%;
  z-index: 1;
  color: #fff;
  color: #000;
}

.caption img {
  width: 100%;
  max-width: 400px;
  height: auto;
  padding-bottom: 40px;
}

/*--- Contact Us Page ---*/

.heading-underline2 {
  width: 12rem;
  height: 0.2rem;
  background-color: #0d1845;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

#yhteystiedot {
  margin: auto;
}

.contact-inf {
  text-align: left;
  padding: 60px;
  line-height: 4rem;
  width: 100%;
}

.contact-inf h3 {
  font-size: 1.5rem;
  text-decoration: none;
}

.contact-inf h2 {
  font-size: 1.5rem;
  line-height: 4rem;
}

.contact-inf p {
  font-size: 1.5rem;
}

.contact {
  text-align: left;
}

.contact-icon {
  font-size: 2rem;
  color: #6dbec2;
  background-color: #fff;
  margin-right: 5%;
}

.phone-margin {
  margin-right: 6%;
}

.contact form {
  background-color: transparent;
  width: 100%;
  padding: 60px;
}

.contact p {
  font-size: 2rem;
}

.puhelin {
  margin-top: 30px;
}

.puhelin-bottom {
  margin-bottom: 120px !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

.feedback-input {
  background: #fafafa;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 2px;
  line-height: 22px;
  border: 1px solid #000;
  transition: all 0.3s;
  padding: 16px;
  margin: 6px 0 6px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}

textarea {
  height: 300px;
  line-height: 150%;
  resize: vertical;
}

[type="submit"] {
  font-family: "Roboto", sans-serif;
  background-color: #fafafa;
  border-color: #000;
  width: 30%;
  border-width: 3px;
  border-style: solid;
  cursor: pointer;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: 5px;
  font-weight: 700;
}

[type="submit"]:hover {
  background-color: #e1e1e1;
  color: #000;
}

/*--- Footer ---*/

.footer {
  width: 100%;
  height: 100px;
  margin-top: 0px;
  position: relative;
  clear: both;
  background-color: transparent;
}

@media (max-width: 767px) {

  [type="submit"] {
    
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 40%;
  }

  .contact-inf h2 {
    font-size: 1.2rem;
    line-height: 4rem;
  }
  
  .contact-inf p {
    font-size: 1.2rem;
  }
}

@media (max-width: 400px) {

    [type="submit"] {
    
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
      }
    
      .contact-inf h2 {
        font-size: 1rem;
        line-height: 4rem;
      }
      
      .contact-inf p {
        font-size: 1rem;
      }

}
