@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather');

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);



body, html {

    height: 100%;

	font-family:  'Merriweather', serif ;

	background-color: #fff;

}



nav {

	font-family: 'Lato', sans-serif;

}

.abt-title {

	text-align-last: left;

}



.w3-text-white {

	color: white;

}

.container {

	background-color: white;

	padding: 3em;

	margin-top: 2em;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 4em;

	text-align: justify;

	max-width: 90%;

}



h2 {

	font-family: Calibri;

}



a:link {

    color: #9e0101;

}

img {

	max-width: 100%

}