body {
    color: white;
    background-size: cover;
    background-image: url('../uploads/editables/header.jpg');
    background-position: center center;
}

.site-wrapper-inner {
    background-color: #2496B3;
    background-color: rgba(36,150,179,0.8);
    vertical-align: top;
}

/* ===================================================================================== */
/* TYPO */
/* ===================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html, body { 
    font-family: 'Poppins','Open Sans', Arial, sans-serif; 
    font-size: 16px;
    line-height: 1.4em; 
    font-weight: 300;
    color: #fff;
}

@media only screen and (min-width : 768px)
{
    html, body { font-size: 18px; line-height: 1.6em; } 
}

h1 { 
	font-family: 'Poppins','Open Sans', Arial, sans-serif; 
    font-size: 30px;
    letter-spacing: 1px;
    margin: 20px 0px 0;
    font-weight: 500;
}

p, p.lead {
	font-family: 'Poppins','Open Sans', Arial, sans-serif; 
    font-weight: 300;
    margin: 15px 0;
}

p.lead {
    font-size: 20px;
}

.inner.cover {
	text-align: left;
	padding: 20px;
}

/* ===================================================================================== */
/* RESIZING */
/* ===================================================================================== */

@media only screen and (min-width : 768px) {
    .site-wrapper {
        padding: 50px;
    }
    .site-wrapper-inner {
        vertical-align: middle;
    }
}