body {
  font-family: "Open Sans", sans-serif;
  background: #fded11;
  min-height: 100vh;
}
.container{
	background: url('../img/bg-free.jpg');
  min-height: 100vh;
}
.elements{
	background-color: rgba(84, 24, 150, 0.9);
  min-height: 100vh;
}
@media(max-width: 800px){
	.container{
		border: 15px solid #fded11;
	}
}

@font-face {
  font-family: "Futura";
  src: url("futura.ttf");
}

a {
  color: #d9232d;
  text-decoration: none;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.title h1{
	color: #fded11;
	text-transform: uppercase;
	font-weight: 800;
	font-family: Futura;
	letter-spacing: 2px;
}
.text{
	padding-top: 35px;
}
.text p{
	color: #fff;
	font-size: 20px;
	font-weight: 550;
}

.text i {
	font-size: 80px;
}

.text h2{
	font-size: 25px;
	color: #fff;
}

.formular input{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
}

.formular input:focus{
  border-color: #d9232d;
  box-shadow: none;
}

.formular input {
  height: 44px;
}


.formular button[type=submit] {
  background: #d9232d;
  border: 0;
  padding: 14px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  border: 4px solid #fded11;
}

.formular button[type=submit]:hover {
  background: #e24d55;
}

.element-btn {
  background: #d9232d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.element-btn:hover {
  background: #e24d55;
  color: #fff;
}