/*
Theme Name: Segue 2020
Theme URI:
Author: Elliot Toman
Author URI: https://www.asubtleweb.com
Description: Custom theme for Segue Cloud Services by A Subtle Web
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

@import  url('assets/css/fonts.css?v=20230309b');
@import   url('assets/css/base.css?v=20230309b');
@import url('assets/css/tablet.css?v=20230309b');

:root {
    --primary: #C9D4D9;
    --secondary: #D0DCE2;
    --eggshell: #F8F8F8;
    --dark: #797C89;
    --medium: #9DA4B4;
    --light: #C9C3CF;
    --heading: 'Benton';
    --body: 'Elena';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.asw .has-white-color { color: white; }
.asw .has-white-background-color { background-color: white; }
.asw .has-black-color { color: black; }
.asw .has-black-background-color { background-color: black; }

.asw .wp-block-columns {
    margin-bottom: 0;
}

@media screen and ( max-width: 781px ) {
    .asw .wp-block-columns {
        display: block;
    }
}

@media screen and ( min-width: 600px ) and ( max-width: 781px ) {
    .asw .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}



