@font-face {
	font-family: "Monotype Corsiva";
	src: url("http://mielsandonis.com/assets/fonts/MTCORSVA.TTF");
  }
body {
	font-family: "Monotype Corsiva", sans-serif;
}
/* Menu */
#top_bar {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FCC300;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 100%);
	/* border: solid 1px black; */
}
#navbarToggler {
	background-color: transparent;
}
#navbarToggler ul {
	padding-left: 100px;
}
#navbarToggler ul:first-child {
	padding-top: 15px;
	/* border: solid 1px black; */
}
#navbarToggler ul li {
    transition: all 0.2s;
	/* border: solid 1px black; */
}
#navbarToggler ul li a {
	font-family: Monotype Corsiva, sans-serif;
	color: black;
}
#logo {
	height: 100px;
	/* border: solid 1px black; */
}
.nav-link {
    font: 700 22px Open Sans, Arial, Helvetica, sans-serif;
}
.nav-link.current_menu_item {
    color: #777777 !important;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0.2em;
    text-decoration-color: #777777;
}
.nav-link:not(.current_menu_item):hover {
    /* border-top: solid 0.3em green; */
}
.nav-link {
    /* padding: 1.2em !important; */
}
.current_menu_item {
    /* color: #108633; */
}
.band {
	/* height: 400px; */
	/* border: solid 1px red; */
}
/* Tablet */
@media all and (min-width: 600px) {
	.band {
		margin-top: 40px;
		/* border: solid 1px red; */
	}
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 975px) {
	.nav-link.current_menu_item {
		color: #000000 !important;
		text-decoration: underline;
		text-decoration-style: solid;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #777777;
	}
	.nav-link:not(.current_menu_item):hover {
		text-decoration: underline;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #d1cfcf;
	}
	.nav-link {
		padding: 1.2em !important;
	}
	.current_menu_item {
		color: #ffffff;
	}
	#logo {
		padding-left: 50px;
	}#navbarToggler ul li a {
		font-size: 30px;
	}
}

/* home */
#home_content {
	margin-top: 100px;
	background-image: url("/assets/images/fondo_miel_peque.png");
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* border: solid 1px blue; */
}
#hero {
	margin-top: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: solid 1px green; */
}
#hero_left {
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
	margin-right: 20px;
	/* border: solid 1px pink; */
}
#hero_left h1 {
	font-size: 30px;
	font-weight: bold;
}
#hero_left p {
	margin-top: 20px;
	font-size: 20px;
}


/* Tablet */
@media all and (min-width: 600px) {
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 975px) {
	#home_content {
		margin-top: 130px;
		background-image: url("/assets/images/fondo_miel.png");
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		flex-direction: column;
		/* align-items: stretch; */
	}
	/* #hero {
		flex-direction: row;
	} */
	#hero_left {
		text-align: center;
	}
	#hero_left h1 {
		font-weight: normal;
		font-size: 80px;
	}
	#hero_left p {
		font-size: 40px;
	}
	
}

/* contact */
#contact_content {
	margin-top: 80px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}
#contact_direction {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	/* border: solid 1px red; */
}
a {
	color: #212529;
}
#contact_logos_artesanos {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* border: solid 1px blue; */
}
#logo_cyl {
	width: auto;
	height: 185px;
	/* border: solid 1px red; */
}
#logo_cyl img {
	/* width: 60px; */
	/* height: auto; */
}
#logo_valladolid {
	height: auto;
	/* border: solid 1px red; */
}
#logo_valladolid img {
	/* width: 100; */
	/* height: auto; */
}

/* Tablet */
@media all and (min-width: 600px) {
	#contact_content {
		/* margin-top: -50px; */
	}
	#logo_valladolid {
		margin-left: 20px;
	}
}
/* Desktop */
@media all and (min-width: 900px) {
}
/* Desktop */
@media all and (min-width: 1200px) {
	#contact_content {
		margin-top: 80px;
		flex-direction: row;
	}
	.size {
		font-size: 30px;
	}
	#contact_direction {
		width: 50%;
		align-content: center;
		align-items: center;
		margin-top: 40px;
	}
	#contact_logos_artesanos {
		width: 50%;
		justify-content: space-evenly;
		margin-left: 200px;
	}
	#logo_cyl {
		width: auto;
		height: 185px;
		margin-bottom: 50px;
		/* margin-left: 30px; */
	}
	#logo_valladolid {
		margin-left: 0;
		margin-bottom: 50px;
	}
	#logo_cyl img {
		/* width: 161px; */
		/* height: auto; */
	}
	#logo_valladolid img {
		/* width: 300px; */
		/* height: auto; */
	}
}

/* Footer */
#footer {
    width: 100%;
    height: 80px;
    /* margin: 0 auto; */
	display: flex;
	flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #1b1b1b;
    text-align: center;
    color: #777777;
}
#copyright_big { display:none; padding-top: 20px;}
#copyright_medium { display:none; }
#copyright_small { display:block; }

/* Tablet */
@media all and (min-width: 600px) {
	#copyright_big { display:none; }
	#copyright_medium { display:block; }
	#copyright_small { display:none; }
}
/* Desktop */
@media all and (min-width: 900px) {
	.copyright {
		height: 60px;
	}
	#copyright_big { display:block; }
	#copyright_medium { display:none; }
	#copyright_small { display:none; }
}