body {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
    background: #0B2120;
    margin: 0;
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.block {
    display: inline-block;
    position: fixed;
    top: 5%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    z-index: 0;
}

.block2 {
    top: 30%;
    left: 20%;
}

.block3 {
    top: 20%;
    left: 80%;
}

.bg1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/Screen1.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.bg2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/Screen2.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}

.bg3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/Screen3.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}

.bg4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/Screen4.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}

.content {
    position: relative;
    z-index: 10;
    color: black;
    display: none;

    min-height: 100%;

    filter: alpha(opacity=95); /* MSIE/PC */
    -moz-opacity: 0.95; /* Mozilla 1.6 and older */
    opacity: 0.95;
}

.content .inner {
    padding: 60px;
    background-color: #FFF;
    margin: 30px;
}

.content p {
    margin: 0;
    margin-top: 5px;
}

.icon {
    width: 30px;
    height: 30px;
}

.icon img {
    width: 100%;
    height: auto;
}

.iconClose {
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
}

.iconMail img {
    width:36px;
    cursor: pointer;
}

.iconClose img {
    width:30px;
    text-align: right;
    padding-bottom: 30px;
    cursor: pointer;
}

.footer {
    position: absolute;
    right: 50px;
    bottom: 40px;
}

a {
    color: #E23B5F;
    text-decoration: none;
}

a:hover {
    color: #e2859b;
}

h2 {
    font-weight: 700;
    font-size: 45px;
    cursor: pointer;
    line-height: normal;

    filter: alpha(opacity=95); /* MSIE/PC */
    -moz-opacity: 0.95; /* Mozilla 1.6 and older */
    opacity: 0.95;

    text-shadow: 1px 1px 5px #102725;
}

h3, h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;

    filter: alpha(opacity=95); /* MSIE/PC */
    -moz-opacity: 0.95; /* Mozilla 1.6 and older */
    opacity: 0.95;
}

h4 {
    font-weight: 300;
}

h5, h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    padding: 0;

    filter: alpha(opacity=95); /* MSIE/PC */
    -moz-opacity: 0.95; /* Mozilla 1.6 and older */
    opacity: 0.95;

    text-shadow: 1px 1px 5px #102725;
}

h6 {
    font-weight: 300;
}

.contact {
    position: absolute;
    left: 45px;
    bottom: 52px;
    z-index: 10;
}

.no-margin {
    margin: 0 !important;
}

.text-small {
    font-size: 15px;
    color: #102725;
}



@media (min-width: 1200px) {
    h2 {
        font-size: 55px;
    }

}

@media (max-width: 480px) {

    .block {
        top: 3%;
    }

    .block2 {
        top: 26%;
        left: 26%;
    }

    .block3 {
        top: 16%;
    }


    h2 {
        font-size: 38px;
    }

    h3, h4 {
        font-size: 23px;
    }

    h5, h6 {
        font-size: 16px;
    }

    .content .inner {
        padding: 30px;
        margin: 15px;
    }

    .contact {
        position: absolute;
        left: 25px;
        bottom: 32px;
        z-index: 10;
    }

    .footer {
        position: absolute;
        right: 25px;
        bottom: 20px;
    }

}