header {
/*   position: sticky; */
/*   top: 0; */
/*   z-index: 9999; */
/*   height: 4em; */
  background: #F5F5F5;
/*   display: flex !important; */
/*   justify-content: space-between; */
/*   align-items: center; */
/*   padding: .5em 2em; */
}

body {
  background: #F5F5F5;
/*   padding: 0 !important; */
}

.caseItem {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  background: white;
  margin-top: 4em;
  margin-bottom: 2em;
}

.caseItem .date {
  text-align: right;
  padding: 1em 2em;
  font-family: 'URW Chancery L';
  font-size: 1.5em;
}

.caseItem img {
  margin-bottom: 2em;
  width: 100%;
}

.caseItemInfo {
  line-height: 2em;
  padding: 0 2em 2em 2em;
  text-align: justify;
}

.caseItem a {
  text-align: center;
  padding-bottom: 2em;
}

.caseItem button {
  background: white;
  font-weight: bold;
  border: 1px solid #5d5d5d;
  padding: 1em 2em;
  color: #5d5d5d;
}

.caseItem button:hover {
  color: #1C110A;
}

.createImg {
  box-shadow:inset 0px -3px 7px 0px #29bbff;
  background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color:#2dabf9;
  border-radius:3px;
  border: none;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  padding:9px 23px;
  text-decoration:none;
  text-shadow:0px 1px 0px #263666;
  margin-top: .5em;
}
.createImg:hover {
  background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color:#0688fa;
}
.createImg:active {
  position:relative;
  top:1px;
}

.deleteImg, .trash, .btn-delete {
  box-shadow:inset 0px 1px 0px 0px #cf866c;
  background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  background-color:#d0451b;
  border-radius:3px;
  border: none;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  padding:9px 23px;
  text-decoration:none;
  text-shadow:0px 1px 0px #854629;
}
.deleteImg:hover, .trash:hover, .btn-delete:hover {
  background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  background-color:#bc3315;
}
.deleteImg:active, .trash:active, .btn-delete:active {
  position:relative;
  top:1px;
}

.pencil {
  box-shadow:inset 0px 1px 0px 0px #9acc85;
  background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  background-color:#74ad5a;
  border-radius:3px;
  border:none;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  padding:9px 23px;
  text-decoration:none;
}
.pencil:hover {
  background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
  background-color:#68a54b;
}
.pencil:active {
  position:relative;
  top:1px;
}

.nav #home:after {
  background-color: #F5F5F5;
}

.nav #news:after {
  background-color: #F5F5F5;
}

.nav #products:after {
  background-color: #F5F5F5;
}

.nav #case:after {
  background-color: #F5F5F5;
}


.nav #contact:after {
  background-color: #F5F5F5;
}
