@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

.bckGrnd{
  background-image: url("/img/hand_shake.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;

}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;

}

.testMn{
  height: 400px;
  width: 84%;
  margin-left: 8%;
  padding: 1%;
  background:lightblue;

}


.spcr{
  height: 120px;
  width: 100%;
  background: transparent;
}

#brand-image{
  max-width:300px;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

body, html {
  height: 100%;
}


body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  text-align: left;

  background: transparent;
  
}
nav h5{
  margin-right: 10.0rem;
}
.Jumbotron{
  color: #212529;
}

.shdw{
  text-shadow: 2px 2px 4px #000000; 
}
.lastPg {

  width: 100%;
  color: white;
  height: 40.0rem;
  padding-top: 80px;
  text-shadow: 2px 2px 4px #000000;
}

.gryBck{
  background-color: #eee;
}
.crcl{
  border-radius: 100%;
  height: 120px;
  width: 120px;
  background-color: lightgreen;  
}

.carousel-caption {

  right: auto;

  padding-left: 10%;
  padding-top: 30%;

  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;  

}

  .carousel-control-next{
    padding: 10% 0px 0px 0px; 
  }
  .carousel-control-prev{
    padding: 10% 0px 0px 0px; 
  } 


/*---Media Queries --*/
@media screen and (max-width:1024px) {
  .carousel-item {
    padding: 20% 0px 0px 0px;  
  }
 
  .carousel-caption {
    font-size: 2.0rem;

  }
  .testMn{
    height: 80%;
    padding: 5%;
  }
  .col-sm-12{
    margin: 5%;
  }

  .col-xs-12{
    margin: 5%;
  }

  #brand-image{
    max-width:200px;
  }  
  
}
@media screen and (max-width:800px) {
  .carousel-item {
    padding: 190px 0px 0px 0px;  
  }
  .carousel-control-next{
    padding: 190px 0px 0px 0px; 
  }
  .carousel-control-prev{
    padding: 190px 0px 0px 0px; 
  }  
  .carousel-caption {

    right: auto;
  
    left: auto;
    top: auto;
    
    font-size: 1.0rem;
    line-height: 20px;
  }

  #brand-image{
    max-width:200px;
  }  
  
}  





