/*Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 375px) and (max-width: 575px) {
    /*p {*/
        /*font-size: .8rem;*/
    /*}*/

    /*h1 {*/
        /*font-size: 1.8rem;*/
    /*}*/
    /*section.news h2,h2 {*/
        /*font-size: 1.6rem;*/
    /*}*/

    /*.brand a img {*/
        /*display: block;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        /*width: 50%;*/
    /*}*/
    .rw-sign-teresa {
        margin-top: 5%;
        margin-bottom: 2%;
    }

    .rw-sign-teresa img {
        transform: none;
    }

    article.rw {
        width: 86%;
        height: auto;
    }

    article.rw p{
        padding: 2% 2%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    article.rw p .rw-firstLine {
        font-weight: 800;
        padding: 5% 5%;
    }

    div.links a {
       font-size: .75rem;
    }

    footer p {
        font-size: .75rem;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    p {
        font-size: 1rem;
    }

    h1 {
        font-size: 2rem;
    }
    section.news h2,h2 {
        font-size: 1.6rem;
    }
    /*a.brand {*/
        /*display: block;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        /*width: 50%;*/
    /*}*/
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2.2rem;
    }
    section.news h2,h2 {
        font-size: 1.8rem;
    }
    /*a.brand {*/
        /*display: block;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        /*width: 50%;*/
    /*}*/
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 1.2rem;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    p {
        font-size: 1.2rem;
    }
}

