#section5writer{
	background-image: url("../images/section5writerElena.jpg");
	background-size: cover;
	padding-bottom: 50px;
}
#section5writer h1{
	color: #a2333b;
	font-family: EscolarNormal;
	text-shadow: 1px 2px black;
}
#section5writer h2{
	color: white;
	font-family: EscolarNormal;
	text-shadow: 1px 2px black;
}
#section5writer h3{
	color: #ceba8e;
	font-family: EscolarNormal;
	text-shadow: 1px 2px black;
}
#section5writer p{
	color: white;
	font-family: EscolarNormal;
	text-shadow: 1px 1px #000000;
	text-align: left;
}

/********** MEDIA QUERIES PORTRAIT*********/
/* XS */
@media screen and (min-width: 320px ) and (orientation:portrait) {
  #section5writer h1{
    font-size: 60px;
    margin-top: 50px;
  }
  #section5writer h2{
    font-size: 30px;
    margin-top: 30px;
  }
   #section5writer h3{
    font-size: 29px;
    margin-top: 5px;
  }
  #section5writer p{
    font-size: 26px;
  }
}
/* SM */
@media screen and (min-width: 768px) and (orientation:portrait){
  #section5writer h1{
    font-size: 70px;
    margin-top: 65px;
  }
  #section5writer h2{
    font-size: 54px;
    margin-top: 100px;
  }
  #section5writer h3{
    font-size: 50px;
    margin-top: 5px;
  }
  #section5writer p{
    font-size: 32px;
  }
}
/* MD */
@media screen and (min-width: 992px) and (orientation:portrait){
  #section5writer p{
    font-size: 26px;
    margin-top: 20px;
    text-align: justify;
  }
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:portrait){
}

/********** MEDIA QUERIES LANDSCAPE*********/
/* XS */
@media screen and (min-width: 320px) and (orientation:landscape) {
  #section5writer h1{
    font-size: 60px;
    margin-top: 30px;
  }
  #section5writer h2{
    font-size: 30px;
    margin-top: 30px;
  }
   #section5writer h3{
    font-size: 29px;
    margin-top: 5px;
  }
  #section5writer p{
    font-size: 26px;
    text-align: justify;
  }
}
/* SM */
@media screen and (min-width: 768px) and (orientation:landscape){
}
/* MD */
@media screen and (min-width: 992px) and (orientation:landscape){
  #section5writer h1{
    font-size: 70px;
    margin-top: 85px;
  }
  #section5writer h2{
    font-size: 60px;
    margin-top: 50px;
  }
   #section5writer h3{
    font-size: 45px;

  }
  #section5writer p{
    margin: 0px 40px 30px 40px;
  }
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:landscape){
}