@import '../nav/nav.css';
@import '../footer/footer.css';
* {
  margin: 0px;
  padding: 0px;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container .image {
  display: flex;
  justify-content: center;
}
.container .image img {
  width: 100%;
}
.container .ittvagyunkmeg {
  font-family: Raleway;
  color: gray;
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
  font-weight: 300;
  font-size: 3rem;
}
.container .map {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.container .contact {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: row;
}
.container .contact .form {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .contact .form .contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .contact .form input {
  margin: 10px;
  width: 80%;
  padding: 7px;
  background-color: #dedede;
  border-width: 0px;
}
.container .contact .form .arajanlat-title {
  font-family: Raleway;
  color: gray;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.container .contact .contact-right {
  width: 50%;
}
.container .contact .contact-right h1, .container .contact .contact-right h2 {
  font-family: Raleway;
  color: gray;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.container .contact .contact-right h2 {
  font-weight: 300;
  line-height: 30px;
}

#message {
  height: 100px;
  align-items: unset;
  justify-content: center;
}

#uzenet-send {
  font-weight: bold;
  color: white;
  font-family: Raleway;
  background-color: blue;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  margin-left: 10%;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  margin-bottom: 40px;
  justify-content: left;
}

#uzenet-send:hover {
  color: blue;
  background-color: white;
  border: 1px blue solid;
}

@font-face {
  font-family: Elegant;
  src: url("../fonts/HTML CSS/fonts/Eleganticons.ttf");
}
.face {
  color: white;
  background-color: #e8edf9;
  padding: 0px;
  height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  color: blue;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: Elegant;
  font-weight: bold;
  cursor: pointer;
}

.face:hover {
  color: white;
  background-color: #0851c6;
}

@media only screen and (max-width: 600px) {
  .container .ittvagyunkmeg {
    margin: auto;
  }
  .container .map {
    width: 90%;
    margin: auto;
  }
  .container .contact {
    flex-direction: column;
  }
  .container .contact .form {
    width: 91%;
    margin: auto;
  }
  .container .contact .contact-right {
    width: 90%;
    margin: auto;
  }
  .container .contact .face {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=kapcsolat.css.map */
