@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);

html {
	font-size: 16px;
	height: 100%;
	min-height: 650px;
	font-weight: 400;
	position: relative;
}
h1 {
	font-size: 2.5rem;
	font-weight: 300;
	margin: 10px 0 15px 0;
}
small {
	font-size: 0.8em;
}
body {
	font-family: Montserrat,Arial,"Helvetica Neue",Helvetica,sans-serif;
	color:#333;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.5;
}
.page-wrapper {
	height: 100%;
	position: relative;
	width: 100%;
	/*background-image: url('../img/cover.jpg');
	background-position: center top;
    background-repeat: no-repeat;
     -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; */
}
.container {
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.content {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    min-height: 610px;
    padding: 10px 0;
}
.content h1 {
	margin: 0;
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px;

}
.content p {

	font-size: 1.8rem;
}

.content img {
	margin: 0 auto;
	max-width: 400px;
	display: block;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

footer {						
	text-align:center;
	color:rgb(136, 136, 136);
	font-size:10px !important;
	background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 0.9rem;
    height: 20px;
}
footer a,footer a:active,footer a:visited {
	text-decoration:none;
	color:rgb(136, 136, 136);
}
footer a:hover {
	text-decoration:underline;
}
a,a:active,a:visited {
	color:#176fa1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	html {
		font-size: 12px;
	}
}
