/**
 * Theme Name:     Hospitality Answers
 * Author:         Crawford Designworks
 * Template:       crawford-designworks
 * Text Domain:	   hospitality-answers
 * Description:    Custom Theme by Crawford Designworks
 */

a {text-decoration: none !important;}

.fade-this {animation: fadeInSection 0.6s ease-in both;}

@keyframes fadeInSection {
	from {
		opacity: 0;
		/* transform: translate3d(0, -10%, 0); */
	}
	to {
		opacity: 1;
		/* transform: translate3d(0, 0, 0); */
	}
}

.linkedin {color: #0277B5 !important;}