@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: rgba(246,246,246,1.00);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: rgba(75,74,74,1.00);
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
}
p{
	font-size: 14px;
	font-family: 'alice', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
}


/* Link styles*/
a {
	color: rgba(219,216,206,1.00);
}
a:visited {
	color: rgba(225,223,214,1.00);
}
a:hover {
    color: rgba(255,254,254,1);
}
.linkStyle {
    color: rgba(58,53,53,1.00);
    font-family: 'montserrat', sans-serif;
    font-style: normal;
    font-weight: 100;
    text-decoration: none;
    font-size: 12px;
}
/* Header & HERO styles*/
.logo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 198px;
	background-color: #E3E0E0;
	font-size: 13px;
}
.heroHeader {
	height: 350px;
	background-color: rgba(0,0,0,1.00);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: -webkit-linear-gradient(270deg,rgba(42,52,53,1.00) 0%,rgba(73,91,92,1.00) 54.38%,rgba(29,34,33,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(42,52,53,1.00) 0%,rgba(73,91,92,1.00) 54.38%,rgba(29,34,33,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(42,52,53,1.00) 0%,rgba(73,91,92,1.00) 54.38%,rgba(29,34,33,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(42,52,53,1.00) 0%,rgba(73,91,92,1.00) 54.38%,rgba(29,34,33,1.00) 100%);
}
/* Navigation styles*/
.topNavUl {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000000;
    color: #FDFCFC;
    text-align: center;
}
.topNavLI {
	text-align: center;
    width:16%;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
width:200px;

	opacity:.8;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	font-size: small;
	background-color: #000000;	
	font-family:'montserrat',sans-serif;align-content: center;
}
	



ul li a{
	text-decoraion: none;
	colour: ;
	display: block;
	text-decoration: none;
	background-color: #000000;
	opacity: .8;
	color: ;	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;
}
	
	text-align: center;
}
/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight:600;
	color: rgba(0,0,0,1.00);
	text-align: center;
	/* [disabled]background-color: #F76405; */
}	
	

/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(1,1,1,1.00);
	text-align: center;
}
.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	color: rgba(146,146,146,1.00);
	font-size: 32px;
}
.mainHeading {
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-top: 2%;
    font-size: 48px;
    text-shadow: 5px 6px 6px #86898D;
    background-image: url(url);
}
.mainTagline {
    text-align: center;
    color: rgba(226,225,221,1.00);
    font-size: 24px;
    margin-top: -1%;
    text-shadow: 2px 5px 3px #000000;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    /* [disabled]background-color: #010101; */
    letter-spacing: 2px;
    height: 45px;
    padding-top: 0px;
}
.sectionText {
	text-align: center;
	font-weight: bold;
}
#sectionOne {
	text-align: justify;
}
#sectionTwo {
	text-align: justify;
}

/* Gallery styles */
.gallery{
    padding-top:20px;
    padding-bottom:30px;
}
.paraContent{
	font-size: 14px;
	font-family: alice, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(69,67,67,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
    font-size: 14px;
    font-family: alice , sans-serif;
    font-style: normal;
    font-weight: 100;
    color: rgba(255,255,255,1.00);
    line-height: 1.8;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}
.showAreaH2 {
	color: #1E1E1E;	
}
#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
    background-color: #495B5C;
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
/*Footer styles*/
.footerTitle {
    text-align: center;
    font-size: 22px;
}
.footerTextContainer {
	text-align: justify;
	margin-bottom: 10%;
}


@media only screen and ( max-width : 481px ){
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	display:hidden;
    visibility:none;
}
    
/* Navigation styles*/
.topNav {
	clear: none;
	width: 100%;
	margin-left: %;
	margin-top: px;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
    
}
.topNavLI {
	clear: none;
	width: 31.0344%;
	height: auto;
	position: static;
	margin-left: 3.4482%;
    
  
}
    .secondarysection{
        background-color:#495B5C;
    }
   .copyright{
        color:rgba(146,146,146,1.00);
        font-size:1.5rem;
    }
}
@media screen and (max-width : 760px ){
       
    .gridContainer {
	width: 100%;
	
	
}
    .gglogo{
        margin-top:%;
        width:20%
    }
    .heroHeader {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
 	
    box-shadow: 6px 9px 33px #909090;
}
   
    
    .logo {
	visibility: hidden;
	display: none;

    }
     .topNav {
	width: 100%;
	clear: none;
	margin-left: 25.542%;
     float:right;
     color: #000000;    
}
    /* Navigation styles*/
.topNavUl {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000000;
    margin-top:0;
     width: 100%;
  
}
.topNavLI {
	width: 15%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
   

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
width:200px;

	opacity:.8;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	font-size: small;
	background-color:#000000;	
	font-family:'montserrat',sans-serif;align-content: center;
}
	



ul li a{
	text-decoraion: none;
	
	display: block;
	text-decoration: none;
	background-color: #000000;
	opacity: .8;
	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;

	
	text-align: center;
}
      .h1{
color:#E95114;
        font-weight:600;
    }
    .boilerhouseheader{
        margin-right:10%;
        Margin-ltedt:10%;
     
    }
    .text{
    colour: #4b4b4b;
    color: #000000;
    }
   
      .copyright{
        color:rgba(146,146,146,1.00);
        font-size:1.5rem;
    }
       .copyright{
        color:rgba(146,146,146,1.00);
        font-size:1.5rem;
    }
}
