body {
    margin: 0;
    background-color: #0093b7;
}

.container {
    width: 99%;
    height: auto;
}

.container .header .logo {
    width: 160px;
    height: 175px;
    float: left;
    background-image: url("../images/logo.png");
}

.container .header {
    width: 20%;
    height: 700px;
    float: left;
    background-image: url("../images/pattern.png");
}

.container .header .menu {
    width: 40%;
    height: 175px;
    float: left;
    margin: 15px 15px 0 0;
}

.container .main {
    width: 63%;
    height: 600px;
    float: right;
    background-image: url("../images/sparrow.png");
    margin: 50px 60px 0 0;
}

.container .header .menu ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.container .header .menu ul li {
    list-style: none;
    padding: 15px;
    margin: 5px 15px 5px 0;
    font-size: 32px;
    font-weight: 900;
    font-family: "gyst-variable",sans-serif;
    font-variation-settings: 'wght' 100;
      }

.container .header .menu ul li a {
    color: #fff;
    text-decoration: none;

}


.container .header .menu ul li a:visited {
    color: #b0f807;
    text-decoration: none;
}

.container .header .menu ul li a:hover {
    color: #06f2f6;
    text-decoration: none;
}

.container .main2 {
    width: 63%;
    height: 600px;
    float: left;
    margin: 50px 0 0 20px;
}

.container .main2 .photo {
    width: 50%;
    height: 600px;
    float: right;
    margin: 20px 0 0 0;
    background-image: url("../images/portrait.png");
}

.container .main2 .text {
    width: 40%;
    height: 600px;
    float: left;
    margin: 20px 0 0 0;
}

.container .main2 .text p {
    list-style: none;
    padding: 15px;
    margin: 5px 15px 5px 0;
    font-size: 19px;
    font-weight: 900;
    font-family: "gyst-variable",sans-serif;
    font-variation-settings: 'wght' 100;
}

.container .main3 {
    width: 63%;
    height: 600px;
    float: left;
    margin: 50px 0 0 20px;
}

.container .main3 .photo {
    width: 440px;
    height: 500px;
    float: right;
    margin: 20px 0 0 0;
    background-image: url("../images/computer.jpg")
}

.container .main3 .text {
    width: 250px;
    height: 600px;
    float: left;
    margin: 20px 0 0 0;
}

.container .main3 .text p {
    list-style: none;
    padding: 15px;
    margin: 5px 15px 5px 0;
    font-size: 19px;
    font-weight: 900;
    font-family: "gyst-variable",sans-serif;
    font-variation-settings: 'wght' 100;
}

.container .main3 .text h1 {
    list-style: none;
    padding: 15px;
    margin: 5px 15px 5px 0;
    font-size: 40px;
    font-weight: 900;
    font-style: oblique;
    font-family: "gyst-variable",sans-serif;
    font-variation-settings: 'wght' 100;
}

.container .main4 {
    width: 60%;
    height: 600px;
    float: left;
}

.container .main4 .photo1 {
    width: 300px;
    height: 300px;
    float: left;
    margin: 30px 0 0 10px;
    background-image: url("../images/photography.png");
}

.container .main4 .photo2 {
    width: 300px;
    height: 300px;
    float: left;
    margin: 30px 0 0 10px;
    background-image: url("../images/illustration.png");
}

.container .main4 .photo3 {
    width: 300px;
    height: 300px;
    float: left;
    margin: 30px 0 0 10px;
    background-image: url("../images/design.png");
}

.container .main4 .photo4 {
    width: 300px;
    height: 300px;
    float: left;
    margin: 30px 0 0 10px;
    background-image: url("../images/printmaking.png");
}


/*MEDIA QUERY*/

@media only screen and (max-width: 1000px) {

    .container .header .logo {
        width: 100px;
        height: 105px;
        float: left;
        margin: 10px 0 0 5px;
        background-image: url("../images/logo-small.png");
    }
    
    .container .header {
        width: 30%;
        height: 800px;
        float: left;
        background-image: url("../images/pattern.png");
    }

    .container .main {
        width: 304px;
        height: 225px;
        float: right;
        margin-top: 180px;
        background-image: url("../images/sparrow-small.png");
    }
    
    .container .header .menu ul li {
        font-size: 20px;
        font-weight: 900;
    }

    .container .header .menu ul {
        margin: 80px 0 0 0;
        padding: 0;
    }

    .container .header .menu {
        width: 63%;
        height: 175px;
        float: left;
        margin: -50px 80px 0 0;
    }

    .container .main2 {
        width: 50%;
        height: 600px;
        float: left;
        margin: 50px 0 0 20px;
    }
    
    .container .main2 .photo {
        width: 350px;
        height: 400px;
        float: left;
        background-image: url("../images/portrait-small.png");
    }
    
    .container .main2 .text {
        width: 350px;
        height: 300px;
        float: left;
    }
    
    .container .main2 .text p {
        list-style: none;
        font-size: 12px;
        font-weight: 900;
        font-family: "gyst-variable",sans-serif;
        font-variation-settings: 'wght' 100;
    }

    .container .main3 {
        width: 50%;
        height: 600px;
        float: left;
        margin: 50px 0 0 20px;
    }
    
    .container .main3 .photo {
        width: 350px;
        height: 350px;
        float: left;
        background-image: url("../images/computer-small.jpg");
    }
    
    .container .main3 .text {
        width: 350px;
        height: 300px;
        float: left;
    }
    
    .container .main3 .text p {
        list-style: none;
        font-size: 12px;
        font-weight: 900;
        font-family: "gyst-variable",sans-serif;
        font-variation-settings: 'wght' 100;
    }

    .container .main4 {
        width: 400px;
        height: 600px;
        float: left;
        margin: 125px 20px 0 30px;
    }
    
    .container .main4 .photo1 {
        width: 150px;
        height: 150px;
        float: left;
        margin: 50px 20px 0 10px;
        background-image: url("../images/photography-small.png");
    }
    
    .container .main4 .photo2 {
        width: 150px;
        height: 150px;
        float: left;
        margin: 50px 20px 0 10px;
        background-image: url("../images/illustration-small.png");
    }
    
    .container .main4 .photo3 {
        width: 150px;
        height: 150px;
        float: left;
        margin: 50px 20px 0 10px;
        background-image: url("../images/design-small.png");
    }
    
    .container .main4 .photo4 {
        width: 150px;
        height: 150px;
        float: left;
        margin: 50px 20px 0 10px;
        background-image: url("../images/printmaking-small.png");
    }
}

/*END MEDIA QUERY*/