/*//
Theme Name: Newsmaticchild;
Theme URI: http://wordpress.org/themes/
newsmatic
Description: modificación de newsmatic
Author: María Luisa
Author URI: http://efecto-mariposa.cl/
Template: newsmatic
Version: 1.0.0
*/
@import url(“../newsmatic/style.css”);

/*//Tipografía */

p{
    font-family: "Roboto", "Verdana", Geneva, Tahoma, sans-serif;
    font-size: 16px;

}

h1{
    width: 100%;
}
/*//Página menu de cada tipo de especie */

.wp-block-latest-posts__post-title {
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
     text-decoration:none;
     font-size: 20px;
     font-weight: bold;
}


.wp-block-latest-posts__post-excerpt {
 margin-top: 2em;
}

.wp-block-latest-posts__featured-image.alignright img{
    width: 90%;
    height: 21em ;
    border-radius: 8px;
    margin-bottom: 1.5em;

}

/*//mamiferos */

.entry-title{
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
     text-decoration:none;
    margin: 16px;
    font-size: 42px;

}

 .wp-block-post-title a{
    color:black;
    text-decoration: none;
}

.size-post-thumbnail {
    width: 90%;
    height: 21em ;
    border-radius: 8px;
    margin-bottom: 1.5em;
}


/*//Página individuales */

.post-thumbnail{
    display: none;

}
/*footer */
.main-footer{
	background-color: #008080
}
