/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 20px;
  font-family: "Exo 2", serif;
  font-size: 30px;
}

section.module h3 {
	font-size:16px;
}
section.module p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
section.module ul {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
  }

.smallfontsize {
	font-size:0.9em;
}
.heading {
	display:block;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  /*height: 700px;*/
  /*background-position: 50% 50%;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
}
section.module.parallax h1 {
  color: rgb(0, 255, 255);
  font-size: 48px;
  line-height: 500px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.coloraqua h1 {
	color:aqua;
}
section.module.parallax-2 h1 {
	display:none;
}
section.module.parallax-4 h1 {
	display:none;
}
section.module.parallax-5 h1 {
	display:none;
}
section.module.parallax-6 h1 {
	display:none;
}
/*section.module.parallax-1 {
	background-image: url("../img/syyslento_SanderVill.jpg");
	height:1034px;
	background-attachment:scroll;
	background-size:100%;
}*/
/*section.module.parallax-2 {
  background-image: url("../img/rennot_SusannaNordvall.jpg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 1034px;
  background-attachment: scroll;
}*/
section.module.parallax-3 {
	height: 20px;
	border-top: 1px dotted grey;
}
section.module.parallax-4 {
  background-image: url("../img/projects.jpg");
  height: 600px;
}
section.module.parallax-5 {
	background-image: url("../img/rekrysohva.jpg");
	height: 600px;
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module h3 {
	font-size:20px;
  }
  section.module p {
    font-size: 20px;
	}
	section.module ul {
		font-size: 20px;
	}
  .smallfontsize{
	font-size:0.9em;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
  
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

@media all and (max-width: 1024px) {
	
	section.module.parallax-3 {
		background-attachment:scroll;
		height: auto;
	}
	section.module.parallax-4 {
		background-attachment:scroll;
	}

}
@media all and (max-width: 750px) {
	
	
	section.module.parallax {
		height: 500px;
	}
	section.module.parallax-1 {
	  background-image: none;
	  /*background-color:aqua;*/
	  height:auto;
	}
	/*section.module.parallax h1 {
		line-height: 200px;
	  }*/
	section.module.parallax-2 {
		background-image: none;
		background-color:black;
		height:auto;
	}
	section.module.parallax-2 h1 {
		display:block;
		line-height: 100px;
	} 
	section.module.parallax-3 {
		background-image: none; 
		height:10px;
	}
	section.module.parallax-4 {
		background-image: none; 
		background-color:black;	  
		height:100px;
	}
	section.module.parallax-4 h1 {
		display:block;
		line-height: 100px;
	}
	section.module.parallax-5 {
		background-image: none; 
		background-color:black;	  
		height:100px;
	}
	section.module.parallax-5 h1 {
		display:block;
		line-height: 100px;
	}
	section.module.parallax-6 {
		height:auto;
		background-color: black;
	  }
	section.module.parallax-6 h1 {
		display:block;
		line-height: 100px;
	}
	/* .heading {
		display:none;
	} */
	section.module p {
	  margin-bottom: 10px;
	}
}