
.columnS {
float: left;
width: 25%;
margin-bottom: 16px;
padding: 0 8px;
}

.columnI{
float: left;
padding:  0 8px;
width: 100%;
height: 300px;
}

.rowL:after{
content: " ";
display: table;
clear: both;
}

.cardC {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.container {
padding: 0 10px;
}
.container::after, .row::after {
content: "";
clear: both;
display: table;
}


.image1, .image2{ 
 position: relative;
 opacity: 0.90;
  min-height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image1 {
  background-image: url("images/contactimages/1-January.jpg");
  min-height: 87%;
}

.image2 {
  background-image: url("images/contactimages/8-August.jpg");
  min-height: 60%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 70%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 10px;
    transform: translate(-50%, -50%);
  
  @media only screen and (max-device-width: 400px)
  {
  background-attachment: scroll;
  }
  }
    
	
	#map{
width: 100%;
height: 650px;
}