/* WCS main css */

#logo {
  height: 100px;
  margin: 10px;
}


.pusher .inverted.zebra.stripe {
  
}

.general-content-container {
  overflow: hidden;
}

.content-container {
  /* position: relative;*/
}

.block-content {
  position: relative;
  z-index: 1;
}

.block-bg-img {
  position: absolute;
  width: 800px;
  height: 100%;
  top: 0px;
  left: calc(100% / 2 - 400px);
  filter: blur(3px) brightness(0.4);
  transition: all ease 0.2s;

  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.content-container:hover {
  cursor: pointer;
}

.content-container:hover .block-bg-img { 
  filter: blur(0px) brightness(0.5);
}

.ui.vertical.stripe {
  padding: 2em 0em;
  border-bottom: 10px solid transparent;
}

.ui.vertical.stripe h3 {
  font-size: 1.5em;
  padding: 10px;
  background: rgba(0,0,0,.5);
  display: inline-block;
  margin-bottom: 5px;
}

.ui.vertical.stripe p {
  font-size: 1.1em;
}

.footer {
  padding: 3em !important;
}

.segment {
  margin: 0px !important;
  border-radius: 0px !important;
}

a p {
  color: white;
}