@media(min-width: 768px) {
    .news-input {
        width: 50%;
    }
}

body {
    font-family: 'EB Garamond';
}

p, ul, a {
    font-family: 'Roboto';
}

.nav-link {
    color: #75151E;
}

.nav-link:hover {
    color: #000000;
}

.navbar-brand {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#index_body {
    background-image: url(img/backgrounds/istockphoto-857392898.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    /* backgr   ound-position: center; */
    /* background-size: cover; */
    /* background-clip: padding-box; */
    /*background: rgb(180, 180, 180);
    background: linear-gradient(0deg, rgba(180, 180, 180, 1) 0%, rgba(242, 242, 242, 1) 30%);*/
}

#header_systema {
    /* background-color: #193153; */
    background-image: url(img/backgrounds/istockphoto-1308391069.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    background-clip: padding-box;
    background-color: rgb(0, 0, 110);
}

#header_mobility {
    /* background-color: #193153; */
    background-image: url(img/backgrounds/istockphoto-171155720.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    background-clip: padding-box;
    background-color: rgb(71,37,28);
}

#title {
    color: #75151E;
}