@import 'bootstrap/3.3.5/css/bootstrap.min.css';
@import 'font-awesome/4.4.0/css/font-awesome.min.css';

body {
font-family: 'Fira Sans', sans-serif;
font-family: 'Oswald', sans-serif;
  margin: 0;
-webkit-font-smoothing: none;
  font-weight: 800;
  background-image: url('p/assets/images/images/024/538/827/original/pixel-jeff-clipa-s.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  }
  .banner{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,0.75)),url(attachments/905279333952782357/913663061552947250/image.png);
  background-size: cover;
  background-position: center;
}
 .section-title h2 {
  text-transform: uppercase;
}
.section-title {
  margin: 3% 0;
}
.section-title p {
  text-transform: uppercase;
  font-weight:bold;
}
.single-team{
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow:5px 5px 15px #000;
}

.team-img{
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.team-img img{
  width: 100%;
  transition: .3s;
}
.single-team:hover .team-img img {
  transform: scale(1.1);
}
.team-content {
  height: 80px;
  width: 100%;
  position: absolute;
  text-align: center;
  overflow: hidden;
  bottom: 0;
  transition: all .4s;
  background: tomato;
  z-index:5;
}
.single-team:hover .team-content{
  height: 150px;
}
.team-info {
  padding: 5px 20px 5px 20px;
  transition: all .5s;
}
.single-team:hover .team-content{
  background: #000;
}
.single-team .team-content .team-info h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin: 5px;
}
.single-team:hover .team-info h3{
  color: tomato;
}
.team-info p {
  margin-top: 15px;
  color: #fff;
}
.single-team-text p{
  margin-top: 5px;
}
.team-text {
  color: #fff;
  padding: 0 10px 5px;
}





/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
  z-index: 10;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}
.container {
  width: 80%;
  margin: 0 auto;
}

header {
  background: #FFFFFF;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  width: 70px;
  height: 70px;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 50px;
  padding-top: 30px;

  position: relative;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #000;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}
div.a {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.a h1 {
font-size: 70px;
margin-top: 80px;
}
.a p{
margin: 20px auto;
font-weight: 100;
line-height: 25px;
}

.a1 {
margin-top: -300px;
text-align: right;
margin-left: 300;
width: 50%;
}
.a2 {
margin-top: -700px;
text-align: right;
margin-left: 300;
width: 50%;
}
.center {
  width: 30%;
  position: absolute;
  top: 40%;
  text-align: center;
  color: #fff;
}
.center1 {
  display: block;
  margin-left: 100;
  margin-right: auto;
  margin-top: 850px;
  width: 10%;
}
.center2 {
  display: block;
  margin-left: 100;
  margin-right: auto;
  margin-top: 400px;
  width: 60%;
}

button {
width: 200px;
padding: 15px 0;
text-align: center; 
margin: 20px 10px;
border-radius: 25px;
font-weight: bold; 
border: 2px solid #000000;
background: transparent;
color: #000000;
cursor: pointer;
position: relative;
overflow: hidden;
}
div.b {
  text-align: left;
  font-size: 600px;
}
span{
background: #E6E6FA;
height: 100%;
width: 100%;
border-radius: 25px;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
}
