/*
Theme Name: ...
Theme URI: https://www.marriellefrederiks.nl
Description: Custom theme for www.marriellefrederiks.nl
Author: Kaan Parr (www.parr.nl)
Version: 1.0
*/

@import "MyFontsWebfontsKit.css";
@import "css/normalize.css";
@import "css/unsemantic-grid-responsive.css";
@import "css/wordpress.css";

body {
    font-family: CoreSansG35Light;
    font-size: 26px;
    line-height: 42px;
}


.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height:100vh;

}
.content-container {
    max-width:928px;
    background-image: url(images/achtergrond-lb.png), url(images/achtergrond-rb.png), url(images/achtergrond-lo.png), url(images/achtergrond-ro.png);
    background-position: left top, right top, left bottom, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    padding:56px 100px;
    margin:40px;

}

@media (max-width: 767px) {

    .content-container {
        background-size: 24px 24px;
        margin: 19px;
        padding: 40px 44px;
        font-size: 16px;
        line-height: 28px;
    }

}