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 18em !important; */
}

.search {
  background-image: url('../img/search.png');
  background-size: contain;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: none;
  margin-right: .5em;
  outline: none;
}

input[name=search] {
  padding: .5em;
  width: 150px;
}

.caseTitle {
  letter-spacing: 5px;
  text-align: center;
  font-size: 2.7em;
  margin: 0;
  margin-top: 1em;
}

.caseSubTitle {
  text-align: center;
  color: #59514C;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 2em;
}

.case {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
  box-shadow: 4px 4px 5px #888888;
}

.createCase {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
  border: 1px solid;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.caseImg {
  width: 100%;
}

.caseImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caseInfo {
  background: white;
  width: 25%;
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.caseInfo div {
  text-align: right;
  font-family: 'URW Chancery L';
  font-size: 1.5em;
}

.caseInfo h2 {
  padding-bottom: 4em;
}

.caseInfo a {
  color: #3faa8f;
  font-weight: bold;
}

.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;
}
