* {
    margin: 0;
    padding: 0px;
    background-color: white;
    color:black;
}

ul {
    margin-left: 30px;
    margin-bottom: 0px;
}

ul li {
    list-style: none;
    display: inline-block;
    line-height: 100px;
}

ul li a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 20px;
}

ul li a:hover {
    font-weight: 800;
}

.back {
    max-width: 10px;
    padding-top: 30px;
    padding-left: 25px;
}

h1 {
    font-size: 18px;
    font-family: "brother-1816", sans-serif;
    font-weight: 500;
    font-style: normal;
    background: none;
    transform: translate(120px, 40px);
}

.flyera {
    max-width: 80%;
    transform: translate(35px, 100px);
}

.flyerb {
    max-width: 80%;
    transform: translate(35px, 110px);
}

.flyer {
    max-width: 70%;
    transform: translate(55px, 200px);
}

.doorknockera {
    max-width: 50%;
    transform: translate(90px, 270px);
}

.doorknockerb {
    max-width: 50%;
    transform: translate(90px, 280px);
}

.flyerfront {
    font-size: 12px;
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    transform: translate(40px, -130px);
}

.flyerog {
    font-size: 12px;
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    transform: translate(60px, -170px);
}

.dkfront {
    font-size: 12px;
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    transform: translate(90px, -250px);
}


@media (min-width: 760px) {

    ul {
        margin-left: 80px;
        position: absolute;
        margin-bottom: 0px;
    }

    .back {
        max-width: 10px;
        padding-top: 30px;
        padding-left: 25px;
    }

    p {
        font-size: 16px;
        padding: 15px 240px;
        line-height: 35px;
        transform: translate(0px, -90px);
        background: none;
        text-decoration: none;
    }

    h1 {
        font-size: 28px;
        font-family: "brother-1816", sans-serif;
        font-weight: 500;
        font-style: normal;
        background: none;
        transform: translate(320px, 150px);
    }

    .flyera {
        max-width: 60%;
        transform: translate(180px, 230px);
    }

    .flyerb {
        max-width: 60%;
        transform: translate(180px, 230px);
    }

    .flyer {
        max-width: 60%;
        transform: translate(180px, 300px);
    }

    .doorknockera {
        max-width: 30%;
        transform: translate(200px, 600px);
    }

    .doorknockerb {
        max-width: 30%;
        transform: translate(750px, -530px);
    }

    .flyerfront {
        font-size: 14px;
        font-family: "brother-1816", sans-serif;
        font-weight: 400;
        transform: translate(70px, -40px);
    }

    .flyerog {
        font-size: 14px;
        font-family: "brother-1816", sans-serif;
        font-weight: 400;
        transform: translate(100px, -250px);
    }

    .dkfront {
        font-size: 14px;
        font-family: "brother-1816", sans-serif;
        font-weight: 400;
        transform: translate(-20px, -520px);
    }

    
}

@media (min-width: 1000px) {

    ul {
        margin-left: 80px;
        position: absolute;
        margin-bottom: 0px;
    }


    .back {
        max-width: 10px;
        padding-top: 30px;
        padding-left: 25px;
    }

    p {
        font-size: 16px;
        padding: 15px 240px;
        line-height: 35px;
        transform: translate(0px, -90px);
        background: none;
        text-decoration: none;
    }

    h1 {
        font-size: 28px;
        font-family: "brother-1816", sans-serif;
        font-weight: 500;
        font-style: normal;
        background: none;
        transform: translate(550px, 300px);
    }

    .flyera {
        max-width: 50%;
        transform: translate(300px, 500px);
    }

    .flyerb {
        max-width: 50%;
        transform: translate(300px, 500px);
    }

    .flyer {
        max-width: 40%;
        transform: translate(350px, 580px);
    }

    .doorknockera {
        max-width: 50%;
        transform: translate(200px, 600px);
    }

    .doorknockerb {
        max-width: 50%;
        transform: translate(750px, -530px);
    }

    .flyerfront {
        font-size: 14px;
        font-family: "brother-1816", sans-serif;
        font-weight: 400;
        transform: translate(70px, -40px);
    }

    .flyerog {
        font-size: 14px;
        font-family: "brother-1816", sans-serif;
        font-weight: 400;
        transform: translate(100px, -250px);
    }

    .dkfront {
        font-size: 14px;
        font-family: "brother-1816", sans-serif;
        font-weight: 400;
        transform: translate(-20px, -520px);
    }

    
}