/*This website is the child of a parent template. Any CSS changes that need to be made for all Echelon orgs should be made to https://host7.viethwebhosting.com/~art1/css/style.css rather than each child's CSS file.

This file should only be used in the case of a one-off change specific to this org rather than all chapters.*/

a:is(:hover, :focus) {
    outline: 0px;
}

a:focus-visible {
    outline: 2px solid #ed1c2b; /*hex color can be replaced here with org color or link color*/
}

/* rows and columns margin inside grid+ */
#gm-canvas .row, #gm-canvas .column {
    margin-top: 1em;
    margin-bottom: 1em;
}

.embed-wrapper { display: contents; }

