@charset "UTF-8";
/* CSS Document */

body {
    background-color: black !important;
}

#wrapper {
	margin:auto;
	max-width: 900px;
	width: 96%;
}

#banner {
	float: left;
	margin-top: 10%;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}
		
.text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 150%;
	color: white;
	text-align:center;
	margin: 5% auto 0 auto;
	letter-spacing: 17px;
}
		
		
		
		@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #000000;
}
.social-btns .btn.instagram:before {
  background-color: #c32aa3;
}
.social-btns .btn.instagram .fa {
  color: #000000;
}
.social-btns .btn.pinterest:before {
  background-color: #cb2027;
}
.social-btns .btn.pinterest .fa {
  color: #000000;
}
.social-btns .btn.linkedin:before {
  background-color: #007bb6;
}
.social-btns .btn.linkedin .fa {
  color: #000000;
}
.social-btns .btn.envelope:before {
  background-color: #e95950;
}
.social-btns .btn.envelope .fa {
  color: #000000;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
	height: 90px;
	width: 100%;
	margin: 5% auto;
	font-size: 0;
	text-align: center;
	float: left;
}

.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
}

		
