@font-face {
  font-family: "SF Compact Display Thin";
  src: url("sf-compact-display-thin-58646eb43a785.woff");
}

body {
  font-family: 'SF Compact Display Thin',
    'SF Compact Display Medium',
    'sans-serif';
}
h1,a,p, small, li {
  font-family: 'Catamaran'
}

.bg-1 {
  background-image: url("../img/1.jpg");
}

.bg-2 {
  background-image: url("../img/2.jpg");
}

.bg-black {
  background-color: black;
}

.btn-black {
  color: white;
  border: 1px solid white;
  border-radius: 300px;
}

.btn-black:hover {
  background-color: black;
  color: white;
}

.part>img {
  object-fit: contain;
  margin-left: 2em;
  margin-right: 2em;
  max-width: 150px;
  max-height: 15vw;
}

ul {
  list-style-type: none;
}

.min-vh-85 {
  min-height: 85vh;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

div.d-flex img {
  width: 300px;
  margin: 10px;
}