@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTM-Avo.ttf');
}
@font-face {
    font-family: 'UTM Avo Bold';
    src: url('fonts/UTM-AvoBold.ttf');
}

/* Backgrounds will cover all the section
* --------------------------------------- */
#section0,
#section1,
#section2,
#section3{
	background-size: cover;
	/*background-attachment: fixed;*/
	position: relative;
}

/* Defining each sectino background and styles
* --------------------------------------- */
#section0{
	background-image: url("../images/demo/slideshow-1.jpg");
	
}
#section1{
	background-image: url("../images/demo/slideshow-2.jpg");
	padding: 6% 0 0 0;
}
#section2{
	background-image: url("../images/demo/slideshow-2.jpg");
	padding: 6% 0 0 0;
}
/*#section3{
	background-image: url(imgs/bg4.jpg);
	padding: 6% 0 0 0;
}*/

.section h2,
.section h3 {
	position: absolute;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	/*left: 30%;*/
	text-align: center;
    width: 100%;
	display: none;
}
.section h2 {
	top: 90px;
	font: 3em 'UTM Avo Bold';
}
.section h2 a {
    color: #fff;
}
.section h3 {
	top: 140px;
	font: 2.5em 'UTM Avo';
    color: #fff;
}
.mainFooter {
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.section h2,
	.section h3 {
		left: 10%;
	}
}