
@font-face {
    font-family: 'Caros Soft Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft Medium'), url('CarosSoftMedium.woff') format('woff');
    }
  

body, p {font-family: "Raleway",Serif;}


h1, h2, h3, h4, h5, h6 {
  /*font-family: "Playfair Display"; */
  font-family: 'Caros Soft Medium';
  color:#5f5f61;  /*dark version of logo grey-green */
}



h5, h6 { letter-spacing: 3px;}

h4  { letter-spacing: 3px;}

h3 { letter-spacing: 3px;}

h2 { letter-spacing: 3px;}

h1 { letter-spacing: 10px;}


.w3-grey-grad {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );

}

.w3-grey-grad:hover{
	background: #607D8B;
	color:#ffffff;

}

.w3-mbl {
  background-color:#86A39F;  /*logo grey-green */
}



input[type=text], select {
	font-family: "Raleway",Serif;
}


  