/**
 * Theme Name:     Twenty Seventeen Child
 * Author:         the WordPress team
 * Template:       twentyseventeen
 * Text Domain:	   twenty-seventeen-child
 * Description:    Child theme for Twenty Seventeen with full-width support, custom slogans and logo overlay.
 */

/* Täislaiusega lehtede stiilid */

.page-template-page-fullwidth .fullwidth-page {
    max-width: 1920px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .page-template-page-fullwidth .fullwidth-page {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Kitsas sisuplokk */
.narrow-block {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Avalehe sloganid headeris     */

.custom-header-slogans {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    padding: 0 20px;
    max-width: 90vw;
    width: 100%;
    box-sizing: border-box;
}

.slogan-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0;
}

.slogan-subtitle {
    font-size: 2.0rem;
    font-weight: 300;
    margin-top: 0.6em;
}

/* Mobiili kohandused sloganitele */
@media (max-width: 768px) {
    .slogan-title {

.site-header {
  position: relative; /* vajalik absoluutse logo jaoks */
}

.custom-header-logo {
  position: absolute;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 15;
}
