

/* main */
#main h1 {
    color: #950714;
    font-weight: 700;
    font-size: 3em;
    text-align: center!important;
    margin: 1em;
}

#clickme{
    display: none;
    text-align: center;
    align-content: center;
    margin-left: 18em;
}
#submit_button{    
    text-align: center;
}
#submit{
    font-size: 2em;
    background-color: white;
    border: none;
    color: #000;
    margin-top: 3em;
    margin-bottom: 6em;
}
#submit:hover{
    color: #EF2D56;
}
/* monday */
#monday{   
    background-color: #950714;
    text-align: center;
    max-width: 70%; 

}
#monday h2{
    margin-top: 50px;
    padding: 0.5em 0;
    color: #fff;
}

#monday h3{
    margin-bottom: 1em;
}

#col1{
    margin-top: 80px;
    float: right;
    width: 50%;
    font-size: 20px;
}
#monday img{
    float: left;
    width: 50%;
    clear: both;
    margin-bottom: 10px;
    margin-top: 5px;
}
/* tuesday */
#tuesday h2{
    margin-top: 50px;
    padding: 0.5em 0;
    color: #fff;
}
#tuesday h3{
    margin-bottom: 1em;
}
#tuesday{
    clear: both;
    background-color: #950714;
    text-align: center;
     max-width: 70% ;   
}
#col2{
    margin-top: 100px;
    float: left;
    width: 50%;
    font-size: 20px;
}
#tuesday img{
    float: right;
    width: 50%;
    clear: both;
    height: 300px;
    margin-bottom: 10px;
    margin-top: 5px;
}
/* wednesday */
#wednesday h2{
    margin-top: 50px;
    padding: 0.5em 0;
    color: #fff;
}
#wednesday h3{
    margin-bottom: 1em;
}
#wednesday{
    clear: both;
    background-color: #950714;
    text-align: center;
     max-width: 70% ;   
}
#col3{
    margin-top: 100px;
    float: right;
    width: 50%;
    font-size: 20px;
}
#wednesday img{
    float: left;
    width: 50%;
    clear: both;
    height: 300px;
    margin-bottom: 10px;
    margin-top: 5px;
}
/* thursday */
#thursday h2{
    margin-top: 50px;
    padding: 0.5em 0;
    color: #fff;
}
#thursday h3{
    margin-bottom: 1em;
}
#thursday{
    clear: both;
    background-color: #950714;
    text-align: center;
     max-width: 70% ;   
}
#col4{
    margin-top: 100px;
    float: left;
    width: 50%;
    font-size: 20px;
}
#thursday img{
    float: right;
    width: 50%;
    clear: both;
    height: 300px;
    margin-bottom: 10px;
    margin-top: 5px;
}
/* friday */
#friday h2{
    margin-top: 50px;
    padding: 0.5em 0;
    color: #fff;
}
#friday h3{
    margin-bottom: 1em;
}
#friday{
    clear: both;
    background-color: #950714;
    text-align: center;
     max-width: 70% ;   
}
#col5{
    margin-top: 100px;
    float: right;
    width: 50%;
    font-size: 20px;
}
#friday img{
    float: left;
    width: 50%;
    clear: both;
    height: 300px;
    margin-bottom: 10px;
    margin-top: 5px;
}

/* saturday */
#saturday h2{
    margin-top: 50px;
    padding: 0.5em 0;
    color: #fff;
}
#saturday h3{
    margin-bottom: 1em;
}
#saturday{
    clear: both;
    background-color: #950714;
    text-align: center;
     max-width: 70% ;   
}
#col6{
    margin-top: 100px;
    float: left;
    width: 50%;
    font-size: 20px;
}
#saturday img{
    float: right;
    width: 50%;
    clear: both;
    height: 300px;
    margin-bottom: 10px;
    margin-top: 5px;
}

/* sunday */
#sunday h2{
    margin-top: 50px;
    padding: 0.5em 0;
    color: #fff;
}
#sunday h3{
    margin-bottom: 1em;
}
#sunday{
    clear: both;
    background-color: #950714;
    text-align: center;
     max-width: 70% ;   
}
#col7{
    margin-top: 100px;
    float: right;
    width: 50%;
    font-size: 20px;
}
#sunday img{
    float: left;
    width: 50%;
    clear: both;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 5px;
}

aside p{
    line-height: 1.5em;
    padding: 0 1em;
}