body, html {
  height: 100%;
  margin: 0;
 font-family: Arial, Helvetica, sans-serif;

}
/*--------------------------------------- image banners -------------------------------*/
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1 {
  background-image: url(../img/milk_one.jpg);
  min-height: 55%;
}

.bgimg-2 {
  background-image: url(../img/cows_two.jpg);
  min-height: 400px;
}

.bgimg-3 {
  background-image: url(../img/cows_three.jpg);
  min-height: 400px;
}
.bgimg-4{
	background-image:url(../img/cows_four.jpg);
	min-height:500px;
}
.bgimg-5{
	background-image:url(../img/cows_five.jpg);
	min-height:500px;
}
.bgimg-6{
	background-image:url(../img/cows_six.jpg);
	min-height:500px;
}
.centre {
  display: block;
  margin-left: auto;
  margin-right: auto; 
}
/* --------------------------------- img styling -----------------------------*/
.circle-image{
	border-radius:70%;
	width:70%;
	height:auto;
	margin:0, auto !important;
}
.caption {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #000;
}
.caption img {
	margin:0 auto;
	width:40%;
	height:auto;
	min-height:auto;
}
.caption span {
	background-color: #00AEEE;
	color: #fff;
	padding: 18px;
	width: 35%;

	
}
/*---------
.caption span.border p{
	font-size: 1.5em;

}
-----------*/
.normalise_img {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}
.smaller_img {
	width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}
figcaption {

	padding-top: 0.4em;
}
/*--------------------------------------- overall headings --------------------*/
h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 0.3em;
	
}
h4 {
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0.4em 0 0.2em 0;
	
}
.centre_text{
	text-align: center;
}
.mss-maincolor{
	color: #00AEEE;
}
.mss-darker-maincolor{
	color: #006DD9;
}
.mss-realydark-maincolor{
color: #1E395E;
}
.border{
	background-color:transparent;
	color: #f7f7f7;
	display:block;
	width:35%;
	margin:0 auto;
}
.panelContent{
	color: #ddd;
	background-color: #1E395E;
	text-align: center;
	padding: 50px 80px;
	text-align: justify;
	min-height: 300px;
	height: auto;
}
/*------------------------------------- Panel one --------------------*/
.panelTop {
	color: #777;
	background-color:white;
	text-align:center;
	padding:30px 15px;
	text-align: justify;
	height:auto;
}
.panelTop h3 {
	text-align:left;
	padding: 1em 0 0 0;
	margin: 0;
}
.panelTop .fa-cow {
	color: white;
}
.panelHold{
	position:relative;
}
/*------------------------------------ end Panel One --------------------*/
/*------------------------------------ links --------------------*/
.cta-button {
  border: none;
  border-radius: 3em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-decoration: none;
  padding: 1em 2em ;
  width: auto;
  margin-top: 1.3em;
}

.button-cta {
  background-color: #00AEEE;
  color: #fff !important;
}

.button-cta:hover {
  background-color: #006DD9;
}
/* unvisited link */
a:link {
	color: #1E395E;
  }
  
  /* visited link */
  a:visited {
	color: #1E395E;
  }
  
  /* mouse over link */
  a:hover {
	color: darkblue;
	text-decoration: underline;
  }
  
  /* selected link */
  a:active {
	color: blue;
	text-decoration: double;
  }
  /* unvisited link */
.andContent a:link {
	color: #E6EFFA;
  }
  
  /* visited link */
  .andContent a:visited {
	color: #E6EFFA;
  }
  
  /* mouse over link */
  .andContent a:hover {
	color: #C0CCE9;
	text-decoration: underline;
  }
  
  /* selected link */
  .andContent a:active {
	color: blue;
	text-decoration: double;
  }
/*-----------------------------end links ----------------------*/
.one-third {
	width:29%;
	float:left;
	margin:2%;
}
.thirdText{
	color:#282E34;
	text-align:justify;
	font-size:1.1em;
}
.one-half{
	float: left;
	width: 48%;
	margin: 1%;
	border: none;
}
/*--------------------------------------- testing --------------------*/
.flex-container {
	display: flex;
	flex-direction: row;
	background-color: #00AEEE;
	justify-content: center;
  }
  
  .flex-container > div {
	background-color: #f1f1f1;
	width: 50%;
	margin: 10px;

  }
  section {
	margin: 0 auto;
	padding: 0;
	width: 98%;

  }
