
/* SOCIAL NETWORKS */
/* Images/Classes are named based on 
   the associative array keys in config.php */

   
.instagram {
  color: white;
  /*background-color: #000;*/
}

.imageonly .content, .imageonly .content p {
  padding: 0px;
  margin: 0px;
}


.imageonly .content a {
  display: inline;
}

.imageonly .content img {
  width: 100%;
  max-width: 100%;
}


.imageonly .footer {
  position: absolute;
  left: 20px;
  bottom: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
  border-radius: 10px;
}

.imageonly:hover .footer {
  background-color: rgba(0,0,0,0.5);
}

.pinterest {
  color: white;
  background-color: #cf063f;
}

.twitter {
  background-color: #f6f6f6;
}

.twitter>div.content p, .twitter>div.content p a {
  color: #34677E;
}

.facebook, .instagram {
  color: #34677E;
  background-color: #f6f6f6;
}

.facebook>div.content p, .facebook>div.content p a, .instagram>div.content p, .instagram>div.content p a  {
  color: #34677E;
}

.blog {
  color: white;
  background-color: #34677E;
}

.blog a {
  color: #EAE5C4;
  text-decoration: none;
}

.blog .content a.submit_button {
  background: #EAE5C4;
  color: #34677E !important;
}

.imageonly {
  background-color: transparent;
}

/*.stackoverflow .footer, .stackoverflow .header {*/
  /*color: white;*/
  /*background-color: #FE7A15;*/
/*}*/

/*.reddit .footer, .reddit .header{*/
  /*color: white;*/
  /*background-color: #FF4500;*/
/*}*/



/*.github .footer, .github .header {*/
/*color: white;*/
/*background-color: #666;*/
/*}*/

/*.google-plus .footer, .google-plus .header {*/
/*color: white;*/
/*background-color: #333;*/
/*}*/