#MainFeat{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row-reverse;

	padding: 0px;

	width: 100%;
} 
#MainFeat .topMain{
	/*background-image: url("../gfx/bgf.jpg");*/
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;

	width: 50%;
	margin: auto 0 -30px auto;
	padding: 5px 30px 5px 5px;

	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	/*background-color: rgba(0, 0, 0, 0.3);*/
	border-radius: 10px 0px 0px 10px;
	/*border: 2px var(--3rd_clr) solid;
	box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);*/
}
#MainFeat .bottomMain{
	margin-bottom: -50px;
}
#MainFeat h3 {
	text-align: center;
	margin: 0px;
	color: var(--3rd_clr);
	line-height: 1;
}

#MainFeat p{
	margin: 5px;
	text-align: justify;
}
/*#MainFeat .topMain{
	text-align: center;
	display: inline-block;
	width:100% ;
}*/
#MainFeat img{
	width:100%;
	max-width:500px;
	display: block;
	margin: auto auto 0 auto;
}


#IndexFeature{
	/*display: block;*/
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: row;
	position: relative;
	margin: auto;
	width:fit-content;
	height: fit-content;
	padding: 30px 0px;
}
.main_logo::before{
  	z-index: 1;
	content: "";
	position: absolute;
  	outline: 2px var(--sec_clr);
  	outline-style: groove;
  	outline-offset: 7px;

  	width: 100px;
  	height: 100px;
  	border-radius: 50%;
  	top: 55px;
  	left: 25px;
}
.div_main_logo{
	width: 150px;
	height:150px;
}
.main_logo{
	display: block;
	/*vertical-align: middle;*/
	width:150px;
	height:150px;
	margin: auto;
	/*background-position: center;
	background-size: 75px 75px;
	background-repeat: no-repeat;*/

	border-radius: 50%;
	outline: 5px dotted var(--sec_clr);
  	outline-offset: -8px;
	background: radial-gradient(circle at 25px 25px, #666 /*#5cabff*/, #000);
	/*box-shadow: 3px 3px 15px var(--3rd_clr);*/
}
.main_logo::after{
	display: block;
	position: absolute;
  	width: 100px;
  	height: 100px;
  	margin: auto;

  	top:55px;
  	left:25px;
  	z-index: 1;
	content: "";
  	border-radius: 50%;

  	outline: 2px var(--sec_clr);
  	outline-style: groove;
  	outline-offset: 0px;

	background: url("../gfx/logos/BolandBowls_logo.png") center no-repeat;
	background-size: 80% 80%;
}

.main_spacer{
	display: inline-flex;
	/*vertical-align: middle;*/
	width:5px;
	height:75px;
	margin: auto 10px;
	background-color: var(--prim_clr);
}

.main_title{
	display: inline-flex;
	/*vertical-align: middle;*/
	margin: auto;
	font-size: 5rem;
	color: var(--sec_clr);
	font-weight: 600;
	text-shadow: 3px 3px 6px #000;
}
@media screen and (max-width: 900px){
	#MainFeat{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#MainFeat .topMain{
		margin:unset;
		/*margin-top: -50px;*/
		width: 95%;
		border-radius: 0 0 10px 10px;
	}
}
/*@media screen and (max-width: 845px){
	#MainFeat .topMain{
		margin-top: 0px;
	}

}
@media screen and (max-width: 810px){
	#MainFeat .topMain{
		margin-top: 0px;
	}
}
@media screen and (max-width: 710px){
	#MainFeat .topMain{
		margin-top: -50px;
	}
}*/
@media screen and (max-width: 650px){
	/*#MainFeat .topMain{
		margin-top: -50px;
	}*/
	.main_spacer{
		display: none;
		height: 50px;
	}
	.main_title{
		font-size: 3rem;
	}
	.div_main_logo{
		width: 50px;
		height:50px;
	}
	.main_logo::before{
		width: 40px;
		height: 40px;
		outline-offset: -4px;
		outline: 1px solid var(--sec_clr);
		left:5px;
		top:15px;
	}
	.main_logo::after{
		width: 25px;
		height: 25px;
		outline-offset: 1px;
		outline: 1px solid var(--sec_clr);
		left:12.5px;
		top:22.5px;
	}
	.main_logo{
		width: 50px;
		height: 50px;
		outline: 2px dotted var(--sec_clr);
	  	outline-offset: -4px;
	}
	#IndexFeature{
		padding:10px 0px;
	}
	#MainFeat{
		flex-direction: column;
	}
	/*#MainFeat .topMain{
		margin-top: -50px;
	}*/
}