@font-face {
    font-family: "internet";
    src: url(Internet\ Friends.ttf);
}

.title img{
    max-width: 45vw;
    display: block;
    margin: auto;
    margin-top: 3%;
}

.title img:hover{
    scale: 1.025;
    transition: 100ms ease;
}

.title img:not(:hover){
    scale:1;
    transition: 100ms ease;
}

body {
    margin: 0;
    background-color: #efebe2;
}

.project-showcase {
    margin: 1.6em;
    border-radius: 2em;
    display:flex;
    flex-wrap: wrap;
    overflow-y: auto;
    gap: 2em;
    max-width: 98vw;
    position: absolute;
    top: 50%;
}

.project-showcase img{
    border-radius: 1em;
    border-style: dashed;
    border-color: #1d1d1d;
    width: 30vw;
    max-height: 17vw;
    object-fit: cover;
}

.project-showcase img:hover{
    scale: 1.025;
    transition: 100ms ease;
}

.project-showcase img:not(:hover){
    scale:1;
    transition: 100ms ease;
}

.project-showcase h2{
    text-align: center;
    font-size: 1.6em;
    /*filter: drop-shadow(1px 0px 1px black);*/
    color: #1d1d1d;
    font-family:"internet", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

a {
    text-decoration: none;
}

.card-author h2{
    font-size: 1.2em;
}

.stars img{
    width:100vw;
    top: 40%;
    position: absolute;
}

.stars-2 img{
    width:100vw;
    bottom: -53%;
    position: absolute;
}

.project-showcase-2 {
    margin: 1.6em;
    border-radius: 2em;
    display:flex;
    flex-wrap: wrap;
    overflow-y: auto;
    gap: 2em;
    max-width: 98vw;
    position: absolute;
    top: 250%;
}

.project-showcase-2 img{
    border-radius: 1em;
    border-style: dashed;
    border-color: #1d1d1d;
    width: 30vw;
    max-height: 17vw;
    object-fit: cover;
}

.project-showcase-2 img:hover{
    scale: 1.025;
    transition: 100ms ease;
}

.project-showcase-2 img:not(:hover){
    scale:1;
    transition: 100ms ease;
}

.project-showcase-2 h2{
    text-align: center;
    font-size: 1.6em;
    /*filter: drop-shadow(1px 0px 1px black);*/
    color: #1d1d1d;
    font-family:"internet", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.title-2 img{
    max-width: 50vw;
    display: block;
    margin: auto;
    margin-top: 83%;
}

.title-2 img:hover{
    scale: 1.025;
    transition: 100ms ease;
}

.title2 img:not(:hover){
    scale:1;
    transition: 100ms ease;
}

.stars-3 img{
    width:100vw;
    bottom: -157%;
    position: absolute;
}

.stars-4 img{
    width:100vw;
    bottom: -307%;
    position: absolute;
}

.clubname h2 {
    font-family: "internet";
    position: absolute;
    top: 44%;
    left: 30%;
    color: #1d1d1d;
    font-size: 1.6em;
}

.sign-up-form iframe{
    width: 100vw;
    margin-top: 35%;
    margin-bottom: 5%;
}

.sunbeam-ad img{
    height: 100px;
    width: auto;
    display: block;
    margin: auto;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

nav {
    position: fixed;
    width: 100vw;
    z-index: 1000;
    top: 0;
    /*background-color: #ffc7da;*/
}

nav:hover {
    scale: 1.025;
    transition: 100ms ease;
}

nav:not(:hover) {
    scale: 1;
    transition: 100ms ease;
}
