* {
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: Arial;
    padding: 0px;
    margin: 0px;
}

/* Header Table */
.headerTable {
    width: 100%;
    border-collapse: collapse;
}
.siteLogoCell{
    width: 5rem;
    background-color: white;
}
#sitelogo {
    padding: 0.25rem;
    height: 4.5rem;
    width: 4.5rem;
}
.titleCell{
    width: 30rem;
    text-align: left;
    font-size: 3rem;
    font-family: 'Nothing You Could Do', cursive;
    font-weight: bolder;
    background-color: white;
    color: black;
}
.menuCell{
    width: auto;
    text-align: right;
    background-color: white;
    font-size: 2rem;
    font-family: 'Nothing You Could Do', cursive;
    color: black;
    padding: 0.75rem;
}
.tableRow {
    height: 5rem;
    border: 0;
}

.banner {
    padding: 5px;
    height: 442px;
    text-align: left;
    background-image: url('../images/headerImage.png');
    background-position: center; 
}

/* Top Nav Box */
.topnav {
    width: 100%;
    border-collapse: collapse;
}

/* content cards */
.contentCard {
    background-color: white;
    padding: 20px;
    margin: 2px 2px 2px 2px;
}

.cardTable {
    width: 100%;
    table-layout:fixed;
}
.cardTableColumn {
    width: 50%;
}
.cardTableColumnPost {
    width: 100%;
    word-break: keep-all;
    word-wrap: break-word;
}
.videoBox {
    width: 320pt;
    height: 180pt;
    background-color: lightgrey;
}
.imgBox {
    width: 320pt;
    background-color: lightgrey;
}
.postImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.socialIcon {
    width: 30px;
    height: 30px;
}

.coffeeicon {
    width: 300px;
}

.myPicture {
    width: 80%;
}
.myPictureDiv {
    text-align: center;
}

/* Footer */
.footer {
    padding: 1px;
    text-align: center;
    font-size: xx-small;
}
