@font-face {
    font-family: pottaOne;
    src: url(/font/pottaone-regular.ttf);
  }
h1,h2,h3,h4,h5,li,a,.card-title,.card-body a{
    font-family: pottaOne;
}


.navbar-nav .nav-item .nav-link{
  color: black;
  text-decoration: underline;
}
.navbar-nav .nav-item:hover .nav-link{
  color: red;
}



#about a{
  font-family: pottaOne;
  background-color: red;
  color: white;
  padding: 15px 40px;
}
#about a:hover{
  background-color: black;
  color: white;
}


@media (min-width: 600px) {
  #carouselServices .carousel-inner {
    display: flex;
    padding: 1em;
  }
  #carouselServices .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    padding: 1em;
    display: block;
  } 
  .card .img-wrapper {
    height: 17em;
  }   
  
}
.card{
  margin-top: 3em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  
}
#carouselServices .carousel-control-prev, #carouselServices .carousel-control-next{
  background-color:red;
  width: 5vh;
  height: 5vh;
  top: 0%;
  transform: translateY(-50%);
}
.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
}
.card img {
  max-height: 100%;
}
.card-body{
  background-color: red;
}
.card-body .card-title, .card-text{
  color: white;
}
.card-body a{
  color: red;
}
.card-body a:hover{
  color: white;
  background-color: black;
}


#product h6{
  color:black;
}
#product a{
  font-size: small;
  text-decoration: none;
}



#team img{
  height: 80%;
  border: 10px solid red;
  padding: 15px 15px 70px 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.team-img{
  position: relative;
}
.text-block {  
  background-color: white;
  color: black;
  top: 65%;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.text-block p {  
  color: red;
  font-family: pottaOne;
}


#contact{
  color:white;
  background-color: black;
}
#contact svg{
  width: 2em;
  height: 2em;
}
#contact svg:hover{
  fill: white;
}



.links li a{
    text-decoration:none;
    color: white;
}
.links li a:hover{
  color: red;
}
.links li{
  padding-bottom: 20px;
}


#gallery img{
  width: 90%;
  padding: 5px;
}
#gallery img:hover{
  padding: 0;
  transition: .2s ease;
}
#gallery .col-4{
  padding: 0;
}


.footer{
  color:white;
  background-color: red;
  font-family: pottaOne;
}








#productPage a{
  color: black;
  text-decoration: none;
}