/* --- PREVENTION main --- */

 #prevention div {
  display: inline;
  margin: 0 1% 0 1%;
  width: 18%;
  float:left;
  height:250px;
}

#prevention div div.content,
#prevention div div.file {
   width: 100%;
}

.contentbox-1 {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.contentbox-2 {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.contentbox-3 {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.contentbox-4 {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.contentbox-5 {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

 #foster-care div {
  display: inline;
  margin: 0 1% 0 1%;
  width: 23%;
  float:left;
  height:auto;
  text-align:center;
}

#foster-care div div.content,
#foster-care div div.file {
   width: 100%;
}
#foster-care div img {
  width: 266px;
  height: auto;
}
.foster-contentbox-1 {
    background-color: #a8a3e8;
    border: 1px solid #706d9c;
}
 
.foster-contentbox-2 {
    background-color: #f5f29f;
    border: 1px solid #adab71;
}
 
.foster-contentbox-3 {
    background-color: #65ffc5;
    border: 1px solid #4bbd92;
}
 
.foster-contentbox-4 {
    background-color: #ffa6a6;
    border: 1px solid #bd7b7b;
}
 
.foster-contentbox-5 {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}

.social {
  text-align: center;
}

.social span.ext {
   background:none;
}


.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px dashed white;
  background-clip: content-box;
  padding: 10px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-right: 15px;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 20px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 20px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

.social .link.google-plus {
  background-color: tomato;
  color: white;
}

.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}
