Center for the Arts to Open Two New Exhibitions on June 4th

PANAMA CITY, Florida (May 25, 2020) – The Center for the Arts will be premiering two new exhibitions. The Main Gallery will be filled with the art of Al Feinstein, a contemporary artist who produces paintings of many themes. Al Feinstein was born and raised in New York on Long…

PANAMA CITY, Florida (May 25, 2020) – The Center for the Arts will be premiering two new exhibitions.

The Main Gallery will be filled with the art of Al Feinstein, a contemporary artist who produces paintings of many themes.

NUESTRA ARTIST - AL FEINSTEIN

Al Feinstein was born and raised in New York on Long Island, and was fortunate enough to know, as a seventh grader, he was destined to be an architect and artist. After a successful forty-year practice as a licensed architect, he has begun the serious business of art.

“My objective is to make art and my paintings enjoyable to as many people as possible,” said Al Feinstein. “The intention is to arouse a strong reaction from the viewer, which translates to a feeling of familiarity and emotion, which then becomes a memory of the work.”

Feinstein’s art is created with a graphics quality in the background, using bright colors in sometimes startling combinations. He believes that the subject of the painting is the important factor, rather than the peripheral areas. His abstract expressionism work uses acrylic paint and wood oil stain on canvas in a manner that forces the eye to travel to all parts of the piece.

“We’re excited to be able present both of these solo exhibitions to our community,” said Jayson Kretzer, executive director of Bay Arts Alliance. “Both of these artists have extraordinary talent and generous souls. I was first exposed to Mr. Feinstein’s art at his exhibition at Gulf Coast State College and I knew immediately that I wanted to showcase his work here in the Center for the Arts. Olga Guy has been a staple in our community exhibits and we are also working with her on a beautiful mural she is painting downtown.”

In the Miller Gallery, the work of Olga Guy, local watercolor artist & instructor, will be on display.

NUESTRA ARTIST - OLGA GUY

Olga Guy was born in Honduras, but has lived in Bay County since 2009. While she has been doing art all her life, she started selling her work in 2013 and began teaching art in 2018. Though she spent many years studying with different watercolor artists, she credits Jan Benicoff, a local watercolor instructor, with helping to get her career started as a full-time artist.

This will be her first solo show at the Center for the Arts.

“It’s a great honor to have my first solo show at the Center for the Arts. As a local artist, I feel it’s very rewarding to be given the time and space to share with our community,” said Olga. “As an instructor, I am glad to have the opportunity to show my students what can be achieved if you study, work hard, and have a passion for the arts.”

The series on exhibit will be “Underwater,” a selection of watercolor paintings of sea creatures Olga carefully designed so that the composition of each painting leads the viewer’s eyes to make a connection with the organic shapes and vibrant colors. She has been working on this series since 2014, inspired by the great variety of aquatic life along the Emerald Coast.

All exhibitions will open on Friday, June 4 and will continue through June 26. There will be a meet-the-artists reception on Friday, June 11 from 5pm – 7pm. Light refreshments will be served. Admission is free.  Visit the Panama City Center for the Arts, go here:  https://www.facebook.com/artspanamacity

Tags:

Related posts

A group of people, including Santa Claus, elves, and children, pose in front of a black limousine outdoors on the Emerald Coast. Some wear festive Christmas outfits, and everyone is smiling. Text reads "Christmas Miracle Children's Fiesta 2015.

20th Anniversary of the Emerald Coast Christmas Miracle Fiesta

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

20th Anniversary of the Emerald Coast Christmas Miracle Fiesta Organized by United for a Good Cause Inc., Date 22 Dec at the NWF Fairgrounds.That event will be followed by the…

View post
A woman with long blonde hair is smiling, wearing a dark blazer and a beaded necklace. Behind her, the American flag waves proudly against a blue backdrop, reminiscent of an auto draft caught mid-motion in the breeze.

Debbie Mucarsel-Powell

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

In this edition, we feature an interview with US Senate Candidate, Debbie Mucarsel-Powell, Democrat, Florida.

View post
A group of men are gathered in an office setting. One man stands speaking, wearing a blue blazer, while others sit around a table with coffee cups and documents. Large windows show an outdoor view.

HFL

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>
View post
<script>
  /*Source: https://github.com/Krzysztof-Antosik/Two-direction-Sticky-Sidebar*/
  
  // Verificar el ancho de pantalla al cargar y redimensionar
  function checkScreenWidth() {
    if (window.innerWidth <= 767) {
      // Si la pantalla es menor o igual a 676px, no ejecutar el código
      return;
    }

    const stickyElement = document.querySelector('.fb-sidebar__aside');
    const startPosition = stickyElement.getBoundingClientRect().top;

    let endScroll = window.innerHeight - stickyElement.offsetHeight - 500;
    let currPos = window.scrollY;
    let screenHeight = window.innerHeight;
    let stickyElementHeight = stickyElement.offsetHeight;
    let topGap = 40;
    let bottomGap = 40;

    setTimeout(() => {
      if (stickyElement.hasAttribute('data-top-gap')) {
        const dataTopGap = stickyElement.getAttribute('data-top-gap');
        topGap = dataTopGap === 'auto' ? startPosition : parseInt(dataTopGap);
      }

      if (stickyElement.hasAttribute('data-bottom-gap')) {
        bottomGap = parseInt(stickyElement.getAttribute('data-bottom-gap'));
      }
    }, 100);

    stickyElement.style.position = 'sticky';
    stickyElement.style.top = `${topGap}px`;
    stickyElement.style.height = 'fit-content';

    function positionStickySidebar() {
      endScroll = window.innerHeight - stickyElement.offsetHeight - bottomGap;
      const stickyElementTop = parseInt(stickyElement.style.top.replace('px', ''));

      if (stickyElementHeight + topGap + bottomGap > screenHeight) {
        if (window.scrollY < currPos) {
          if (stickyElementTop < topGap) {
            stickyElement.style.top = `${stickyElementTop + currPos - window.scrollY}px`;
          } else if (stickyElementTop >= topGap && stickyElementTop !== topGap) {
            stickyElement.style.top = `${topGap}px`;
          }
        } else {
          if (stickyElementTop > endScroll) {
            stickyElement.style.top = `${stickyElementTop + currPos - window.scrollY}px`;
          } else if (stickyElementTop < endScroll && stickyElementTop !== endScroll) {
            stickyElement.style.top = `${endScroll}px`;
          }
        }
      } else {
        stickyElement.style.top = `${topGap}px`;
      }
      currPos = window.scrollY;
    }

    function stickyElementToMe() {
      stickyElement.style.top = `${topGap}px`;
    }

    function updateSticky() {
      screenHeight = window.innerHeight;
      stickyElementHeight = stickyElement.offsetHeight;
      positionStickySidebar();
    }

    setTimeout(() => {
      window.addEventListener('resize', () => {
        currPos = window.scrollY;
        updateSticky();
      });

      document.addEventListener('scroll', updateSticky, {
        capture: true,
        passive: true
      });
    }, 1000);
  }

  // Verificar el ancho de pantalla al cargar y redimensionar
  window.addEventListener('load', checkScreenWidth);
  window.addEventListener('resize', checkScreenWidth);
</script>