﻿body {
}

    img.avater{
        border:1px solid silver; 
        padding:2px; 
        margin:1px; 
        margin-right: 3px;
        border-radius:50%;
    }

.footer {
	margin-top: 0%;
	width: 100%;
	min-height: 100px;
	background-color: #222;
	padding: 50px 0 10px 0;
	color: #fff;
}

.footer .copyright {
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	background-color: #222;
	text-align: center;
}

a:hover{
    color: inherit; /* Takes initial value of the property which is black in this case */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Paytone One', sans-serif;
}
p, div {
    font-family: 'Bree Serif', serif;
}

