@font-face {
    font-family: "PP Editorial New";
    src: url("fonts/PPEditorialNew-Ultralight.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Signifier";
    src: url("fonts/Signifier/TestSignifier-RegularItalic.otf");
    font-style: italic;
}
@font-face {
    font-family: "Signifier";
    src: url("fonts/Signifier/TestSignifier-Extralight.otf");
    font-style: extra-light;
}
@font-face {
    font-family: "Manuka";
    src: url("fonts/ManukaSlab/TestManukaSlab-Thin.otf");
}
body{
    background: rgb(241, 241, 241);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
}
*{
    text-decoration: none;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.5s;
    color: black;
}
a:hover{
    color: gray;
}
h1{
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    color: black;
    font-family: 'PP Neue Montreal';
    /* font-weight: lighter; */
    text-transform: uppercase;
    /* font-style: italic; */
    font-size: 30px;
}
#header{
    width: 100%;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    /* border-bottom: 1px solid #ccc; */
}
#text{
    height: 100%;
    width: 30%;
    padding-top: 20px;
    padding-left: 85px;
}
#text p{
    font-size: 12px;
}
#text a{
    color: red;
}
#text a:hover{
    color: black;
}
#body{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    align-content: center;
    gap: 1.5rem 2rem;
    padding: 2rem 1.5rem;
    width: min(100%, 1200px);
    max-width: 1200px;
    flex: 1;
    box-sizing: border-box;
    margin: 0 auto;
}
#body > div{
    display: flex;
    flex-direction: column;
}
.center-info-content{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
    background: transparent
}
.center-info-content p{
    font-family: 'PP Neue Montreal' !important;
    font-size: 1.5em !important;
    font-weight: lighter;
}
.center-info-content img{
    width: 150px !important;
    height: auto;
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
}
#body > div > a:not(:first-child),
#body > div > p{
    opacity: 0;
    visibility: hidden;
}
#body > div:hover > a:not(:first-child),
#body > div:hover > p{
    opacity: 1;
    visibility: visible;
}
#body a{
    font-family: 'PP Neue Montreal' !important
}
#body p{
    color: gray;
    margin: 0.25rem 0 0;
    font-size: small;
    font-family: 'PP Neue Montreal' !important;
    /* display: none; */
}
#body img{
    width: 100%;
    /* aspect-ratio: 1.7 / 1; */
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
    background: transparent;
    border: none;
    outline: none;
    mix-blend-mode: multiply;
}
/* #body img:hover{
    scale: 1.05;
} */

::selection{
    background-color: orange;
    color: white;
}
hr{
    height: 1px;
    width: 700px;
    padding-left: 20px;
    color: red;
    background-color: red;
    border: none;
}
#small{
    color: gray;
    font-size: 12px;
    margin-bottom: 4px;
}
#small a{
    color: #C63E1D;
}
#links{
    margin-top: 0;
}
#links a{
    font-size: 12px;
    color: gray;
}
/* #first{
    padding-left: 60px;
    padding-left: 60px;
    width: 20px;
    display: block;
    float: left;
}
#second{
    padding-left: 60px;
    width: 20px;
    display: block;
    float: left;
}
#third{
    padding-left: 60px;
    width: 20px;
    display: block;
    float: left;
} */
