body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
}

footer a {
    background-color: #2e77f9;
    color: #ffffff;
    padding: 8px;
    width: 80px;
}

header {
    border-bottom: 3px solid black;
    padding:10px;
    margin-bottom: 230px;
}

h2 {
  color: #000;
  padding: 15px;
  font-size: 43px;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 260px;
  text-decoration: underline;
  text-decoration-color: #f64fd6;
  text-decoration-thickness: 30px;

}

h3 {
    background-color: #43d1bf;
    display: inline;
    color: #ffffff;
    padding:10px;
    font-size: 25px;
    margin: 40px;
}

/* Weekly Buttons navigation*/
#week-nav {
    margin-top: 50px;
    margin-left:40px;
}
#week-nav button{
    padding:7px;
    padding-left:15px;
    padding-right:15px;
}
#week-nav button:hover{
    background-color: #f0f0f0;

}
#week-range-label{
    margin:40px;
}


/*date picker*/
#datepicker{
    padding:20px;
    margin-left:10px;
}


#imgWireframe {
    width: 800px;
    padding: 30px;
}

li {
    padding: 5px;
}

#logo {
    height: 66px;
    padding-left:20px;
}

/*daypart*/
.daypart-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#daypart {
    color: white;
    background-color: #2e77f9;
    border:2px solid white;
    font-weight:bold;
    padding:5px;
}
#daypart:hover{
    border: 2px solid black;
}
#schedule-table {
    width: 80%;
    border-collapse: collapse;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    table-layout: fixed;
}

#schedule-table th, #schedule-table td {
    padding: 12px 10px;
    width: 90px;
    vertical-align: middle;
}

#schedule-table th:first-child,
#schedule-table td:first-child {
    width: 220px;
}

#schedule-table th:nth-child(3),
#schedule-table td:nth-child(3) {
    width: 110px;
}

td {
    text-align: center;
}
td[contenteditable="true"]:hover {
    background-color: #f2f2f2;
}

td[contenteditable="true"]:focus {
    outline: 2px solid #2e77f9;
    background-color: #ffffff;
}

  #cost-totals {
    padding:30px;
    margin: 10px auto 180px auto;
    font-size: 17px;
    font-weight: 600;
  }

  #cost-totals p {
    margin: 10px 0;
  }

  #cost-totals span {
    color: #2e77f9;
    font-weight: 700;
  }

/*Desktop version for screens larger than 1920px*/
@media (min-width: 1920px) {

  body {
    margin: 0 ;
    font-size: 22px;
  }

  header {
    border-bottom: 3px solid black;
    width: 100%;
    margin: 0;
    margin-bottom: 330px;
    padding: 10px 0;
}

  #logo {
    height: 90px;
    padding-left: 40px;
  }

  h2 {
    font-size: 65px;
    margin-left: 70px;
    margin-bottom: 220px;
    padding-bottom: 190px;
    text-decoration-thickness: 50px;

  }
  

  h3 {
    font-size: 34px;
    padding: 14px 20px;
    margin: 60px;
    margin-bottom: 80px;
  }
  
  button, select, option,input {
      font-size:22px;
  }

#daypart{
    font-size:20px;
}
#week-nav {
    font-size: 22px;
    margin-left:50px;
    margin-top:80px;
}
#week-nav button{
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    font-size:22px;
}

/*date picker*/
#datepicker{
    padding:40px;
}

  #imgWireframe {
    width: 1100px;
    display: block;
    margin: 0 auto;
    padding: 40px;
  }

  li {
    font-size: 22px;
    padding: 10px;
  }

  #schedule-table {
    width: 80%;
    margin-bottom: 40px;
    table-layout: fixed;

  }

  #schedule-table th,
  #schedule-table td {
    padding: 20px 18px;
    font-size: 20px;
    vertical-align: middle;
  }
  
    #cost-totals{
     font-size: 27px;
    }

  footer a {
    padding: 12px 18px;
    font-size: 18px;
    width: 120px;
    display: inline-block;
    text-align: center;
  }
}