*, html{
    font-family: 'Rubik', sans-serif;
    line-height: 1em;
    margin: 0;
}

body{
    margin: 0;
    padding: 2em 1em;
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    color: #4f525c;
    text-align: center;
}

a{
    text-decoration: none;
}

.logo{
    position: relative;
    font-family: 'Big John PRO Bold';
    font-size: 50px;
    color: #000;
    padding-left: 95px;
}
.logo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
}

main {
    margin: 4em 0 2em;
}

.green{
    color:#05f4b7;
}

h1{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    color:#12151f;
    margin-bottom: 0.7em;
}

h1, h1 .green{
    font-weight: 500;
}

h2{
    font-family: 'Rubik', sans-serif;
    font-size:24px;
    font-weight: 300;
    color:#4f525c;
    margin-bottom: 0.5em;
}

h3 {
    font-weight: 300;
    margin-bottom: 0.5em;
}

.socials{
    color:#4f525c;
    font-size: 14px;
    margin-right: 3em;
}

.dl-links{
    position: relative;
    margin-top: 3em;
}

.dl img{
    width: 70%;
}

.random-street{
    font-weight: 400;
    color:#3E09B8;
}

.jump-img{
    display: block;
    width: 100%;
    height: 160px;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background-image: url("../images/bg-mobile.jpg");
    background-size: cover;
    background-position: center center;
    margin: 0 0 2em;
}

@media screen and (min-width: 768px) {

    body{
        padding: 2em 1em;
        text-align: left;
    }

    .logo{
        font-size: 35px;
        padding-left: 65px;
    }
    .logo img{
        width: 60px;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 32px;
    }

    main{
        margin: 6em 0 3em;
        padding-right: 35%;
    }

    .dl img{
        width: 200px;
    }

    .dl:last-child{
        margin-left: 1em;
    }

    .jump-img{
        position: fixed;
        width: auto;
        height: auto;
        top: 10%;
        bottom: 10%;
        right: 0;
        left: 65%;
        margin: 0;
        background-image: url("../images/bg.jpg");
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    body{
        padding: 2em 3em;
    }

    .dl:last-child{
        margin-left: 2em;
    }
}

@media only screen and (min-width: 1280px) {
    .jump-img{
        top:0;
        bottom: 0;
        left: 50%;
    }

    main{
        padding-right: 60%;
    }
}