#homeLogo {
    width: 20%;
}

#karenID {
    width: 30%;
}

#faviconID {
    width: 30%;
}

.tinted {
    background-color: rgba(0,0,0,0.3);
}

.currentPage {
    color: orangered;
}

.item {
    height: 600px;
}

@media (max-width: 700px) {
    .item {
        height: 200px;
    }
    .mobileFriendly {
        font-size: 8px;
    }
    .mobileFriendlyHeader {
        font-size: 12px;
    }
}

.hidden-button {
    height: 150px;
    width: 150px;
    background-color: transparent !important;
    border: none !important;
}

@media(max-width: 767px) {
    .hidden-button {
        height: 50px;
        width: 50px;
        background-color: transparent !important;
        border: none !important;
    }
}

.meatloaf {
    width: 50%;
}

@media(max-width: 767px) {
    .meatloaf {
        width: 30%;
    }
}

.blog-post {
    margin-bottom: 40px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
}