@charset "UTF-8";
/* CSS Document */

body {
	background: rgb(153,209,167);
	color: rgb(67,105,91);
	font-family: 'Amatic SC', cursive;
	font-size: 24px;
	line-height: 1.2;
    }
a{
	color: rgb(67,105,91);
}
a:hover{
	color: rgb(67,105,91);
}
.img-responsive{
	display: inline-block;
}
#top{
	padding-top: 35px;
	padding-bottom: 35px;
}
#logo{
}
#phrase{
	padding: 25px;
}
#photo{
	background: url(../images/matrecos.jpg) no-repeat center center;
	background-size: cover;
	height: 240px;
}
#descritivo1{
	display: none;
}
#descritivo2{
	padding: 25px;
}
#symbol{
	max-width: 200px;
	padding: 25px;
}
#logo2{
	padding: 50px;
	}
#contacts{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
 @media(min-width:767px) {
	 #photo{
		 height: 400px;
		 margin-top: -80px;
		 background-attachment:fixed;
		}
		#symbol{
			padding-top: 50px;
		}
	#descritivo1{
		height: 100px;
		display: inherit;
	}
	#descritivo2{
		display: none;
	}
}