*,p,li,td{
	font-family: 'Open Sans', sans-serif;
}

a{
	color:#3f9d9c;
} 
 
h1,h2,h3,h4,h5,h5 a{
	font-family: 'Oswald', sans-serif !important;
	font-weight:300;
}

h1{
	padding-top:40px;
	padding-bottom:40px;
}

h3{
	padding-top:40px;
	padding-bottom:40px;
}

.carousel-caption h2{
	font-size:3rem;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

h5{
	padding-top:20px;
}

p{
	font-size:1rem;
}

img{
	max-width:100%;
	height:auto !important; 
}

p.small{
	margin-top:20px;
}

p.small, #footer li, #footer a, #footer, #footer p{
	font-size:0.9rem !important;
	font-weight:bold;
}

div.separator{
	text-align:center;
	margin-top:80px;
	margin-bottom:80px;
}

div.redsep{
	background-color:#3f9d9c;
	color:#fff;
}

div.greensep{
	background-color:#3F9D9C;
	color:#fff;
	padding:30px 50px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer {
	margin-top:50px;
	padding-top:20px;
    background: #3A3A3A !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer li {
 color: #ffffff;
}	
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
	}
	.jasgrid {
    padding: 0px 15px !important;
    margin-bottom:8px;
   }
}


#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

	[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}	

