/*
Theme Name: P2C
Author: Pixel2code
Author URI: http://pixel2code.nl/
Description: Wordpress theme for p2c.
Version: 1.0
Text Domain: p2c
*/
.logged-in header{
    top: 32px;
}
.text-center{
    text-align: center;
}
.gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 0 !important;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Ensures responsive scaling */
    display: block;
}
.current-menu-item > a{
    color: #0fb2d7;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Ensures responsive scaling */
    display: block;
}