
#pagewrap{
  max-width:80%;
  margin: 3.5vh auto 0 auto;
  background-color: #f7f7f7;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#eventitle h1{
color:orange;
font-weight: bold;
text-transform: uppercase;


}
header{
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.header-content{
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}

header h1{
  font-weight: 600;
  line-height: 1px;
}

header h1 a{
  vertical-align: middle;
  font-size: 1.5em;
  margin-left: 20px;
  color: inherit;
}

header h4{
  font-size: 0.90em;
  font-weight: 600;
  color: blue;
  letter-spacing: 1.5px;
}

.cal{
  height: 65%;
  overflow-y: scroll;
}

.calendar{
  width: 100%;
  padding: 0px 0 10px 0;
  background-color: #fff;
  display:  none;
}

#pagewrap table{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
}

#pagewrap table th{
  color: #ccc;
  font-size: .80em;
}

#pagewrap table td{
padding: 10px;
  font-size: .90em;
  font-weight: 600;

}

.package-arrived{
  background-color: #fda84b;
  color: #fff;
}

.pickup{
  background-color: #67c;
  color: #fff;
  border-radius: 50%;
}

.hold-arrive{
  background-color: #fda84b;
  color: #fff;
}

.hold-one{
  border-radius: 50px 0 0 50px;
}

.hold-three{
  border-radius: 0 50px 50px 0;
}

.package-schedules{

  width: 90%;
  margin: 0 auto;
  margin-bottom: 3vh;
}

.package-schedules article{
  margin: 15px 0;
  background-color: #fff;
  position: relative;
}

.on-hold-arrival{
  border-left: 5px solid #fda84b;
}

.pickup-appointment{
  border-left: 5px solid #67c;
}

.package-schedules article p{
  display: inline-block;
  padding: 15px;
}

.package-schedules article:nth-child(3){
  margin-bottom: 0;
}

.package-schedules article:nth-child(3):after{
  content: "";
  border-bottom: 1px solid #ccc;
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 1;
}

.package-schedules article:nth-child(4){
  margin: 0 auto;
}

.package-schedules p:first-child{
  width: 60px;
  text-align: center;
  padding: 0;
  border-right: 1px solid #ccc;
}

.date-header{font-size: 1.2em; font-weight: 600;}
.day{font-size: .80em; color: #bbb; font-weight: 600;}
.month2{ color: red; font-weight: 200;}
.year2{ color: blue; font-weight: 300;}
.package-stat{font-size: 1em;color:#fda84b; font-weight: 600; letter-spacing: 1px; vertical-align: middle;}
.sched-desc{font-size: .95em; color: #000000; font-weight: 600;}

nav{
  background-color: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0px -2px 5px 0px rgba(173,171,173,1);
}

nav ul{
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

nav ul li{
  display: inline-block;
  padding: 20px 20px 10px 20px;
  position: relative;
}

nav .fa{
  color: #888;
  font-size: 1.5em;
}

nav .fa-plus{
  padding: 8px 15px;
  font-size: 3em;
  background-color: #fda84b;
  border-radius: 5px 5px 0 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
