.button{
	font-weight: bold;
	background-color: #537b5f;
	text-decoration: uppercase;
  border-radius: 10px;
  border:1px solid #3C6848;
}

.button:hover,.button:focus{
	font-weight: bold;
	background-color: #3C6848;
}

label{
  font-size: 18px;
}

a{
	color: #076696;
}

a:hover,a:focus{
	color: #07577F;
}

.callout{
	background-color: #FFFFFF;
  border:1px solid #CCCCCC;
	color: #222222;
	padding: 40px;
	border-radius: 20px;
}

.newscallout{
  background-color: #FFFFFF;
  border:1px solid #CCCCCC;
  color: #222222;
  padding: 40px;
  border-radius: 20px;
}

.newscallout:hover {
  background-color: #F2F2F2;
  border:1px solid #CCCCCC;
  color: #222222;
  padding: 40px;
  border-radius: 20px;
}

.subtwrap {
background-image: linear-gradient(#3C6848, #537b5f);
background-color:#537b5f;
}

.subtwrap h2 {
font-family: 'Courgette', handwriting, sans-serif;
}

.icons i{
	color: #e81c1c;
	font-size: 100px;
}

.sep{
	width: 200px;
	border: 1.5px solid #c9c9c9;
	margin-top: 40px;
	margin-bottom: 40px;
}

body{
	font-size: 21px;
	line-height: 2;
	font-weight: 400;
}

.hero {
  background-image: linear-gradient(rgba(76,53,73,0.5),rgba(76,53,73,0.7)), url("../images/summer-16-046-web.webp");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position:relative;
  overflow:hidden;
  border-bottom: 3px solid #345B40;
  border-top: 3px solid #345B40;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F2F2F2;
  text-shadow: 2px 2px 4px #222222;
  width: 90%;
}

.container-gallery{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position:relative;
  overflow:hidden;
}

.container-gallery:hover img {
    transform: scale(1.2);
}

.container-gallery img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
    transform: scale(1);
}

.container-gallery{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position:relative;
  overflow:hidden;
}

.container-gallery:hover img {
    transform: scale(1.2);
}

.container-gallery img {
    transition: all 0.3s;
    display: block;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    min-width: 100%;
}

.gallerywrap{
  border-top: 5px solid black;
}

.map{
	width: 100%;
	height: 400px;
	border: 0;
}

.csoc em{
	font-size: 40px;
}

strong{
  font-weight: 500;
}

.mtop0{margin-top: 0px;}
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop40{margin-top: 40px;}
.mtop50{margin-top: 50px;}
.mtop100{margin-top: 100px;}

.mbot0{margin-bottom: 0px;}
.mbot5{margin-bottom: 5px;}
.mbot10{margin-bottom: 10px;}
.mbot20{margin-bottom: 20px;}
.mbot30{margin-bottom: 30px;}
.mbot40{margin-bottom: 40px;}
.mbot50{margin-bottom: 50px;}
.mbot60{margin-bottom: 60px;}
.mbot70{margin-bottom: 70px;}
.mbot80{margin-bottom: 80px;}
.mbot100{margin-bottom: 100px;}
.mbot125{margin-bottom: 125px;}
.mbot150{margin-bottom: 150px;}
.mbot200{margin-bottom: 200px;}

.pbot50 {margin-bottom:50px;}
.ptop50 {margin-top:50px;}

.pbot30 {margin-bottom:30px;}
.ptop30 {margin-top:30px;}

.pleft15{padding-left: 15px;}
.pleft5{padding-left: 5px;}
.pright15{padding-right: 15px;}
.pbot20{padding-bottom: 20px;}
.pright20{padding-right: 20px;}

.bold{font-weight: bold;}
.photo100{width: 100%;}

.subgreen {
background-color:#68786B;
padding:10px 20px;
color:#FFFFFF;
}

.logofont {
  font-family: 'Courgette', handwriting, sans-serif;
}

.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: 'Courgette', handwriting, sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Courgette', handwriting, sans-serif;
}
