/*
Theme Name:     Homestead Pre-School STAGING
Theme URI:      http://homestead.selicaro.com/twenty-twenty-four-child
Description:    A theme for the Homestead Pre-school in Vermont.
Author:         Daniel Selicaro
Author URI:     http://selicaro.com
Template:       twentytwentyfour
Version:        1.0.0
Text Domain:    twentytwentyfour-child
*/

/* Import parent theme's styles */
@import url("../twentytwentyfour/style.css");

/* Custom styles can be added below */

.hs_home_mission_col {
    background-color: rgba(65, 60, 88, 0.8);
}

.hs_home_curriculum_col {
    background-color: rgba(255, 255, 255, 0.8);
}

.site-navigation ul.sub-menu {
    width: 500px; /* You can change the width value */
}

/* background: linear-gradient(to right, red, transparent); */

.hs_faq_box {
    border-radius: 20px;
}

/* Homepage Video: Ifrome */

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

div.wp-block-column.hs-home-col.is-layout-flow.wp-block-column-is-layout-flow {
    margin-bottom: 20px;
    }