/*	CSS Document - Personalized CSS for Project */

body {
	font-family: 'Lato', sans-serif;
	padding-top: 55px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}



.bg-featured {
	background: url(../../_img/bg-featured.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 75px 0;
}

.bg-featured h1 {
	font-size: 400%;
}





.bg-blue-to-green {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004b7a+0,17aea5+100 */
	background: rgb(0,75,122); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,75,122,1) 0%, rgba(23,174,165,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,75,122,1) 0%,rgba(23,174,165,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,75,122,1) 0%,rgba(23,174,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b7a', endColorstr='#17aea5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-green-to-blue {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17aea5+0,004b7a+100 */
	background: rgb(23,174,165); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(23,174,165,1) 0%, rgba(0,75,122,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(23,174,165,1) 0%,rgba(0,75,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(23,174,165,1) 0%,rgba(0,75,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17aea5', endColorstr='#004b7a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.nav-link {
	color: #fff !important;
}

.sombra {
	background: url(../../_img/bg-sombra.jpg) repeat-x;
	height: 10px !important;
	max-height: 10px !important;
}

.text-blue { color: #004b7a; }
.text-green { color: #17aea5; }