body{
   background-color: rgba(238, 216, 216, 0.598);
    font-family: serif;
    background-size: cover;
    margin: 0;
}
h1{
    font-size: 120px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    margin: 20px 0;
}
header{
    background-color: black;
    position: relative;
    height: 150px;
}
.logo{
    width: 120px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.title{
     width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    bottom: 10px;
}
nav{
    position: absolute;
    top: 20px;
    right: 20px;
}
nav a{
    color: white;
    text-decoration: none;
    margin-right: 10px;
    font-size: 18px;
}
.Headline{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}
.Headline div{
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.mainimg{
    width: 180px;
    height: 120px;
    object-fit: cover;
    border: 4px solid black;
    padding: 3px;
    background-color: white;
}
.Headline div h2{
    font-size: 28px;
    font-weight: normal;
    margin-top: 15px;
}
.Headline div p{
    font-size: 20px;
    margin: 5px;
}

.social{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.socialbox{
    width: 180px;
    height: 120px;
    border: 4px solid black;
    padding: 3px;
    background-color: white;
    display: flex;
    justify-content:left;
    align-items: center;

}
.socialbox p{
    margin: 5px 0;
    font-size: 16px;
}

.Headline div h2{
    font-size: 28px;
    font-weight: normal;
    margin-top: 15px;
    cursor: pointer;
}
.Headline div h2:hover{
    text-decoration: underline;
}

.style h1{
    margin: 20px;
}
.style{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    align-items: start;
}
.style div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.style div img{
    width: 220px;
    height: 420px;
    object-fit: cover;
    border: 5px solid black;
    border-radius: 50px;
    padding: 0;
    background-color: white;
}
.style div h2{
    font-size: 32px;
    font-weight: normal;
    margin-top: 15px;
}
.style div h2{
    font-size: 32px;
    font-weight: normal;
    margin-top: 15px;
    cursor: pointer;
}
.style div h2:hover{
    text-decoration: underline;
}

.culture{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    align-items: center;
    justify-items: center;
    padding: 20px;
}
.culture h1{
    grid-column: 1 / 4;
}
.culture div img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid darkslategray;
}
.culture div h2{
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 10px;
}
.arts{
    grid-column: 1;
    grid-row: 2;
}
.music{
    grid-column: 2;
    grid-row: 3;
}
.entertainment{
    grid-column: 1;
    grid-row: 3;
}
.opinion{
    grid-column: 3;
    grid-row: 3;
}
.bookreview{
    grid-column: 3;
    grid-row: 2;
}
.Headline h2:hover,
.style h2:hover,
.culture h2:hover{
    text-decoration: underline;
    cursor: pointer;
}

.trends{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-self: start;
    padding: 20px;
}
.trends h1{
    grid-column: 1/4;
}
.trends div{
    text-align: center;
}
.trends img{
    width: 180px;
    height: 260px;
    object-fit: cover;
    border: 4px solid black;
    padding: 10px;
    background-color: white;
}
.trends h2{
    font-size: 28px;
    font-weight: normal;
    margin-top: 10px;
    cursor: pointer;
}
.trends h2:hover{
    text-decoration: underline;
}

.pop img{
  width: 180px;
    height: 260px;
    border-radius: 0;
}


.community{
   display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: start;
    padding: 20px;
}
.community h1{
    grid-column: 1/3;
}
.community div{
    text-align: center;
}
.community h2{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    cursor: pointer;
}
.community h2:hover{
    text-decoration: underline;
}
.community img{
    width: 320px;
    height: 320px;
    object-fit: cover;
    border: 4px solid black;
    padding: 10px;
    background-color: white;
}

.about{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px;
    width: 95%;
    margin: auto;
    align-items: start;
    box-sizing: border-box;
}
.story{
    grid-column: 1;
    justify-self: start;
    text-align: center;
}
.mission{
    grid-column: 2;
    justify-self: center;
    text-align: center;
}
.team{
    grid-column: 3;
    justify-self: end;
    text-align: center;
}
.team img{
    width: 100%;
    max-width: 350px;
    height: auto;
    border: 4px solid black;
    padding: 10px;
    background-color: white;
    box-sizing: border-box;
}

.story p,
.mission p{
    width: 100%;
    max-width: 420px;
    background-color: #f2f2f2;
    border: 4px solid black;
    padding: 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.story,
.mission,
.team{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px;
}
.footer p{
    background-color: white;
    border: 3px solid black;
    padding: 10px;
}
.about h1{
    font-size: 70px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){

.Headline{
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 20px;
    }
    h1{
        font-size: 90px;
    }
    .Headline div{
        min-height: 250px;
        border-left: none;
        border-right: none;
    }
    .mainimg{
        width: 180px;
        height: 120px;
    }
    .Headline div h2{
        font-size: 28px;
    }
    .Headline .socialbox{
        width: 180px;
        height: 120px;
        min-height: 120px;
        border: 4px solid black;
        padding: 3px;
        background-color: white;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .Headline .socialbox p{
        font-size: 14px;
        margin: 2px 0;
    }
    .social{
        width: 16px;
        height: 16px;
    }


.style{
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 20px;
    }
    .style h1{
        grid-column: 1 / 3;
    }
    .style div img{
        width: 250px;
        height: 500px;
        border-radius: 50px;
    }
    .style div h2{
        font-size: 32px;
    }

    .fashion{
        grid-column: 1;
        grid-row: 2;
    }
    .outfit{
        grid-column: 2;
        grid-row: 2;
    }
    .spotlight{
        grid-column: 1 / 3;
        grid-row: 3;
    }
    h1{
        font-size: 90px;
    }

     .culture{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .culture h1{
        grid-column: 1 / 3;
    }
    .arts{
        grid-column: 1;
        grid-row: 2;
    }
    .bookreview{
        grid-column: 2;
        grid-row: 2;
    }
    .entertainment{
        grid-column: 1;
        grid-row: 4;
    }
    .opinion{
        grid-column: 2;
        grid-row: 4;
    }
    .music{
        grid-column: 1 / 3;
        grid-row: 5;
    }

.community{
        grid-template-columns: 1fr;
        gap: 30px;
    }
.community h1{
        grid-column: 1;
    }
.community img{
        width: 250px;
        height: 250px;
    }
.community h2{
        font-size: 32px;
    }

.culture div img{
        width: 220px;
        height: 220px;
    }
.culture div h2{
        font-size: 32px;
    }
h1{
        font-size: 90px;
    }
 nav{
        font-size: 14px;
    }
.title{
        width: 300px;
        margin-left: -150px;
    }
.trends{
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 20px;
    }
.trends h1{
        grid-column: 1 / 3;
    }
.pop{
        grid-column: 1 / 3;
    }
.trends img{
        width: 250px;
        height: 350px;
    }
.pop img{
        width: 180px;
        height: 220px;
    }
.trends h2{
        font-size: 32px;
    }
h1{
        font-size: 90px;
    }


.about {
        grid-template-columns: 1fr 1fr; 
    }
.about h1, .story {
        grid-column: span 2;
        width: 100%;
        max-width: 100%;
    }
.story p{
    max-width: 85%;
    background-color: white;
}
.mission{
    grid-column: 1;
}
.mission p, .team img {
    border: 2px solid black; 
    background-color: white;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    }
 .team {
    border: none;
    background: none;
    padding: 0;
    grid-column: 2;
    }

.mission, .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background: none;
    padding: 0;
}
 header {
        background-color: black;
        padding: 20px 0;
    }
.footer {
        flex-direction: row; 
        align-items: center;
        gap: 10px;
    }
.footer p {
        border: 2px solid black;
        font-size: 16px;
    }

}