
@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=Comfortaa:wght@300..700&display=swap');

*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
img{
width: 100%;
}

h1,h2,h3,h4{
font-family: "Atma", system-ui;
color: #310504;
}

p{
font-family: "Comfortaa", sans-serif;
color: #7A7A7A;
}
/*===================*/

header {
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header-img img{
    width: 290px;
}



/*==================*/

#illustrator{
margin: 40px 0 60px 0;
}


#illustrator .illustrator-section{
border-radius: 10px;
height: 100%;
-webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);

}

#illustrator .illustrator-section:hover{

opacity: .9;
transition: 0.3s all ease;
-webkit-box-shadow: 0 0 38px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 38px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 38px 4px rgba(0, 0, 0, 0.15);
}

#illustrator .illustrator-section .illustrator-section-img img{
border-radius: 10px 10px 0 0;
height: 350px;

}

#illustrator .illustrator-section .illustrator-section-text{
text-align: center;
padding: 30px 0 40px 0;
}
#illustrator a{
text-decoration: none;
}
#illustrator .illustrator-section .illustrator-section-text h4 {
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
padding: 0 15px;
}

#illustrator .illustrator-section .illustrator-section-text span{
color: #17908A;
font-size: 14px;
margin: 0;
font-weight: 600;
text-transform: uppercase;
font-family: "Comfortaa", sans-serif;
}











/*====================*/

#post_style {
margin: 50px 0 15px 0;
}

#post_style .post-info{
text-align: center;

}

#post_style .post-info h3{
font-size: 35px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 30px;
}

#post_style .post-info img{
border-radius: 10px;
margin-bottom: 30px;
}

#post_style .post-info h2{
font-size: 45px;
font-weight: 600;
text-transform: uppercase;
margin-top: 50px;

}

#post_style .post-info p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #382B2B;
}

/*=====================*/

#popup-gallery{
margin-bottom: 100px;

}

#popup-gallery .popup-gallery-info {
display: flex
;
flex-direction: row;
flex-wrap: wrap;
width: 80%;
margin: 0 auto;
}


#popup-gallery .popup-gallery-info .popup-gallery-style {
width: 50%;
padding: 20px;
cursor: pointer;
}

#popup-gallery .popup-gallery-info .popup-gallery-style img{
border-radius: 15px;
}



/*=========================*/
/*===================*/

footer{
background-color: #310504;
padding: 20px 0;

}

footer p{
color: #ffffff;
font-size: 14px;
font-weight: 600;
margin: 0px;
font-family: "Comfortaa", sans-serif;
}

footer .footer-text p {
display: flex;
align-items: center;
justify-content: end;
}

footer .footer-text p i {
margin-right: 15px;
font-size: 20px;
}


/*===================*/

