*{
    box-sizing:border-box;
}

img{
    max-width: 100%;
}

body{
    margin:0;
    background-color: #191717;
    opacity: 0; 
    transition: opacity 0.7s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

p{
    color:#EFEFED;
    font-family: "baskerville-urw", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

@media (max-width: 1200px) {
    p{
        font-size: 12px;
        line-height: 18px;
    }
} 

@media (max-width: 768px) {
    p{
        font-size: 10px;
        line-height: 14px;
    }
} 

h3{
    color:#EFEFED;
    font-size: 24px;
    text-align: center;
    font-style: normal;
}

.top-paragraph{
    color:#EFEFED;
    font-family: "baskerville-urw", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-top:1px;
    margin-bottom:2%;
}

@media (max-width: 1200px) {
    .top-paragraph {
        font-size: 20px; /* smaller laptop */
        line-height: 25px;
        margin-bottom:2.5%;
    }
}

@media (max-width: 768px) {
    .top-paragraph {
        font-size: 16px; /* mobile */
        line-height: 19px;
        margin-bottom:2.5%;
    }
}

.navbar{
    margin-bottom:3.5%;
    font-family: "baskerville-urw", serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 1200px) {
    .navbar {
        margin-bottom:0;
    }
}

@media (max-width: 768px) {
    .navbar {
        margin-bottom:0;
    }
}

.navbar ul{
    list-style-type: none;
    font-size: 26px;
    overflow:hidden;
}

@media (max-width: 1200px) {
    .navbar ul {
        font-size: 20px; /* smaller laptop */
    }
}

@media (max-width: 768px) {
    .navbar ul {
        font-size: 16px; /* mobile */
    }
}

.navbar a{
    color:#EFEFED;
    text-decoration: none;
    margin-top:5px;
    padding-right:60px;
    padding-left:5px;
    display:block;
    text-align:left;
    transition: transform .2s;
} 

@media (max-width: 1200px) {
    .navbar a {
        padding-right:40px;
        padding-left:0;
    }
}

@media (max-width: 768px) {
    .navbar a {
        padding-right:20px;
        padding-left:0;
    }
}

.navbar a:hover{
    transform: scale(1.08);
}

.navbar li{
    float:left;
}


.container-topimg{
    background:#191717;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    
    margin-left:6%;
    margin-right:6%;
    margin-bottom:3%;
}

.container1{
    background:#191717;
    height:100%;
    width:88%;
    display:flex;
    gap:2%;
    margin-left:6%;
    margin-right:6%;
    margin-bottom:3%;
}

.onepage{
    background: #191717;
    width:48.5%;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}

.container1-inner{
    background:#191717;
    width:55%;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:0;
}

.container1-inner-img{
    background:#191717;
    width:100%;
    height:auto;
    margin-bottom:-3.5px;
}

.container2{
    background:#191717;
    height:100%;
    width:88%;
    display:flex;
    gap:2%;
    margin-left:6%;
    margin-right:6%;
    margin-bottom:1.3%;
}

.stationary{
    background: #191717;
    width:56%;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}

.mug{
    background:#191717;
    width:45.3%;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:0;
}

.hat{
    background:#191717;
    width:45.3%;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:0;
}

.notebook{
    background: #191717;
    width:56%;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}

.bottom-link{
    background:#191717;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    
    margin-left:6%;
    margin-right:6%;
}

.bottom-link:hover{
    transform: scale(1.015);
}


/* .project-image{
    background:#ffffff;
    width: 50%;
    height:auto;
    padding:0px;
    margin: 0px;
    overflow:hidden;
    display:flex;
    flex-direction: row;
    
    justify-content:center;
    align-items:center;
} 

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.project-image:hover{
    transform: scale(1.015);
} */
