body {
    background: #f4f4f4;
    color: #757575;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 60px;
	
	min-height: 100vh;   /* full screen height */
	display: flex;
	align-items: center; /* vertical */
	justify-content: center; /* horizontal (optional) */
}

div, hr {
	display: none;
}

div#header, div.container, div#header div {
	display: block;
}

div#header {
	min-height: 100%;   /* full screen height */
    display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal (optional) */
}

div#header img {
	margin: 32px 0; 
}

.container {
    background: #fff;
    border: 1px solid #a5d4fc;
}

img {
    max-width: 100%
}

.propic {
    border-radius: 10px;
}

hr {
    margin: 40px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', serif;
}

h1 {
    font-size: 5em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 16px 0;
}

h2 {
    font-size: 1.3em;
    margin: 0;
}

h2 a {
	color: #757575;
}

h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
}

h4 {
    margin: 15px 0 0;
}

h5 {
    font-size: 16px;
    font-weight: bold;
}

p,
a {
    line-height: 1.7em;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 16px;
}

li {
    padding: 7px 0;
}

#left-img {
	margin: 0 auto;
}

.left-img {
	border-radius: 1000px;
}

#left-img:hover #left-img-normal {
	display: none;
}

#left-img-hover {
	display: none;
}

#left-img:hover #left-img-hover {
	display: inline-block;
}

.dl-share .btn {
    min-width: 120px;
}

.social a {
    font-size: 2em;
}

div#header div.socials {
	display: flex;
	flex-direction: row;
}

div#header div.socials div {
	width: 20%;
}

div#header div.socials a {
	font-size: 3em;
}

.mainleft {
    padding-right: 30px;
}

.testimonials img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    margin-top: -10px;
    border: 1px solid #ededed;
}

.year,
.share {
    text-align: right;
}

footer {
	position: absolute;
    bottom: 0;
}

footer p,
footer a {
    font-size: 13px;
}
.fork {
    position: absolute;
    z-index: 1;
    margin-left: -80px;
    margin-top: -75px;
}

.row.banner {
    margin: 0 -30px 20px -30px;
}

#asy-img {
	max-width: 100%;
}

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 4em;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 2em;
	}
}

@media screen and (max-width: 768px) {
    h1 {
		text-align: center;
	}
	
	.col-sm-6, .col-sm-4, .col-sm-3{
        text-align: center;
    }
	
	.container {
		margin: 0;
		border: none;
	}
	
	div#header {
		display: block;
	}
	
	#left-img {
		max-width: 350px;
	}
}

@media print {
    body {
        background: #FFFFFF;
        margin: 0;
        padding: 0 !important;
        max-width: 750px;
    }

    .container {
        border: none;
    }

    a[href]:after {
        content: "";
    }
}