/*
font-family: 'Alegreya', serif;
font-family: 'Piazzolla', serif;
font-family: 'Roboto', sans-serif;
*/
html, body{
	font-family: 'Piazzolla', serif;
	height:100%;
	width:100%;
	font-size: 16px;
	scroll-behavior: smooth;
	position: relative;
}
.h1, h1 {
    font-size: 2em;
}
.h2, h2 {
    font-size: 1.8em;
}
.h3, h3 {
    font-size: 1.6em;
}
.h4, h4 {
    font-size: 1.4em;
}
.h5, h5 {
    font-size: 1.2em;
}
.h6, h6 {
    font-size: 1em;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	/*color: #e8731c; e98625;*/
	font-family: 'Alegreya', serif;
}
p{
text-align:justify
}
#menu-header, #logo-header{
	border-bottom: 1px dashed #a00;
}
.logo{
	text-align: center;
}
.is-sticky #menu-header {
	left:0;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
#nav-menu-container{
	font-size: 1.1em;
	font-weight: 500;
}
#nav-menu-container >.navbar-nav > .nav-item {
	margin: 0 25px;
}
#nav-menu-container .navbar-nav > .nav-item > .nav-link.active {
	color: #ff9f9f; /*#ff9f9f*/
}
#nav-menu.show{
	background: #fff;
	padding: 0 10px;
}
#nav-menu.show .navbar-nav > li  {
	border-bottom: 1px solid #800;
}
#nav-menu .nav-item {
	margin: 0px 10px;
}
.navbar-brand{
	display:none;
}
.is-sticky .navbar-brand{
	display:block;
}
.navbar-toggler{
	border: 1px solid #800;
	color: #800;
}
.carousel-caption {
	bottom: 0rem;
	right: 1rem;
	text-align: end;
}
/*
.carousel-caption h5 {
    transition: ease-in;
	transition-duration: 1s;
	position: relative;

}
.carousel-item.active .carousel-caption h5 {
	font-size: 64px;
	font-weight: 900;
}
*/
section{
	margin:30px;
}
.sectionhead {
	margin-bottom: 5px;
}
.sectionhead h2{
	border-bottom: 1px solid #800;
	line-height: unset;
}
.sectionhead span{
	padding: 0 20px;
	border-bottom: 1px solid #800;
	margin-bottom: 5px;
	color: #666;
}
section#about .container > .sectioncontent{
	background-image: url("../img/banner200x500.png");
	background-repeat: no-repeat;
}
section .sectioncontent .card{
	border-width:0px;
}

main > section > .container {
	border-top: 1px dashed #ddd;
	padding-top: 25px;
}

#wines .card{
	border: 1px solid #ccc;
}
#wines .card .card-body{
	border-top: 1px dashed #800;
}
.labelimg{
	max-width: 400px;
	width: 300px;
	align-self: center;
}
footer {
    background: #eee;
    margin-top: 20px;
	color: #999
}
.social{
	padding: 10px 0;
}
.copyright{
	border-top: 1px solid #ddd;	
}
a{	
	text-decoration:none;
	color: #d40000;
}
a:hover { 
	color: #800;
}
.social a { 
	width:50px; 
	height:50px; 
	border:1px dashed #708080; 
	border-radius:50%; 
}
.social a:hover { 
	transform: scale(1.1);
}

.contact_address, .contact_phone, .contact_mail {
	margin-top: 5px;
}

.contact_address::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
	margin-right: 10px;
	padding: 0 2px ;
}
.contact_phone::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f879";
	margin-right: 10px;
}
.contact_mail::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0e0";
	margin-right: 10px;
}


