body{
	padding-top: 70px;
	background: #3BB09A;
  	color: #fff;
  	font-family: 'Raleway', sans-serif;
}
html{
	height: 100%;
}
strong{ 
	font-size:50px;
}
.jumbotron{
	color: #2c3e50;
	background: #ecf0f1;
	/*position: relative;*/
}
.navbar-inverse{
	color: #2c3e50;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
}
.navbar-inverse .navbar-brand{
	color: white;
}
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
	margin-left: 12.5%;
	margin-right: 12.5%;
}
a {
  color: #fff;
  text-decoration: none;
}
.social {
  position: fixed;
  top: 50px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 30px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox img {
          border: none;
          box-shadow: 0 1px 7px rgba(0,0,0,0.6);
          -o-transform: scale(1,1);
          -ms-transform: scale(1,1);
          -moz-transform: scale(1,1);
          -webkit-transform: scale(1,1);
          transform: scale(1,1);
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
} 
.fancybox:hover img {
          position: relative;
          z-index: 999;
          -o-transform: scale(1.03,1.03);
          -ms-transform: scale(1.03,1.03);
          -moz-transform: scale(1.03,1.03);
          -webkit-transform: scale(1.03,1.03);
          transform: scale(1.03,1.03);
}
