
/* --------------------------------------------------
	BLOCK Contact
---------------------------------------------------- */

#contactbottom button {
	background-color: #29abe2;
}

#contactbottom .headline-center-style-message {
	color:#FFFFFF; 
	font-size: 24px; 
	font-weight: 200;
	margin-top: 20px
}

#contactbottom .headline-center-style-do {
	color:#FFFFFF; 
	font-size: 32px; 
	font-weight: 200;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contactbottom .headline-center-style-email {
	color:#29abe2; 
	font-size: 24px; 
	font-weight: 200;
}


#contactbottom  .btn-u.btn-u-white {
	color:  #ffffff;
	border-color:  #29abe2;
	background:  #29abe2;
	margin-top: 20px;
 }
 #contactbottom .btn-u.btn-u-white:hover,
 #contactbottom .btn-u.btn-u-white:focus,
 #contactbottom .btn-u.btn-u-white:active,
 #contactbottom .btn-u.btn-u-white.active {
	color:  #ffffff;
	border-color: #55ccff;
	background:  #55ccff;
}

@media (min-width: 991px) {
	#contactbottom .headline-center-style-message {
		font-size: 24px;
		font-weight: 200;
		margin-top: 20px
	}
	#contactbottom .headline-center-style-do {
		font-size: 32px; 
		font-weight: 200;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#contactbottom .headline-center-style-email {
		color:#29abe2; 
		font-size: 24px; 
		font-weight: 200;
	}	
	#contactbottom .btn-u.btn-u-white {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	#contactbottom .headline-center-style-message {
		font-size: 22px;
		margin-top: 15px
	}
	#contactbottom .headline-center-style-do {
		font-size: 30px; 
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#contactbottom .headline-center-style-email {
		font-size: 22px; 
	}	
	#contactbottom .btn-u.btn-u-white {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	#contactbottom .headline-center-style-message {
		font-size: 18px;
		margin-top: 7px
	}
	#contactbottom .headline-center-style-do {
		font-size: 20px; 
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#contactbottom .headline-center-style-email {
		font-size: 18px; 
	}	
	#contactbottom .btn-u.btn-u-white {
		font-size: 14px;
	}
}
