/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom CSS below */
.portrait-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.portrait-link a{
    font-size: 1.0rem;
    color: #5F6558;
	font-weight:800;
}
/*
.fade-carousel {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

