@font-face {
	font-family: 'Providence Regular';
	src: url('../fonts/Providence.ttf');
}

@font-face {
	font-family: 'Typo GeoSlab Regular Demo';
	src: url('../fonts/Typo GeoSlab Regular Demo.otf');
}

@font-face {
	font-family: 'Candara Regular';
	src: url('../fonts/Candara.ttf');
}

body {
	background: url('../img/bg.jpg') top repeat-x;
}

.nav-link {
	text-transform: uppercase;
}

.footer-space {
	margin-bottom: 10px;
}

.content-line-top {
	height: 30px;
	background-color: #db434d;
}

.content-line-bottom {
	height: 30px;
	background-color: #000;
}

#content {
	background-color: #fff;
}

.quemsomos {
	font-family: "Candara Regular";
	font-size: 18px;
	text-align: justify;
	margin-bottom: 20px;
}

@media (min-width: 600px) {
  .quemsomos {
    margin-top: 100px;
	margin-right: 100px;
  }
}