/* @font-face {
    font-family:"Against";
    src: url("Lora.ttf") format("truetype");
}
@font-face {
    font-family:"Heroeau";
    src: url("HEROEAU-ELEGANT-DEMO.ttf") format("truetype");
} */
@font-face {
    font-family:"Against";
    src: url("fonts/against.ttf") format("truetype");
}
@font-face {
    font-family:"Gyahegi";
    src: url("fonts/Gyahegi.otf") format("opentype");
}
@font-face {
    font-family:"Raleway";
    font-weight: 400;
    src: url("fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
    font-family:"Raleway";
    font-weight: 600;
    src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
}

*{
    margin: 0;
    text-decoration: none
}
@font-face {
    font-family:"Gyahegi";
    src: url("fonts/Gyahegi.otf") format("truetype");
} 
body{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('images/FallLeaves.png'), #E6D5B8 0% 0% / 115px 115px repeat;
    animation: scrolling 10s linear infinite;
    animation-fill-mode: forwards
}

@-webkit-keyframes scrolling{
    from{
        background-position: 0 0;
    }
    to{
        background-position: 0 456px;
    }
}

.holder{
    display: flex;
    padding: 10px;
    width: 75%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.top{
    padding: 10px;
    display: flex;
    width: 100%;
    min-height: 763px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #F0A500;
}

.projects{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
}

.items{
    display: flex;
    padding: 20px 10px;
    align-items: center;
    align-content: center;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 20px;
}



.item{
    display: flex;
    width: 216.667px;
    max-width: 264px;
    max-height: 241px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: -50px;
    border-radius: 20px;
    background: #E45826;
    
}
.item div{
    transition: all 500ms ease-in-out;
}
.item p{
    transition: all 500ms ease-in-out;
}
.unavailable{
    border-radius: 20px;
    background: #000;
}
.item:hover {
    border-radius: 20px;
    background: #E45826;
    box-shadow: 4px 4px 4px 0px #E45826;
}
.unavailable:hover{
    border-radius: 20px;
    background: #000;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pic{
    display: flex;
    height: 215px;
    padding: 25px 0px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 5px solid #E45826;
    background: url("images/screenshotAsWeMayThink.png");
    background-size: 300px;
    background-color: rgba(255, 128, 0, 0.534);
    background-blend-mode: multiply;
    background-position: center;
}
.unavailable .pic{
    border-radius: 20px;
    border: 5px solid #000;
    background: rgba(27, 26, 23, 0.75);
}
.item:hover .pic{
    border-radius: 20px;
    border: 5px solid #E6D5B8;
    background-color: rgb(255, 255, 255);
    background-blend-mode: multiply;
}
.unavailable:hover .pic{
    border-radius: 20px;
    border: 5px solid #000;
    background: rgb(77, 13, 13);
}
.date{
    display: flex;
    padding: 10px;
    align-items: flex-end;
    gap: 10px;
    border-radius: 20px 0px 0px 20px;
    background: #E45826;
}
.unavailable .date{
    border-radius: 20px 0px 0px 20px;
    background: #000;
}
.item:hover .date{
    border-radius: 20px 0px 0px 20px;
    background: #E6D5B8;
}
.unavailable:hover .date{
    border-radius: 20px 0px 0px 20px;
    background: #000;
}
.dateText{
    color: #E6D5B8;
    text-align: right;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.unavailable .dateText{
    color: #E6D5B8;
}
.item:hover .dateText{
    color: #E45826;
}
.unavailable:hover .dateText{
    color: #C20114;
}
.label{
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 0px;
    align-self: stretch;
    border-radius: 20px;
    border-right: 5px solid #E45826;
    border-bottom: 5px solid #E45826;
    border-left: 5px solid #E45826;
    background: #1B1A17;
}
.unavailable .label{
    border-radius: 20px;
border-right: 5px solid #000;
border-bottom: 5px solid #000;
border-left: 5px solid #000;
background: #1B1A17;
}
.item:hover .label{
    border-radius: 20px;
    border-right: 5px solid #E6D5B8;
    border-bottom: 5px solid #E6D5B8;
    border-left: 5px solid #E6D5B8;
    background: #E6D5B8;
}
.unavailable:hover .label{
    border-radius: 20px;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    background: #000;
}
.labelText1{
    color: #E6D5B8;
text-align: center;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.unavailable .labelText1{
    color: #3d3834;
}
.item:hover .labelText1{
    color: #E45826;
}
.unavailable:hover .labelText1{
    color: #C20114;
}
.labelText2{
    color: #F0A500;
    text-align: center;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.unavailable .labelText2{
    color: #3d3834;
}
.item:hover .labelText2{
    color: #E45826;
}
.unavailable:hover .labelText2{
    color: #C20114;
}
.bottom{
    display: flex;
    width: 100%;
    height: 108px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    background: #1B1A17;
    padding: 10px;
}
.bottom .L{
    width: 20%;
    flex: 1 0 0;
    align-self: stretch;
    background: url(images/palmbranchL.png) 50%  no-repeat;
    border-radius: 20px;
    background-position: center;
}
.bottom .R{
    
    width: 20%;
    flex: 1 0 0;
    align-self: stretch;
    background: url(images/palmbranchR.png) 50% no-repeat;
    border-radius: 20px;
    background-position: center;
}
.heading{
    display: flex;
    padding: 10px 20px;
    margin: -10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: #FFB91E;
}
.title{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
    flex: 1 0 0;
}
 h1{
    flex: 1 0 0;
    color: #E45826;
    font-family: against;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
h2{
    flex: 1 0 0;
    color: #1B1A17;
    text-align: right;
    font-family: Gyahegi;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
} 
h3{
    color: #000;
    text-align: right;
    font-family: Raleway;
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}