/*	PROMO BLOCK 3
/*----------------------------------------------------*/

.promo-3 {
	background: #333;
	padding: 140px 0;
}

.promo-3 h1 {
	font-size: 60px;
	color: #ffffff;
}

.promo-3 h2 {
	font-weight: 600;
	color: #ffffff;
}

.promo-3 a {
	margin-top: 40px;
}

.promo {
	margin: 6em auto;
	max-width: 600px;
	text-align: center;
}

.promo em {
	font-family: Georgia, Times New Roman, serif;
	display: inline-block;
	background-color: #193441;
    color: #eee;
	width: 4.5em;
	height: 4.5em;
	padding: 1.5em;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	margin: -1.5em -1em;
}

.butt {
	padding: 1em 3em;
	background-color: #f6f6f6;
	border-radius: 4px;
	color: #222;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .67em;
	line-height: 2;
	display: inline-block;
	letter-spacing: .1em;
}
form {
  width: 450px;
}


.header {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
}


.description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}


.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  border: none;
}

  
#email {
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
}


#submit {
  width: 25%;
  height: 46px;
  background: #E86C8D;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #d45d7d;
}
  

input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}

	.primary.butt {
		background-color: #eb7966;
		color: #fff;
	}

		.primary.butt:hover {
			background-color: #d15a45;
		}

	.secondary.butt {
		background-color: #194c66;
		color: #fff;
	}

		.secondary.butt:hover {
			background-color: #0b374d;
		}


/*	PROMO BLOCK 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}



