/*
Theme Name: ACS
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0.65
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blue_vinyard_acs
*/
/* * Theme Name: ACS
 * Version: 1.0.65
 * Theme Name: ACS
 * */
body {
    background-color: #eeeeee;
}

.header_image {
    background: linear-gradient(to top, rgba(67, 66, 66, 0.67), rgba(67, 66, 66, 0.67)), url(images/header.jpg) no-repeat top center;
    background-size: cover;
}

.square_image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.image-16-9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#gallery iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    grid-column: span 2 / span 2;
}

#left_column iframe {
    max-width: 100%;
}

.contact_button {
    width: 35%;
}

.divider-line {
    height: 1px;
}

.gallery-image {
    width: 48.7%;
}

#searchform input#s {
    background-color: #F6F6F6;
    border-color: #ECECEC;
}

#searchform input#s:focus {
    //border-color: chartreuse;
}
