/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */

.pr-navbar {
    background: black;
}
.pr-navbar .menu a {
    margin-left: -7px;
    margin-right: -8px;
}

.node {
padding: 10px;
background: white;
border-radius: 5px;
}

.block__title {
    background: #292929;
    color: white;
    padding: 3px 0px 1px 15px; 
}

.menu-name--footer {
    background: #292929;
    padding-left: 10px;
}

.site-branding__logo-img {
    padding-top: 50px;
    margin-right: 10px;
}
.site-branding__name-link {
    margin-left: 10px;
}
.site-branding__slogan {
    margin-left: 10px;
}
.pr-header__header-first {
    margin-top: -50px;
}
@media (max-width: 480px) {
  .pr-header__header-second {
    display: none;
  }
}
.pr-footer__footer {
    background: lightgrey;
}
