﻿/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Crimson+Text:400,600,700);

.splash-logo {
	width:100%;
	text-align:center;
	margin:60px 0px 0px;
}

.splash-logo img {
	width:100%;
	max-width:612px;
	margin:0px auto;
}

.link {
	margin:0px;
	padding:20px 0px;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#4e4e4e;
	font-family:'Crimson Text',serif;
}

.link a {
	color:#2e2e2e;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.link a:hover {
	color:#009683;
}

/* Responsive
---------------------------------------------------------------------- */

@media screen and (max-width: 1170px) {	
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 472px) {
	.link {
		font-size:16px;
		line-height:26px;
	}
}

@media screen and (max-width: 320px) {
	
}