/*MOBILE TABLET PC*/

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

#section_1 {
  background: #222;
  background-image: url(../images/pics/injek.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: luminosity;
  background-attachment: fixed;
}

#section_1 .margen {
  padding: 50px 0px;
}

#section_1 .flex {
  padding: 66px 10%;
  background: rgb(93, 105, 186, .8);
  margin: auto;
  animation: mymove 3s;
}

@keyframes mymove {
	
	to {
	}
	
	from {
		opacity: 0;
	}
}

#section_1 h1 {
  text-align: left;
  margin-bottom: 50px;
  color: #fff;
}

#section_1 .flex p {
  text-align: justify;
  margin: auto;
  color: #ddd;
  font-size: 1.2em;
}

#section_1 .flex br {
  margin-bottom: 20px;
}


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


}



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

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

}