@charset "utf-8";


.hidden {
	text-decoration: none;
}

.staff_info img{
	width:250px;
	Padding:10px;
	margin:10px;
}

.staff_info h6{
	text-align: center;
}

#address {
	width: 350px;
}
#google_map{
	margin:20px;
	/*margin:50px 20px 50px 20px;*/
	max-width: 400px;
	max-height: 400px;
}

/*#google_map iframe {
	margin: 5px;
}*/
.info_tile{
	width: 350px;
	border-color:rgba(1,41,6,1.00);
	padding:15px;
	border-style: solid;
	Border-width:3px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 40px;
	background-color:#125A00;
	Position:relative;	
}


/*.info_tile:nth-child(even) {
  background-color:#125A00;
}*/

/*.info_tile:hover{
	background-color:#042A02;
}*/

.info_tile_inner{
	margin-bottom: 50px;
}

.info_tile_img {
	text-align: center;
}

.info_tile h3 {
	text-align: center;
	padding:10px;
	border: solid;
	Border-width:3px;
	margin:10px;
	border-radius: 15px;
	background-color:#474001;
}

button {
	font-size: 20px;
	font-weight: bold;
	color:rgba(182,200,0,1.00);
	height:45px;
	width:250px;
	border-color:#000000;
	padding:10px;
	border: solid;
	Border-width:3px;
	margin:10px;
	border-radius: 15px;
	background-color:#042A02;
}

button:hover {
	background-color:#474001;
}

.info_tile button {
	position: absolute;
	bottom:0px;
	transform: translateX(-50%);
	left:48%;
}

#error_box {
	
}

.sm_link {
	margin:10px;
	padding:5px;
	width:30px;
	height:30px;
} 

.details_box {
	border-color:#0D7207;
	padding:10px;
	border: solid;
	Border-width:3px;
	margin:20px;
	border-radius: 40px;
	background-color:rgba(87,102,1,0.20);
	justify-content:space-between;
}


.details_box h3 {
	text-align:center;
}
.details_info{
	width:350px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	margin-bottom:auto;
	padding-left:25px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-color:#0D7207;
	border: solid;
	Border-width:3px;
	border-radius: 10px;
	background-color:rgba(87,102,1,0.20);
}
.details_description {
	width:500px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
}

/*advert_1*/

.advert_1{
	display: flex;
	background-color: #A66320;
}

.company_info {
	margin:10px;
	font-size: 16px;
	display: inline;
}


.company_info a{
	text-decoration: none;
}

@media (max-width: 750px){

#google_map{
	max-width: 300px;
	max-height: 300px;
}
}