/*--------------------------------------- End Testing --------------------*/
.circle{
	height: 150px;
	width: 150px;
	background-color: #00AEEE;
	margin: 0 auto;
	border-radius: 50%;
}
.circle-big{
	height: 100%;
	width: auto;
	background-color: #00AEEE;
	margin: 0 auto;
	border-radius: 50%;
}
.one-Big{
	text-align:center;
	color:#FFF;
	font-size:550%;
	padding:25%;
	margin:0 auto;
}
.fa-ul, article .fa-ul {
	margin-right: 5%;
}
/*--------------------------------------- dark panel --------------------*/
.andContent {
	color: #E6EFFA;
	background-color: #1E395E;
	padding: 30px 20px;
}
.andContent h3{
	color:#CCC;
	text-align:left;
}
.andContent ul{
	width:100%;
	padding: 1%;
}
.andContent ul li{
	list-style:none;
	line-height:1.1em;
	padding:1%;
}

/*--------------------------------------- End dark panel --------------------*/
article{
	float:left;
	width:42%;
	padding:4%;
}

aside{
	float:right;
	width:46%;
	padding:1%;
	margin: 0;

}
aside ul{
	padding:1%;
	margin:5px 6px 5px 6px;
}
aside li{
	padding:5px 5px 5px 5px;
	margin:0 2%;

}
.row {
	   background-color: #282E34;	   
}
/* Create two equal columns that sits next to each other */
.column {
     float: left;
     width: 50%;
	
	 height:500px;
}
/*------------------- Lists -------------------------------------*/
ul {
	list-style: none;
}
li {
	padding:1% 1% 1.5% 1%;
}
.fa-tint, .fa-cow, .fa-truck-droplet {
	color:#00ACE5 ;
}

/* Footer */
.footer {
	position:relative;
	height:auto;
	min-height: 700px;
	background-color: #1E395E !important;
}
iframe {
	width:100%;
	height:500px;
	border:none;
}
/*----------------------------form styles -------------------------*/
.contactUs{
	line-height:25px;
	display:block;
	padding:10px;
}
.contactUs p{
		border-bottom:2px solid #0CF;
		line-height:45px;
		color:white;
		font-size:160%;
}
.contactUs i{
	padding-right:6px;
	margin-right:2em;
	font-size:130%;
}
.contactUs span{
	color: #999;
}
.contactUs a{
	text-decoration: none;
	color: #999;
}
.contactUs a:hover{
	text-decoration:underline;
}
/*---------------------------- end form styles -------------------------*/
.clear-fix{
	clear:both;
}
/* Site update Jun 23 */
.quotebox{
	/* width:30%;
	height:auto; */
	display: flex;
	flex-direction: column;
	padding:15px 30px;
	margin:10px 10%;
	border:2px solid gray;
	box-shadow:0px 0px 10px 2px gray;
	border-radius:10px;
	background-color:#B3EAFF;
	background-image: url("img/quotes.png");
	background-repeat: no-repeat;
	text-align:top left;
	font: italic 20px "Fira Sans", serif;
	color: gray;
}
.quotebox p{
text-align: right;
padding: 0.3%;
}
.quotebox img{
object-position: right;
}
/* Font Awsome customise---------------*/
.fa-circle {
	color: #00AEEE !important;
	}
/* Turn off parallax scrolling for tablets and phones */
@media screen and (max-width: 600px) 
{
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
        background-attachment: scroll;
    }
.panelContent{
	padding: 10px 20px 5px 15px;
	
}
.panelTop {
	padding:10px 15px ;
}
.one-third, .one-half{
	width:100%;
}
.circle-image{
		width:100%;
		height:auto;
}
.smaller_img {
		width: 95%;
		height: auto;
		padding: 0.5em;
	}
.caption img {
	width: 85%;
}
.caption span {
	width: 100%;
}
.andContent {
	padding: 10px 15px;
}

.border {
		background-color:transparent;
		color: #f7f7f7;
		display:block;
		width:80%;
		margin:0 auto;
	}
	.caption span {
		width: 80%;
	}
.panelContent {
	padding:0;
}
.column{
	width:100%;
}
article{
	width:100%;
}
.fa-ul, article .fa-ul, aside .fa-ul {
width: 90%;
}
aside{
	width:98%;
	padding-left: 1%;
}
.centralise{
	text-align:center;
}


}