@charset "UTF-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 11, 2017 */
@font-face {
    font-family: 'el_messiriregular';
    src: url('../fonts/elmessiri-regular-webfont.woff2') format('woff2'),
         url('../fonts/elmessiri-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.hidden {
	display: none;
}

.orbit-caption {
	font-family: 'el_messiriregular', "Open Sans", sans-serif;
}

.news-image-gallery-title {
	font-family: 'el_messiriregular', "Open Sans", sans-serif;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #cce3e7;
}

.news-image-gallery-container {
  background-color: #000000;
	padding: 1rem;
}

.social-facebook {
	content: url('../images/Facebook.jpg');
	float: left;
	padding: 5px;
	background: rgba(204, 229, 255, 0.1);
	transition-property: background-color;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}

.social-facebook:hover {
  background-color: rgba(153, 204, 255, 1);
}

.social-wordpress {
  content: url('../images/Wordpress.jpg');
	margin-left: 10px;
	float: left;
	padding: 5px;
	background: rgba(224, 224, 224, 0.1);
	transition-property: background-color;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}

.social-wordpress:hover {
  background-color: rgba(192, 192, 192, 1);
}

.social-etsy {
	content: url('../images/Etsy.jpg');
	margin-left: 10px;
	float: left;
	padding: 5px;
	background: rgba(255, 209, 204, 0.1);
	transition-property: background-color;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}

.social-etsy:hover {
  background-color: rgba(255, 204, 153, 1);
}
