* {
    box-sizing: border-box;
    color: white;
    font-family: 'McLaren', sans-serif;
    font-weight: 400;
}


html {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url("img/bg.jpg");
    background-position: bottom;
    align-items: center;
    background-attachment: fixed;
    text-align: center;
}

body {
    margin: 0 auto;
    max-width: 600px;
}

#madsDiv,
#jonasDiv {
    text-align: left;
    width: 100%;
    background-color: rgba(121, 100, 100, 0.5);
    padding: 20px;
    margin-bottom: 20px;
}

img {
    width: 100%;
    max-width: 500px;
}

.timeStamp {
    text-align: right;
    color: #F8DC0C;
}

.sumText {
    color: #F8DC0C;
    font-size: 25px;
}

input {
    color: red;
    border-radius: 200px;
    font-size: 14px;
    background-color: #F8DC0C;
    padding: 2px 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
}

.inYoFace {
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    cursor: pointer;
    color: red !important;
    font-size: 46px;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
}

/* Inline #2 | https://cobra-kaj.netlify.app/ */

#checkBoxes>div>div {
    text-align: center;
    padding: 0 0 10px 0;
}

#checkBoxes>div input {
    display: block;
    margin: 0 auto 5px;
}

.timeStamp {
    text-align: center;
}

#checkBoxes>div>div {
    /* padding: 0 0 10px 0; */
    padding: 0 0 20px 0;
}

.trophyPic {
    max-width: 200px;
    height: auto;
    margin: 10px 0px;
}

#trophyDiv {
    max-width: 200px;
    display: inline-block !important;
}

.gif {
    width: 25%;
    text-align: center;
    top: 50%;
    left: 88%;
    transform: translate(-50%, -50%);
    position: fixed;
    cursor: pointer;
    color: red !important;
    font-size: 46px;
    /* background: rgba(0,0,0,0.85); */
    height: 100%;
    display: none;
}

@media screen and (min-width: 1020px) {
    #trophyDiv {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .powerup {
        font-size: 30px !important;
    }
}


.smirkDiv {
    display: none;
}

h1 {
    display: inline-block;
    margin-top: 0;
}

.powerup {
    font-size: 20px;
    padding: 0px 10px;
    margin: 0px 10px;
    box-shadow: 0px 0px 15px 0 #f8dc0c inset;
    opacity: 70%;
    display: none;
    border-radius: 30px;
    cursor: pointer;
    float: right;
}

img.powerupReveal {
    width: 20px;
    margin: 0 10px;
    cursor: pointer;
}

#foodDiv, #achievementWall, #goBack {
    text-align: left;
    background-color: rgba(121, 100, 100, 0.5);
    padding: 20px;
    margin-bottom: 20px;
    min-width: 200px;
}

#foodHeader, #achievementHeader, a, #goBackHeader {
    cursor: pointer;
    color: #F8DC0C;
}

.weekDay {
    color: #F8DC0C;
    border-right: 1px solid #F8DC0C;
}

th {
    color: #F8DC0C;
    font-size: 1.3em;
    border-bottom: 1px solid yellow;
}

td,
th {
    padding: 10px;
}

#foodContainer {
    display: none;
}


.lineThrough {
    text-decoration: line-through;
    text-decoration-color: red;
    opacity: 0.5;
}

th:first-child {
    border-right: 1px solid yellow;
}


#showFoodTable {
    color: red;
    border-radius: 200px;
    font-size: 14px;
    background-color: #F8DC0C;
    padding: 2px 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

#saveFood {
    color: red;
    border-radius: 200px;
    font-size: 14px;
    background-color: #F8DC0C;
    padding: 2px 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.ingredientButton {
    color: red;
    border-radius: 200px;
    font-size: 14px;
    background-color: #F8DC0C;
    padding: 2px 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

tr[id^="dishIng"] {
    display: none;
    position: fixed;
    padding: 20px;
    background: #2b2b2b;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 200px;
}

#achievementWall {
    text-align: left;
    background-color: rgba(121, 100, 100, 0.5);
    padding: 20px;
    margin-bottom: 20px;
    min-width: 200px;
}

@media screen and (min-width: 1516px) {
    #foodDiv {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    #achievementWall {
        position: absolute;
        top: 600px;
        left: 5px;
    }
    #goBack{
        position: absolute;
        top: 5px;
        right: 5px;
    }
    
tr[id^="dishIng"] {
    display: none;
    position: fixed;
    padding: 20px;
    background: #2b2b2b;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 500px;
}
}


