/*@import url('https://fonts.googleapis.com/css?family=Architects+Daughter&display=swap');  
font-family: 'Architects Daughter', cursive;  */
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,600,700&display=swap');

html, body{
    margin: 0;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    }

h1, h2, h3, h4, h5, h6 {
	margin: 30px 0 20px 0;
  text-align: center;
  color: #336699;
}

h1, h2 {
  text-decoration: underline;
}

h1:hover {
  color: #336699;
}

h2 {
  font-style: italic;
  text-decoration: underline;
}

a {
	color: #336699;
	}
	
a:hover {
	color: #337ab7;
	}

div.clear {clear: both;}
	
h1.rtclamp {
  color: #000;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 3em;
  letter-spacing: 1px;
}

p.rtclamp {
  text-align: center;
  font-style: italic;
}

.sect{
	height: 400px;
	background-color: bisque;
	background-size: cover;
  background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.subSection{
	line-height:200%;
	background-color: white;
  text-align: justify;
	margin: 20px auto;
  max-width: 1000px;
      
}

.sectOne{
  background-image: url("../images/about-us2.jpg");
}

.sectTwo{
background-image: url("../images/AdvancedThermalEnergy.jpg");
}

.sectThree{
	background-image: url("../images/digester.jpg");
}

.sectFour{
	background-image: url("../images/anaerobic-digestionn-cows.jpg");
	}

.sectFive{
	background-image: url("../images/renewable-energy.jpg");
}



.title {
	font-size: 20px;
  text-align: center;
}

.text{
  margin: 20px auto;
	font-weight: bold;
	font-size: 1.2em;
}

.text p:first-letter{

	color: #4CAF50;
	font-size: 2em;
	font-style: italic;
}


.list{
  margin-left: 30px;
  font-size: 1.1em;	

}

.spanText{
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  text-decoration: underline;
  text-align:center;

}


p{
  text-align: justify;
  margin: 20px auto 40px;
  padding: 0 30px;
}




 /* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi){ 

}

