html {
    height: 100%;
    width: 100%;
}

body{
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: center;
    /*height: 100%;*/
    width: 100%;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Fira Sans', arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-attachment: fixed;
    line-height: 1.5em;
}

body.cke_editable {
    background-image: none;
    display: block;
}

body:after {
    content: "";
    position: fixed;
    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: flex-start;
    justify-items: center;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0 !important;
    margin: 0;
    position: relative;
}

#PoweredByFooter {
    display: none !important;
}

.c7n-landingpage-container {
    z-index: 100;
    width: 80vw;
    margin: 5vw 5vw 30px 5vw;
    background-color: rgba(255,255,255,0.8);
}

.c7n-landingpage-container {
    padding: 2vh 5vw;
}

.c7n-logo,
.c7n-content,
.c7n-newsletter {
    width: auto;
    height: auto;
    margin: 0;
    color: rgb(99, 99, 102);
}

.c7n-logo,
.c7n-content,
.c7n-signature,
.c7n-portrait {
    padding-bottom: 3vh;
}

.c7n-logo {
    width: 80% !important;
}

.c7n-logo img{
    width: 100% !important;
    height: auto !important;
    z-index: 200;
    display: block;
}

.c7n-signature,
.c7n-portrait {
    color: rgb(99, 99, 102);
    width: 100%;
}

.c7n-portrait {
    text-align: center;
}

.c7n-signature img,
.c7n-portrait img{
    max-width: 80% !important;
    height: auto !important;
    z-index: 200;
    display: inline-block;
}

.c7n-signature img {
    margin: 0 30px 30px 0;
}

.c7n-portrait img{
    max-width: 50% !important;
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    -webkit-box-shadow: -5px 5px 15px 0px rgba(99,99,102,0.33);
    -moz-box-shadow: -5px 5px 15px 0px rgba(99,99,102,0.33);
    box-shadow: -5px 5px 15px 0px rgba(99,99,102,0.33);
    padding: 5px;
    background-color: #ffffff;
}

a {
    color: rgb(99, 99, 102);
    text-decoration: none;
}

a:hover {
    color: rgb(211, 196, 39);
    text-decoration: none;
}

h1 {
    font-weight: 100;
    font-size: 2.5em;
    margin-top: 0;
    line-height: 1.5em;
}

h1 > strong {
    color: rgb(211, 196, 39);
}

strong {
    font-weight: 500;
}

footer {
    color: rgb(211, 196, 39);
    clear: both;
    font-size: 0.9em;
}

p {
    margin-top: 0;
}

@media (min-width: 576px) {
    body{
        font-size: 15px;
    }

    .c7n-landingpage-container {
        width: 70vw;
        margin: 5vw 10vw 30px 10vw;
    }

    .c7n-landingpage-container {
        padding: 4vh 5vw;
    }

    .c7n-logo {
        width: 60% !important;
    }

    .c7n-signature {
        width: 60%;
        float: left;
    }

    .c7n-portrait {
        width: calc(40% - 30px);
        float: left;
        padding-left: 30px;
    }

    .c7n-signature img
    {
        max-width: 100% !important;
    }

    .c7n-portrait img{
        max-width: 80% !important;
    }
}

@media (min-width: 768px) {
    .c7n-landingpage-container {
        width: 60vw;
        margin: 5vw 20vw 5vw 10vw;
    }
}

@media (min-width: 992px) {
    body{
        font-size: 16px;
    }
    .c7n-landingpage-container {
        width: 50vw;
        margin: 5vw 30vw 30px 10vw;
    }
}

@media (min-width: 1200px) {
    body{
        font-size: 17px;
    }

    .c7n-landingpage-container {
        width: 40vw;
        margin: 5vw 40vw 5vw 10vw;
    }

    .c7n-landingpage-container {
        padding: 5vh 5vw;
    }
}

@media (min-width: 1680px) {
    body{
        font-size: 18px;
    }

    .c7n-landingpage-container {
        width: 35vw;
        margin: 5vw 45vw 30px 10vw;
    }
}

@media (min-width: 1920px) {

    .c7n-landingpage-container {
        width: 30vw;
        margin: 5vw 50vw 30px 10vw;
    }

}