@media (min-width: 992px) {

}
/* ======================================================================================================== */
.display-5 {
	font-size: 3rem;
	font-weight: 300;
}

.display-6 {
	font-size: 2.5rem;
	font-weight: 300;
}

.display-7 {
	font-size: 2rem;
	font-weight: 300;
}

.nav-link, .dropdown-item{
	font-size:14px;
}
.w-10 {
	width: 10% !important
}
.w-15 {
	width: 15% !important
}

a.dropdown-item{
	margin-left:-30px!important;
	width: auto!important;
}

a.dropdown-item:hover{
	background-color: #ba884d!important;
	color:white!important;
}



.btn-myWeb {
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ba884d+82,ba884d+82,ffffff+83,ffffff+83,7f5a2f+83 */
	background: #ba884d; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ba884d 82%, #ba884d 82%, #ffffff 83%, #ffffff 83%, #7f5a2f 83%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ba884d 82%,#ba884d 82%,#ffffff 83%,#ffffff 83%,#7f5a2f 83%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ba884d 82%,#ba884d 82%,#ffffff 83%,#ffffff 83%,#7f5a2f 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba884d', endColorstr='#7f5a2f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-myWeb:hover {
	color: #fff;
	background-color: #7f5a2f!important;
}


button.accordion-button:hover{
	background-color: rgba(127, 90, 46, 1) !important;
	color:white!important;
}
button.accordion-button{
	color:#000!important;
}
.accordion-item{
	margin-top:-10px!important;
}
.accordion-body{

	background: url(../../hd-images/bg1.jpg) no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:5px!important;
}
.accordion-body a{
	color:#333!important;
}

.accordion-body p{
	line-height: 1.3!important;
	margin:4px 0!important;
	font-size: 90%!important;
	border-bottom:.01em solid #CCC;
	padding:10px 0!important;
	text-align: left;
}

.accordion-body p:last-of-type{
	border-bottom:none!important;
}
.accordion-body-inner{
	/*max-height: 500px;*/
	/*overflow-y: scroll;*/
}
.accordion-button {
	background-color: rgba(186, 136, 77, 0.6) !important;
}
.accordion-button:focus {
	z-index: 3;
	border: none!important;
	outline: 0;
	box-shadow: none!important;
}


