body {
    background-color: #FFFFFF;
    font-family: monospace; 
    font-size: 24px;
}

img {
    max-width: 50%;
}

.center-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.content-item {
    margin-bottom: 20px;
    padding: 20px;
    background-color:rgba(255, 255, 255, 0.8);
    /*border: solid 1px #A0A0A0;*/
}

.content-item.noborder {
    border-top: none;
}

div.imageflex {
    display: flex;
}

div.imageflex img{
    max-width: 49%;
    margin-right: 1%;
}

h1 {
    margin: 0px;
}

.image-with-border
{
    border: solid 1px #A0A0A0;
}

.text-content a {
    text-decoration: none;
    color: #0000FF;
    background-color:rgba(255, 255, 255, 0.5);
}

.text-content a:hover {
    text-decoration: underline;
}

.headline {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.95);
}

.dateline {
    position: relative;
    /* font-weight: bold; */
    margin-bottom: 10px;
    font-size: 14px;
    width: 100px;
    /*
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.85);
    */
}

.content-main-image {
    max-width: 200px;
    margin-right: 20px;
}

.content-main-image-a {
    border: 0px;
    cusor: pointer;
}

.menu {
    display: flex;
}

.menu-item {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color:rgba(255, 255, 255, 0.8);
    /*border: solid 1px #A0A0A0;*/
    cursor: pointer;
    font-weight: bold;
}

.menu-item.buy {
    font-size: 60px;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 16px;
    padding-top: 16px;
    background-color:rgba(255, 255, 255, 0.8);
    border: solid 1px #A0A0A0;
    cursor: pointer;
    font-weight: bold;
}

.menu-item:hover {
    background-color:rgba(255, 255, 255, 1);
}

.menu-item-a {
    text-decoration: none;
}

.menu-item-a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    body {
        background-color: #FFFFFF;
        font-family: monospace; 
        font-size: 16px;
    }
    .center-content {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    
    img {
        max-width: 100%;
    }
    
    .content-main-image {
        max-width: 100px;
        margin-right: 10px;
    }
    
    .headline {
        font-size: 40px;
    }
    
    .dateline {
        font-size: 16px;
    }
    
    .menu-item {
        margin-top: 40px;
        font-size: 60px;
    }
    
    .menu-item.buy {
        margin-top: 20px;
        font-size: 91px;
        margin-bottom: 20px;
        margin-right: 40px;
        padding: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
        background-color:rgba(255, 255, 255, 0.8);
        /*border: solid 1px #A0A0A0;*/
        cursor: pointer;
        font-weight: bold;
    }
    .content-main-image-container {
        clear: both;
    }
    .text-content {
        width: 100%;
        clear: both;
    }
}



