@import url(https://fonts.googleapis.com/css?family=Poppins:300,700);

body{
  background-color: black !important;
  text-align: center;
  margin: 0px;
}

.background {
  background-image: url('../img/cerebral_iso.png');
  filter: blur(1.2rem);
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -100;
}

.content {
  z-index: 1000;
}

.project {
  font-family: 'Poppins:400,700', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 350px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.project * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.project img {
  max-width: 100%;
  vertical-align: top;
}
.project figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.project h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.project .title1 {
  font-weight: 700;
}
.project .title2 {
  color: #a58e7c;
  font-weight: 300;
}
.project .title3 {
  font-weight: 700;
  font-size: 25px;
}
.project .project-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project:hover img,
.project.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}

.cerebral-logo {
  margin: 40px;
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .cerebral-logo {
    width: 70%;
  }
}


.icons {
  margin-top: 10px;
}

.project-icons{
  margin-top: 10px;
  z-index: 1000;
}

.project-icons .bi
{
  font-size: 28px;
  color: white;
  margin-left: 0px; 
  margin-right: 10px;
}

.bi:hover
{
  color: red;
}

.bi
{
  font-size: 40px;
  color: white;
  margin-left: 8px;
  margin-right: 8px;
}