/* CSS Document */
BODY {
FONT-FAMILY: Helvetica, sans-serif;
FONT-SIZE: 85%;
color: rgb(0, 0, 0);
background-color: #fff;
background-repeat: repeat;
}
.header {
padding: 6px 0 20px 10px;
height:80px;
width:99%;
float:left;
}
.clear {clear:both;padding: 4px 8px 4px 8px;}
.small {text-decoration: none; FONT-WEIGHT: regular; padding:10px 0 10px 0;background-color: rgba(232, 232, 232, 1);}
.right {float:right;padding:10px;}
strong {text-decoration: none; FONT-WEIGHT: bold;FONT-SIZE: 800%; padding:60px 4px 60px 4px;}
 
p {margin:16px 0 12px 0; padding:0 14px;color:#000;FONT-SIZE: 110%; line-height: 150%;}
a { color: #000; text-decoration: none; FONT-WEIGHT: regular;}
a:hover { color: #09f; font-family: Helvetica, sans-serif; text-decoration:none; cursor:hand; }
sup {FONT-SIZE: 70%;}
h1 {font-size: 80%;word-break: break-all;}
.spin {padding: 0px;}
h3 {margin:12px 0 12px 0; padding:0 14px;color:#000;FONT-SIZE: 130%}

.small2 {text-decoration: none; FONT-WEIGHT: regular; background-color: rgba(0, 255, 102, 1); background-image: url(i/Design_is_how_it_works-04.png); background-repeat: repeat; }
.small3 {text-decoration: none; FONT-WEIGHT: regular; background-color: rgba(0, 255, 102, 1); background-image: url(i/Design_is_how_it_works-02.gif); background-repeat: repeat; }
.small4 {text-decoration: none; FONT-WEIGHT: regular; background-color: rgba(0, 255, 102, 1); background-image: url(i/zoe-ux-snapshots-02.png); background-repeat: repeat; }
.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 255, 102, 1);
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: 000;
  font-size: 180%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* =^..^= */

* {
  box-sizing: border-box;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: rgba(232, 232, 232, 1);
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 200 10px Helvetica,sans-serif;
}
.clickme-button {
color: #fff;
font: 1.5em/2.5 Helvetica,sans-serif;
position: relative;
text-decoration: none;
}
a.clickme-button {
    background: #1c1c1c;
    border: none;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #1c1c1c;
    position: relative;
    text-decoration: none;
    border-radius: 9px;
}   
a.clickme-button:hover, a.clickme-button:focus {
    background-color: #000;
    content:'';
}
a.clickme-button button {
    color: #fff;
    background: none;
    border: none;
    position: relative;
    font: 0.8em/1.12 Helvetica,sans-serif;
    content:'';
}
/* =^..^= */
