/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "bebas-neue-pro-semiexpanded", sans-serif;
    background-color: var(--secondary-color);
    color: var(--font-color);
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

p,
span {
    font-family: "Roboto", sans-serif;
}

/* end of global */

@media(min-width: 1366px) {
    .pagination-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        margin: 0 0 50px 0;
    }
    .pagination-container h2 {
        font-size: 35px;
        font-weight: 700;
        color: #414141;
        margin: 0;
    }
    .pagination-container a {
        font-size: 20px;
        font-weight: 700;
        color: #D20F04;
        text-decoration: none;
        margin: 0;
    }
    .stats-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .dog-picture {
        align-self: flex-start;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        border-radius: 3px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0 40px 0 0;
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.06), 1px 2px 4px rgba(0, 0, 0, 0.24);
    }
    .stats-grid {
        margin: 25px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }
    .stat {
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
    .stat img {
        height: 45px;
        margin: 0 10px 0 0;
    }
    .stat p {
        font-family: inherit;
        margin: 1.33em 0;
        font-size: 20px;
        font-weight: 500;
        color: #515151;
    }
    .paragraph-container {
        margin: 0;
    }
    .paragraph-container h5 {
        font-size: 25px;
        font-weight: 700;
        color: #414141;
        margin: 5px 0;
    }
    .paragraph-container p {
        font-size: 15px;
        font-weight: 400;
        color: #515151;
        line-height: 1.3;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .pagination-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        margin: 0 0 50px 0;
    }
    .pagination-container h2 {
        font-size: 30px;
        font-weight: 700;
        color: #414141;
        margin: 0;
    }
    .pagination-container a {
        font-size: 20px;
        font-weight: 700;
        color: #D20F04;
        text-decoration: none;
        margin: 0;
    }
    .stats-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .dog-picture {
        align-self: flex-start;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        border-radius: 3px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0 40px 0 0;
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.06), 1px 2px 4px rgba(0, 0, 0, 0.24);
    }
    .stats-grid {
        margin: 25px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }
    .stat {
        padding: 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
    .stat img {
        height: 40px;
        margin: 0 10px 0 0;
    }
    .stat p {
        font-family: inherit;
        margin: 1.33em 0;
        font-size: 20px;
        font-weight: 500;
        color: #515151;
    }
    .paragraph-container {
        margin: 0;
    }
    .paragraph-container h5 {
        font-size: 25px;
        font-weight: 700;
        color: #414141;
        margin: 5px 0;
    }
    .paragraph-container p {
        font-size: 15px;
        font-weight: 400;
        color: #515151;
        line-height: 1.3;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .pagination-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        margin: 0 0 50px 0;
    }
    .pagination-container h2 {
        font-size: 25px;
        font-weight: 700;
        color: #414141;
        margin: 0;
    }
    .pagination-container a {
        font-size: 18px;
        font-weight: 700;
        color: #D20F04;
        text-decoration: none;
        margin: 0;
    }
    .stats-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .dog-picture {
        align-self: flex-start;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        border-radius: 3px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0 40px 0 0;
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.06), 1px 2px 4px rgba(0, 0, 0, 0.24);
    }
    .stats-grid {
        margin: 25px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }
    .stat {
        padding: 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
    .stat img {
        height: 40px;
        margin: 0 10px 0 0;
    }
    .stat p {
        font-family: inherit;
        margin: 1.33em 0;
        font-size: 20px;
        font-weight: 500;
        color: #515151;
    }
    .paragraph-container {
        margin: 0;
    }
    .paragraph-container h5 {
        font-size: 25px;
        font-weight: 700;
        color: #414141;
        margin: 5px 0;
    }
    .paragraph-container p {
        font-size: 15px;
        font-weight: 400;
        color: #515151;
        line-height: 1.3;
    }
}

@media(max-width: 769px) {
    .pagination-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 25px 0;
    }
    .pagination-container h2 {
        font-size: 25px;
        font-weight: 700;
        color: #414141;
        margin: 0 0 12.5px 0;
    }
    .pagination-container a {
        font-size: 16px;
        font-weight: 700;
        color: #D20F04;
        text-decoration: none;
        margin: 0;
    }
    .stats-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .dog-picture {
        align-self: flex-start;
        width: 180px;
        height: 100px;
        min-width: 180px;
        min-height: 100px;
        border-radius: 3px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0 0 25px 0;
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.06), 1px 2px 4px rgba(0, 0, 0, 0.24);
    }
    .stats-grid {
        margin: 25px 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }
    .stat {
        padding: 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
    .stat img {
        height: 40px;
        margin: 0 10px 0 0;
    }
    .stat p {
        font-family: inherit;
        margin: 1.33em 0;
        font-size: 20px;
        font-weight: 500;
        color: #515151;
    }
    .paragraph-container {
        margin: 0;
    }
    .paragraph-container h5 {
        font-size: 25px;
        font-weight: 700;
        color: #414141;
        margin: 5px 0;
    }
    .paragraph-container p {
        font-size: 15px;
        font-weight: 400;
        color: #515151;
        line-height: 1.3;
    }
}
