body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
	color: #444;
	background: #f6f6f6;
}
.off-canvas-wrap {
	overflow: hidden;
}
.content {
    margin-top: 12%;
}

h5 {
	text-transform: uppercase;
	font-size: 40px;
	color: #000;
	font-weight: 100;
}
p {
	font-size: 0.9rem;
	font-weight: 400;
    color: #585d6a;
    text-shadow: 0px 1px 0px #fff;
}
a {
	color: #2516c7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #4157DB;
	text-decoration: none;
}
.copyright {
    margin-top: 30px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #777;
}
.copyright i{
    padding: 0 5px;
    display: inline-block;
}
