
html, body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

input[type="email"], input[type="text"]
input[type="button"], input[type="submit"] {
    font-family: 'Open Sans Condensed', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    word-spacing: 3px;
}

ul {
    margin: 0;
    padding: 0;
}

/*-- //Reset-Code --*/
body {
    background: url(../images/b1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
}

.wrapper-text {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    transform: translateY(-50%);
}
.h1-wrapper {
    padding-right: 7rem;
}
h1 {
    text-transform: uppercase;
    font-size: 4.8rem;
}
.h2-wrapper {
    max-width: 40rem;
    padding-left: 7rem;
}
h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 3rem;
}
h2 span {
    font-weight: 600;
    font-size: 2.2rem;
    display: block;
}

@media(max-width: 1600px) {
    .h1-wrapper {
        padding-right: 1rem;
    }
    .h2-wrapper {
        padding-left: 1rem;
    }
}

@media(max-width: 1400px) {
    .wrapper-text {
        flex-direction: column;
        align-items: flex-end;
    }
    .h2-wrapper {
        padding-left: 0rem;
    }
    .h1-wrapper {
        margin-top: 4rem;
        max-width: 40rem;
        padding-right: 0rem;
    }
    h1 {
        font-size: 3.8rem;
    }
}
@media(max-width: 900px) {
    body {
        background: url(../images/b1_mob.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        min-height: 100vh;
    }
}

@media(max-width: 767px) {
    .wrapper-text {
        width: auto;
        align-items: center;
    }
    .h2-wrapper {
        padding-left: 4rem;
        width: auto;
    }
    .h1-wrapper {
        width: auto;
        padding-left: 4rem;
    }
    h1 {
        font-size: 3rem;
    }
}

@media(max-width: 320px) {
    .h2-wrapper {
        padding-left: 2rem;
    }
    .h1-wrapper {
        padding-left: 2rem;
    }
    h2 {

        font-size: 1.4rem;
        line-height: 2rem;
    }
    h2 span {
        font-size: 1.8rem;
    }
    h1 {
        font-size: 2.2rem;
    }
}
