html {
    height: 100%;
    width: 100%;
}

body{
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
}

body.cke_editable {
    background-image: none;
    display: block;
}

body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    z-index: 1;
    display: none;
}

body.cke_editable:after {
    display: none;
}

#preview-content {
    float: none !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0 !important;
    margin: 0;
    position: relative;
}

#PoweredByFooter {
    display: none !important;
}

.c7n-logo,
.c7n-content,
.c7n-newsletter {
    width: 80%;
    height: auto;
    z-index: 100;
    margin: 15px;
}

.c7n-logo img{
    width: 100% !important;
    height: auto !important;
    z-index: 200;
    display: block;
}

p {
    margin: 0 0 1em 0;
}
}