body {
  margin: 0px;
  padding: 0px;
  /*background-color:#fff;*/
  background-image: url('images/starbackground.jpg') ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color:#fff;
}

input[type="image"]:focus{
 outline: none;

}


/*=========================================================
  RESPONSIVE
===========================================================*/
 @media only screen and (max-width: 991px) {

    img {
        width: 100%;
        height: auto;
    }

    video {
        width: 100%;
        height: auto;
    }


}
 @media only screen and (min-width: 767px) {
   .page-header h1 {
     font-size: 28px;
  }
     .post.post-row .post-img {
         width: 100%;
         float: none;
    }
     .post.post-row .post-body {
         margin-left: 0px;
    }
     .post.post-row .post-meta {
         margin-top: 15px;
    }
     .post.post-row .post-body p {
         display:none;
    }

/*agregado para redimensionar vdeos e imágenes si esta en el cel. Verificar*/

img {
    width: 100%;
    height: auto;
}

video {
    width: 100%;
    height: auto;
}



}