@import url('https://fonts.googleapis.com/css?family=Catamaran:900|Fira+Sans:900|Lora:700|Merriweather:900');

/* shared */



body div#coidea .grid .grid-item {
  position: relative;
  display: block;
  width: 100%;

  overflow: hidden;

}

body div#coidea .grid .grid-item .image {
  position: relative;
  display: block;
  width: 100%;

  height: auto;
  overflow: hidden;

}


/* effect-first */



body div#coidea.effect-1st .grid .grid-item .image .overlay {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body div#coidea.effect-1st .grid .grid-item .content h2 {
  font-size: 64px;
  line-height: 72px;
  padding-top: 32px;
  color: #F8F8F8;
  text-shadow: 0px 7px 15px #121212;
}


/* effect-second */

body div#coidea.effect-2nd {
  background: #F8F8F8;
  font-family: 'Catamaran', sans-serif;
}

body div#coidea.effect-2nd .grid .grid-item .image .overlay1 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body div#coidea.effect-2nd .grid .grid-item .image .overlay2 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 33.3333%;
}

body div#coidea.effect-2nd .grid .grid-item .image .overlay3 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 66.6666%;
}


/* effect-third */

body div#coidea.effect-3rd {
  background: #121212;
  font-family: 'Fira Sans', sans-serif;
}

body div#coidea.effect-3rd .grid .grid-item .image .overlay1 {
  background-color: #121212;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 0;
  top: 0;
}

body div#coidea.effect-3rd .grid .grid-item .image .overlay2 {
  background-color: #121212;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 33.3333%;
  top: 0;
}

body div#coidea.effect-3rd .grid .grid-item .image .overlay3 {
  background-color: #121212;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 66.6666%;
  top: 0;
}

body div#coidea.effect-3rd .grid .grid-item .content h2 {
  font-size: 64px;
  line-height: 72px;
  padding-top: 32px;
  color: #F8F8F8;
  text-shadow: 0px 7px 15px rgba(34,34,34,1);
}

/* effect-fourth */

body div#coidea.effect-4th {
  background: #F8F8F8;
  font-family: 'Catamaran', sans-serif;
}

body div#coidea.effect-4th .grid .grid-item .image .overlay1 {
  background-color: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  top: -50%;
}

body div#coidea.effect-4th .grid .grid-item .content h2 {
  font-size: 64px;
  line-height: 72px;
  padding-top: 32px;
  color: #121212;
  text-shadow: 0px 7px 15px rgba(34,34,34,0.15);
}


