h1, p {
  color: white;
}

.list-inline > li {
  display: inline-block;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#title{
	font-size: 32px;
	font-weight: bold;
  color: white;

}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: white;
}

.footer > p {
  line-height: 7px;
  color: white;
}

/* Style all font awesome icons */
.fa {
	padding: 15px;
	font-size: 30px;
	/*width: 50px;
  height: 50px;*/
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
transform: scale(1.1);
border-radius: 10px;
}

/* Video Grid Settings */
.video-wrapper{ margin:0;}
.video-one {float:left; width:50%; overflow:hidden;}
.video-two {float:left; width:50%; overflow:hidden;}

iframe:hover{
  transform: scale(1.05);
  border:groove;
  border-color: red; 
  transform: scale(1.04);
  /*transform: skewX(10deg);*/
}

.fa-facebook {
  background: #3B5998;
  color: white;
  transition: 1s;
}

.fa-linkedin {
  background: #04669A;
  color: white;
  transition: 1s;
}

.fa-instagram {
	background: #2C6A93;
	color: white;
  transition: 1s;
}

.fa-android {
	background: #a4c639;
	color: white;
  transition: 1s;
}

.fa-github {
	background: #040204;
	color: white;
  transition: 1s;
}
