@charset "utf-8";
/* CSS Document */
/*
siva - #363836
žuta - #F5FF11;
#2FB39F
*/
.contact-flex {
  display:flex;

}
.contact-text {
  display: block;
  width: 55%;
}
.contact-form {
  display: block;
  width: 45%;
}
.form-element {
  width: 80%;
  padding: 5px;
}
.form-element input, .form-element textarea {
  border: none;
  background-color: #d2d2d2;
}
.form-element input {
  width:100%;
  height: 30px;
  font-size: 16px;
}
.form-element label {
  color: #ccc;
  font-size: 13px;
}
.form-element textarea {
  width: 100%;
}
#submit {
  border: #F5FF11 2px solid;
	color: #131517;
	display: block;
	height: 36px;
	width: 108px;
	text-align: center;
  font-size:16px
	line-height: 36px;
	text-decoration: none;
  text-transform: uppercase;
	background: #F5FF11;
  opacity: 0.6;
  filter: opacity(60);
  cursor: pointer;
}
#submit:hover {
  opacity: 1;
  filter: opacity(100);
}
