@import url('https://fonts.googleapis.com/css?family=Sanchez');
@import url('https://fonts.googleapis.com/css?family=Muli');
 
html{
  position: relative;
  min-height: 100%;
}

body{
	font-family: 'Sanchez', serif;
	font-size: 16px;
	margin-bottom: 80px;
}

a {
	outline: none;
	text-decoration: none; 
	color: #555;
}

a:hover {
	color: #555;
	text-decoration: none;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	margin-top: 0;
}


hr { 
	border: 0; 
	height: 1px; 
	background: #333; 
	background-image: linear-gradient(to right, #eee, #333, #eee); 
	margin: 0;
}

#logo {
	width: 200px;
}

#sm-logo {
	margin-top: 15px;
	display: inline-block;
	width: 100px;
	display: none;
	visibility: hidden;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.bottom-space {
	margin-bottom: 60px;
}

.cover {
	text-align: center;
}

.cover img {
	max-height: 360px;
	padding: 5px;
	border: 1px solid #ccc;
}

.revolver {
	padding-top: 20px;
	width: 100%;
}

.revolver a {
	color: #555;
}

.revolver a:hover {
	color: #222 !important;
}

.revolver p {
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Muli';
	color: #555;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 80px;
	line-height: 80px; /* Vertically center the text there */
}

.slick-arrow {
	z-index: 10;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-size: 30px;
	color: #ccc;
	transition: all .3s;
}

.slick-arrow:hover {
	color: #555;
}

.slick-next {
	margin-right: 20px;
	position: fixed;
	right: 0;
	top: 50vh;
}

.slick-prev {
	margin-left: 20px;
	position: fixed;
	left: 0;
	top: 50vh;
}

.top-space {
	margin-top: 25px;
}

.socicon {
	width: 36px;
	opacity: .4;
	transition: all .3s;
}

.socicon:hover {
	opacity: .9;
}	

.blurb {
	margin-top: 25px;
}

@media only screen and (max-width : 767px){
	
	h1 {
		margin-top: -15px;
		display: inline-block;
	}
	
	h3 {
		margin-top: 15px;
	}
	
	.cover {
		text-align: left;
	}
	
	.cover img{
		margin: 0px auto;
	}
	
	.top-space {
		margin-top: 0px;
	}
	
	.slick-arrow {
		font-size: 20px;
		color: #666;
	}
	
	#logo {
		width: 0px;
		visibility: hidden;
	}

	#sm-logo {
		float: right;
		visibility: visible;
	}
}

@media only screen and (max-width : 460px){
	
	h3 {
		margin-top: 15px;
		padding-left: 10px;
	}
	.revolver p{
		padding-left: 10px;
	}
	
	#sm-logo {
		display: none;
		visibility: hidden;
	}
}