 .form-control:focus {
      outline: none;
      box-shadow: none;
    }
	
	#foot {
		margin-top: 100px;
		background-color: black;
		color: white;
		padding: 5%;
	}
	
	#foot div {
		align-items: center;
	}
	
	.foot_form {
		margin-top: 50px;
	}
	
	
	.fooooooooottext{
		
	}
	@media screen and (max-width: 576px) {
	  .fooooooooottext{
		  font-size: 2vw;
	  }
	}
	.foooooooooottext{
		min-width: 150px;
	}
	@media screen and (max-width: 576px) {
	  .foooooooooottext{
		  min-width: 75px;
	  }
	}