body{
    font-family: 'DM Sans', sans-serif;
}



nav{
    background-color: black;
    height: 7vw;
}
    #nav-img1{
        position: absolute;
        left: 4vw;
        top: 2vw;
        width: 17vw;
    }
    #nav-img2{
        position: absolute;
        right: 4vw;
        top: 2vw;
        width: 3vw;
    }



.content1{
    height: 42vw;
    box-shadow: inset 0 0 0 10000px #fee500a9;
    background-image: url("../midia/img/princing2.jpg");
    /* background-attachment: fixed; */
    background-size: cover;
}
    .content1>article{
        position: absolute;
        top: 15vw;
        left: 9vw;
    }
        .content1>article>h1{
            color: black;
            width: 45vw;
            height: 16vw;
            font-weight: 1000; 
            font-size: 6.7vw;
            line-height: 7.5vw;
        }
        .content1>article>p{
            font-weight: 400;
            margin-bottom: 5vw; 
            font-size: 2.3vw;
            width: 45vw;
        }
        .content1>article>a{
            display: block;
            background-color: white;
            border-radius: 5%;
            text-decoration: none;
            color: black;
            font-size: 1.7vw;
            font-weight: 700;
            text-align: center;
            padding: .3vw;
            width: 12vw;
            height: 3.5vw;
            z-index: 2;
        }

@media only screen and (max-width: 600px) { 
    nav{
        height: 20vw;
    }
        #nav-img1{
            left: 4vw;
            top: 7vw;
            width: 46vw;
        }
        #nav-img2{
            top: 7vw;
            width: 8vw;
        }
    
    
    
    .content1{
        height: 100vw;
    }
        .content1>article{
            position: static;
            align-items: center;
            top: 0vw;
            left: 0vw;
            padding-top: 15vw;
            
        }
            .content1>article>h1{
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 13vw;
                text-align: center;              
                width: 85vw;
                font-size: 13vw;
                line-height: 13vw;
            }
            .content1>article>p{
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                font-weight: 400; 
                font-size: 6vw;
                width: 85vw;
            }
            .content1>article>a{
                margin-left: auto;
                margin-right: auto;
                font-size: 5vw;
                padding: 1.8vw;
                width: 45vw;
                height: 12vw;
            }
    
}