.searchtitle {
    display:flex; 
    justify-content: center; 
    align-items: center;
    font-size: 2.1em;
}

.searchtitle div {
    padding: 0.8em 20vw;
    margin: 1em;
    border-bottom: 1px solid #c5c5c56b;
}

.projectlink {
    width: 50vw;
    display:flex; 
    justify-content: center; 
    align-items: center;
    background-color: rgba(243, 252, 255, 0.103);
    transition: 0.2s;
    padding: 2em;
    cursor: pointer;
    margin-bottom: 2em;
}

.bloglink {
    width: 50vw;
    display:flex; 
    background-color: rgba(243, 252, 255, 0.103);
    transition: 0.2s;
    padding: 2em;
    cursor: pointer;
    margin-bottom: 2em;
}

.bloglink:hover {
    background-color: rgba(243, 252, 255, 0.267);
    transition: 0.2s;
}

.projectlink:hover {
    background-color: rgba(243, 252, 255, 0.267);
    transition: 0.2s;
}

.thumbnail {
    max-width: 10em;
    max-height: 10em;
}

.imgbox {
    display:flex; 
    justify-content: center; 
    align-items: center;
    min-width: 10em; 
    min-height: 10em;
    width: 10em; 
    height: 10em;
    margin-right: 1em;
}

.projecttitle {
    font-size: 2.1em;
    padding: 0.5em 0;
}

.projecttitle span {
    font-size: 0.5em;
    color: rgba(241, 252, 255, 0.308);
    font-family: Trebuchet MS, sans-serif;
    font-style: italic;
    margin-left: 1.2em;
}

.projectdesc {
    font-size: 1.1em;
    color: rgb(189, 193, 194);
    font-family: Trebuchet MS, sans-serif;
}

@media only screen and (max-width: 1000px) {
    .projectlink {
        width: 70vw;
        display: block;
    }

	.bloglink {
        width: 70vw;
        display: block;
    }
    
    .imgbox {
        min-width: 100%; 
        min-height: 100%;
        width: 100%; 
        height: 100%;
        margin-right: 0;
    }

    .projecttitle span {
        display: block;
        margin-left: 0em;
        margin-top: 0.5em;
    }
}
