/*
 Theme Name:   Rookie Child
 Description:  Child theme de Rookie para Entre Redes
 Author:       Entre Redes
 Template:     rookie
 Version:      1.0.0
 Text Domain:  rookie-child
*/

.site-header h1 {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    color: #b03040;
}

@media screen and (min-width: 1025px) {
    .site-header,
    .site-content,
    .site-footer,
    .site-info {
        width: 100% !important;
        max-width: 1920px !important;
    }
}

@media screen and (max-width: 640px) {
    .site-header h1 {
        font-size: 2em;
    }
    .site-header h2 {
        font-size: 1em;
    }
}