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

body {
	background-color: whitesmoke;
}
.main {
	text-align: center;
	margin: auto;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 100%;
	
}

navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 150px; }

.main h1 {
	font-family: 'DM Serif Display', sans-serif;
	font-size: 60px;
	color: #ffffff;
}
.main h2 {
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #999999;
	margin-top: 0px;
	line-height: 1.6;
}
.page-link()
.icons {
	text-align: center;
	padding: 35px;
	position: absolute;
    top: 50%;
    width: 100%;
}
.icons a {
	margin-right: 6px;
}

.footer {
	text-align: center;
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	color: #999999;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}
	