body {
	background: url("background.png"); /* Links to your background image, which you can also replace with a URL. */
	background-size: cover; /* Image covers page. */
	background-repeat: no-repeat; /* Image does not repeat. */
	background-attachment: fixed; /* Image doesn't move when you scroll up or down. */
	background-position: top;
	text-align: center;
	color: white; /* Text color. */
	font-family: 'Avenir', sans-serif; /* Font: sans-serif included in case browser doesn't support first option. */
}

h1 {
	font-size: 23px;
        font-family: 'Avenir', sans-serif;
}

h2 {
	font-size: 30px;
}

.mt {
        font-size: 20px;
        margin-right: 200px;
        margin-left: 200px;
        text-align: justify;
}

.container-t {
        text-align: left;
        margin-top: 50px;
        margin-left: 80px;
}

.container-fluid {
	height: 300px;
	width: 100%;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* Styling for icons. */
.fa {
	color: white;
	margin: 10px 5px;
	font-size: 3em !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
