
/* .bdPort {
 
  background-color: #2c2a2a;
 
} */


.bdHome {
  background-image: url(./images/JC-professional.jpg);
  background-color: #cccccc; 
  height: 100%; 
  background-position: center top; 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-attachment: fixed;
}

.bdContact {
  background-image: url(./images/29527519_10215481199164276_192847831_o.jpg); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 100%; /* You must set a specified height */
  background-position: center top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  margin-top: 50px;
  background-attachment: fixed;
}
.fa {
  font-size: 1.5rem;
}

.card-design-intro {
  margin: 25px;
  opacity: 0.85;
  background-color: #2c2a2a;
  margin-top: 75px ;
  padding: 30px;
  margin-top: 100px;
  max-width: 500px;
  min-width: 350px;
}

.card-design {
  margin: 25px;
  opacity: 0.85;
  background-color: #2c2a2a;
  margin-top: 75px ;
  padding: 20px;
}

i {
  font-size: 70px;
  margin: 10px;
  background-color: #ffffff;
  padding: 5px;
}

.row {
  margin-top: 20px;
}

.icons {
  align-items: center;
}


.textintobox {
  color: aliceblue;
  font-size: 18px;
}

.transition-fade {
  opacity: 1;
  transition: 1000ms;
  transform: translateY(0);
}

html.is-animating .transition-fade {
  opacity: 0;
  transform: translateY(0);
}

html.is-leaving .transition-fade {
  opacity: 0;
  transform: translateY(0);
}