/* 
Theme Name: Timrå Betong
Theme URI: https://timrabetong.se
Description: Custom theme for Timrå Betong based on Hello Elementor by Elementor team
Author: Alltid Marknadsbyrå
Author URI: https://alltid.net/
Template: hello-elementor
Version: 1.0.1
Text Domain: timrabetong
License: Private use
*/

/*
    Add your custom styles here
*/

body
{
    border: 20px #fff solid;
}

#staffs
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) ) ;
}

#staffs .staff
{
    padding: 20px;
    background-color: #f1f1f1;
    text-align: center;
}

#staffs .staff img
{
    border: 4px #fff solid;
}

#staffs .staff h3
{
    margin-bottom: 3px;
    font-size: 22px;
}

#staffs .staff h4
{
    font-size: 18px;
    font-weight: 400;
}

#staffs .staff .staff-contact-info
{
    margin-bottom: 3px;
}