/* social buttons sidebar */
@media only screen and (max-width: 955px) { 
	.fa {
	  padding: 1px;
	  font-size: 20px;
	  width: 45px;
	  text-align: center;
	  text-decoration: none;
	  margin: 1px 1px;
	}

	.icon-bar {
	  position: fixed;
	  bottom: 0%;
	  left: 0%;
	  width: 330px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
	
	.icon-bar a {
	  display: inline;
	  text-align: center;
	  padding: 6px;  
	  padding-left: 14px;
	  padding-right: 14px;
	  transition: all 0.3s ease;
	  color: white;
	  font-size: 20px;
	}
	
	.blankbox {
		display: block;
		height: 50px;
		width: 100%;
		background-color: white;
	}
}

@media only screen and (min-width: 955px) { 
	.icon-bar {
	  position: fixed;	  
	  top: 50%;
  	  right: 0%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
	
	.icon-bar a {
	  display: block;
	  text-align: center;
	  padding: 14px;
	  transition: all 0.3s ease;
	  color: white;
	  font-size: 20px;
	}
	
	.blankbox {
		display: none;
		width: 100%;
	}
}

.icon-bar a:hover {
  opacity: 0.7;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.pinterest {
  background: #cb2027;
  color: white;
}

.instagram {
  background: #125688;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}