@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|Merriweather:400italic,400");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

body {
	background:#6e7b82;
	margin: 0px;
	border: 0px solid #ffffff;
	font-family:"PT Sans",sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	font-family:"Merriweather",serif;
	}

h3 {
	font-size:1.17em;
	margin:.83em 0;
	}

table {
	text-align:center;
	width: 200px;
	height: 100%;
	border-collapse: collapse;
	}


td.main {
	text-align:center;
	color:#eeeeee;
	}

a:link, a:visited {
	color:#eeeeee;
	text-decoration: none;
	font-weight:normal;
	}


a:hover{
	color:#ffffff;
	text-decoration: none;
	}

hr {
	height:1px;
	border:none;
	color:#eeeeee;
	background-color:#eeeeee;
	width:100%;
	margin: 0 0 25 auto;

	}


/* RESPONSIVE
-------------------------------------------------------------------------- */

@media only screen and (min-width: 1401px) {
.main {
    font-size:1em;
	}
.avatar2 {
	width:150px;
	height:150px;
	}	
}

@media only screen and (min-width: 1024px) {
.main {
    font-size:1em;
	}
.avatar2 {
	width:150px;
	height:150px;
	}	
}


@media only screen and (max-width: 1024px) {
.main {
    font-size:1em;
	}
.avatar2 {
	width:150px;
	height:150px;
	}	
}


@media only screen and (max-width: 900px) {
.main {
    font-size:1em;
	}
.avatar2 {
	width:150px;
	height:150px;
	}
}


@media only screen and (max-width: 767px) {
.main {
    font-size:1em;
	}
.avatar2 {
	width:100px;
	height:100px;
	}
}


@media only screen and (max-width: 479px) {
.main {
    font-size:1em;
	}
.avatar2 {
	width:100px;
	height:100px;
	}
}


@media only screen and (max-width: 320px) {
.main {
    font-size:1em;
	}
.avatar2 {
	width:100px;
	height:100px;
	}
}