@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-size: auto auto;
}
.gallery2 {
	background-color: #E4E4E4;
	clear: both;
}


h1, h2, h3, h4, h5, h6{
	color: rgba(100,100,100,1.00);
	font-style: normal;
	font-weight: 400;
}
.palvelut h3 {
	color: #FFFFFF;
}

p{
	font-style: normal;
	font-weight: normal;
	color: rgba(49,49,49,1.00);
	line-height: 1.8;
}


.palvelut {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
}

/* Link styles*/
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #EDEDED;
	text-decoration: none;
}
a:hover {
	color: #d4d4d4;
	text-decoration: none;
}

/* Header & HERO styles*/

.heroHeader {
	
}

/* Typography styles*/
.textStyle {
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
}
.headingStyle {
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	color: rgba(0,0,0,1.00);
	font-size: 32px;
}
.mainHeading {
	color: rgba(0,0,0,1.00);
	text-align: center;
	margin-top: 10%;
	font-size: 20px;
	font-weight: bold;
}

.mainTagline {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: -1%;
}

.sectionText {
	text-align: center;
}
#sectionOne {
	text-align: left;
}
#sectionTwo {
	text-align: left;
}

/* Gallery styles */
.gallery{
	padding-top: 1ex;
	padding-bottom: 1ex;
}
.paraContent{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: rgba(49,49,49,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {
	color: #FFFFFF;
	
}

#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
	background-color: rgba(208,207,207,1.00);
}
.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%;
}
.fluid.textContainer #sectionOne ul {
font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: rgba(49,49,49,1.00);
	line-height: 1.8;}
.padding-bottom {padding-bottom: 10em;

}