/*
Theme Name: OKO Theme
Text Domain: OKO Theme
Version: 1.0
Description: Theme created for OKO Ochota
Tags: responsive, wcag 2.1
Author: Maciej Fleiszfreser
*/
@import url('/assets/css/general-sans.css');


@font-face {
    font-family: 'GeneralSans-Variable';
    font-family: 'GeneralSans-VariableItalic';
    font-family: 'GeneralSans-Extralight';
    font-family: 'GeneralSans-ExtralightItalic';
    font-family: 'GeneralSans-Light';
    font-family: 'GeneralSans-LightItalic';
    font-family: 'GeneralSans-Regular';
    font-family: 'GeneralSans-Italic';
    font-family: 'GeneralSans-Medium';
    font-family: 'GeneralSans-MediumItalic';
    font-family: 'GeneralSans-Semibold';
    font-family: 'GeneralSans-SemiboldItalic';
    font-family: 'GeneralSans-Bold';
    font-family: 'GeneralSans-BoldItalic';
    
    src: url('/assets/css/general-sans.css');
    }
    
 
  

 
  /*galleria */

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-auto-rows: calc(25% - 0.5rem);
    grid-gap: 0;
    width: 100%;
  }
  
  .gallery a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  
  .gallery img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
 
  .image-background {
    background-size: cover;
    background-position: center center;
    height: 400px;
  }

/*zajecia-prowadzący */
.row {
    display: flex;
  }
  
  .col {
    flex: 1;
    padding: 0 10px;
  }
  
  .col-image {
    display: flex;
    justify-content: left;
    align-items:left;
  }
  
  .per {
    max-width: 200px;
    height: auto;
    display: block;
  }
  
  
  .icon {
    width: 32px; /* adjust the icon size as needed */
    height: 32px;
    margin-right: 8px; /* space between the icon and the text */
  }
  
  .text {
    font-size: 16px; /* adjust the text size as needed */
  }




