@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Lato:400,400i,700&display=swap&subset=latin-ext");

html {
    background-image: url("/static/image/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

body {
    background: none;

    font-family: "Lato", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

body > .container {
    padding-bottom: 10rem;
}

h1,
h2,
h3,
h4 {
    font-family: "Dancing Script", cursive;
}

.block-paragraph {
    clear: both;
}

.richtext-image.right {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
    max-width: 25%;
}

.richtext-image.left {
    float: left;
    margin-bottom: 1rem;
    margin-right: 1rem;
    max-width: 25%;
}
