.image32803 {
   max-height: 30vh;
}

.procasa-header {
  vertical-align: middle;
  padding: 0 10vw 0 10vw;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.procasa-logo {

}
.procasa-logo img {
  width: 222px;
}
.procasa-header a {
  color:#162867!important;
  font-size:2em;
  display: block;
  padding: 10px;
  font-weight: bold;
}

.procasa-logo h1 {
  color:#000034;
}

.call-to-action {
  font-size: 0.9em;
}

.story-box p.procasa-slogan {
  color: #162867;
  font-size: 1.6em;
  font-weight:bold;
}

.menu-header {
  padding: 10px 10% 10px 10%!important;
  text-align:left!important;
}

.parallax40409, .parallax40442, .parallax40445 , .parallax40413 {
  padding:0px !important;
  height:auto!important;
  width:100%;
}
.parallax40409 h1, .parallax40413 h1 {
  text-align: left!important;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  max-width: 80%;
  
}

.parallax-overlay {
  padding: 5% 10% 5% 10%;
  background-color:rgba(6,6,26,.3);
  height:auto!important;
  max-width: 100%;
  box-sizing: border-box;
}


body h3 {
  color: #000034;
}


.full-width-single-story-wrapper {
  padding: 50px 10% 50px 10% !important;
  box-sizing: border-box;
}
.story-box p.procasa-usp {
  color:#F79D02;
  font-size: 1.4em;
  font-weight:bold;
  margin-top: 20px;
}


#col0div .thingcolumnswrapper {
  box-sizing:border-box;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  background-attachment: fixed;
    
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
  grid-gap: 3em;
  justify-content: space-between;
  
  margin-bottom: 50px;
}

/* Here we hide several random elements in the thingcolumnswrapper which destroy our beautiful CSS Grid layout */
#col0div .thingcolumnswrapper > div:last-child,
.thingcolumnswrapper > a,
.thingcolumnswrapper > br,
.thingcolumnswrapper > p {
  display:none;
}



.thingcolumnswrapper .thingcolumns {
  box-sizing:border-box;
  background-color: #f8f8ff;
  margin: 30px 0 0 0;
  padding: 20px 20px 65px 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  text-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  
  width: 100%;

  position:relative;
}


.thingcolumns h5 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 0.6em;
}

.thingcolumns h5 a,
.news-article-single h1 {
  color:#000034!important;
}

.news-pic-2 {
  width: 50%;
  margin: auto;
}

.news-pic-2 img {
  max-height: 200px;
}

.news-article-single {
  box-sizing:border-box;  
  background-color: #f8f8ff;
  margin: 30px 0 0 0;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  text-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.read-more {
  width: 140px;
  background-color: #162867;
  
  position:absolute;
  bottom: 10px;
  left: calc(50% - 70px);
  
}

.read-more:hover {
  background-color: #F79D02; 
}

.read-more a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
}

.read-more a:hover {
  color: #F79D02;
}

.news-back {
  box-sizing:border-box;
  background-color: #6e6b6b;
  border: 1px solid white;
  border-radius: 2px;
  padding: 10px 20px;
}


@media only screen and (max-width: 800px) {
  
  .procasa-header {
    flex-flow: row wrap;
    justify-content: center;
  }  
  .parallax40409 h1, .parallax40413 h1 {
    text-align: center!important;
    font-size: 3em!important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    max-width: 100%;
    
  }
  
}