Description
This painting is about the special light that hovers above the ocean on the horizon line. It’s the first sign you get that the ocean is close.
It rained all day and the air is still moist but the light is enticing…
/*============================================ Change the image size on blog module =============================================*/ add_filter( 'et_pb_blog_image_height', 'blog_module_image_size_h' ); add_filter( 'et_pb_blog_image_width', 'blog_module_image_size_w' ); function blog_module_image_size_h($height) { return '9999'; } function blog_module_image_size_w($width) { return '9999'; } ?>
This painting is about the special light that hovers above the ocean on the horizon line. It’s the first sign you get that the ocean is close.
It rained all day and the air is still moist but the light is enticing…