
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap');
@import url(menu.css);
@import url(banner.css);
@import url(sec1.css);
@import url(sec2.css);
@import url(sec3.css);
@import url(sec4.css);
@import url(sec5.css);
@import url(sidebar-contact.css);

@import url(footer.css);


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Cormorant Garamond', serif;	
}

header{
	width: 100%;
	height: 50px;
	border: solid #ffd700;
	color: #27B44B;
	font-size: 12px;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.contenedor{
	width: 98%;
	margin: auto;
}
img{
	width: auto;
	height: 50px;
	padding: 2px 5px;
}

img, h1{
	float: left;
	

}
h1{
	font-size: 15px;
	margin-top: 10px; 

}

header .contenedor{
	display: table;
}

section{
	width: 100%;


	/*margin-bottom: 25px;*/

}

@media (min-width: 1024px){
header{
	 background: rgba(242,219,109,0.9);
	 font-size: 16px;
}	
h1{
	font-size: 30px;
}
}

