/*
Theme Name:   Twenty Seventeen Naked Childtheme
Description:  Twenty Fifteen Child Theme
Author:       Maciej Sajan
Author URI:   http://projektninja.com
Template:     twentyseventeen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Alkatra&display=swap');



.site-header {
    line-height: 0;
}




#top-menu a {
    color: #849899;
}

#top-menu .current-menu-item a {
    color: #fff;
}

#top-menu a:hover {
    color: #fff;
}



.site-content-contain {
    background: #1e1e1e;
}

h1,h2,h3,h4,h5,h6{
    color: antiquewhite;
    font-family: 'Alkatra',sans-serif;
}
h1{
    font-size: 2.6rem;
}
h2{
    font-size: 2rem;
}


.entry-content p {
    color: #878787;
}





.custom-header {
    margin-bottom: 63px;
}



.filmy > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px;
} 



        .film {
            margin: 10px;
            width: 350px;
        }
        
        .film iframe {
            width: 350px!important;
            height: 200px!important;
        }

.wp-block-embed-youtube {
    max-width: 460px;
}


.panel-content > .wrap{
    max-width: unset!important;
}


.navigation-top {
    background: #2b3131;
    border: none;
}