/*MOBILE TABLET PC*/

#header nav a:nth-of-type(4)  {
    color: #5d69ba;
}

.section {
  padding: 50px 0px;
  background-attachment: fixed;
}

.section .margen {
  padding: 50px 25px;
  background: rgb(0, 0, 0, .55);
  border-radius: 10px;
}

.section h1 {
  color: #fff;
  margin-bottom: 30px;
}

.section ul {
  margin: auto;
  margin: 20px auto;
}

.section a {
  margin: auto;
  margin-top: 20px;
}

.section button {
  background-color: #444;
	color: #fff;
	border: 1px solid #707070;
	font-size: 1.4em;
	padding: 5px 30px;
	transition: all .1s ease;
	user-select: none; 
}

.section button:hover {
	background-color: #222; 
}

#section_1 {
  background: #72ad47;
  background-image: url(../images/3d_print.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  background-attachment: fixed;
}

#section_1 .sub4 {
  padding: 20px 0px;
  color: #aaa;
  transition: all .5 ease;
}

#section_1 i {
  margin: auto;
  font-size: 3em;
  transition: all .5 ease;
  color: #fff;
}

#section_1 h3 {
  text-transform: uppercase;
  margin: 15px 0px;
  color: silver;
  transition: all .5 ease;
  color: #ccc;
}

#section_1 p {
  color: #bbb;
  transition: all .5 ease;
  color: #fff;
}

#section_1 .sub4:hover {
  color: #fff;
}

#section_2 {
  background: #fff;
  background-image: url(../images/laser_cut.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  background-attachment: fixed;
  color: #fff;
}

#section_2 p, #section_3 p {
  margin-bottom: 10px;
  text-align: justify;
  font-size: 1.1em;
}

#section_2 li, #section_3 li {
  color: #ddd;
  transition: all .5s ease;
  font-size: 1.3em;
  list-style: disclosure-closed;
}

#section_2 li:hover, #section_3 li:hover {
  color: #fff;
}

#section_3 {
  background: #5d69ba;
  background-image: url(../images/ind_design.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  color: #fff;
}

/*TABLET AND PC ONLY*/
@media only screen and (min-width: 600px) { 

  .section {
    min-height: 550px;
    height: 100%;
  }
  
  #section_3 {
    height: calc(100% - 250px);
  }
  
}

/*PC ONLY*/
@media only screen and (min-width: 970px) { 


}
