{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "settings": {
        "appearanceTools": true,
        "layout": {
            "contentSize": "42rem",
            "wideSize": "72rem"
        },
        "spacing": {
            "units": ["%", "px", "em", "rem", "vh", "vw"]
        },
        "shadow": {
            "presets": [
                {
                    "name": "Shadow Blue",
                    "slug": "shadow-blue",
                    "shadow": "0px 0px 5px 4px #073AFF6f"
                },
                {
                    "name": "Shadow Auqa",
                    "slug": "shadow-aqua",
                    "shadow": "0px 0px 5px 4px rgba(0,255,255,0.5)"
                }
            ]
        },
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "Verdana,Arial,Helvetica Neue,sans-serif",
                    "slug": "system-fonts-sans-serif",
                    "name": "System Fonts Sans Serif"
                },
                {
                    "fontFamily": "Baskerville,Garamond,Times New Roman,serif",
                    "slug": "system-fonts-serif",
                    "name": "System Fonts Serif"
                }
            ]
        },
        "color": {
            "defaultPalette": false,
            "custom": true,
            "duotone": [],
            "customDuotone": false,
            "defaultDuotone": false,
            "customGradients": true,
            "defaultGradients": true,
            "gradients": [
                    {
                        "slug": "checkerboard-medium",
                        "gradient": "repeating-linear-gradient(200deg, #00FFFF2E 82%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 230% 218%, #00FFFF5E 82%, #073AFF00 100%), linear-gradient(#073aff 0%, #073aff 100%)",
                        "name": "Checkerboard Medium"
                    },
                    {
                        "slug": "big-checkerboard-medium",
                        "gradient": "repeating-linear-gradient(200deg, #00FFFF2E 82%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 230% 218%, #00FFFF5E 70%, #073AFF00 100%), linear-gradient(#073aff 0%, #073aff 100%)",
                        "name": "Big Checkerboard Medium"
                    },
                    {
                        "slug": "checkerboard-light",
                        "gradient": "repeating-linear-gradient(200deg, #00FFFF20 82%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 230% 218%, #00FFFF15 82%, #073AFF00 100%), linear-gradient(#fff 0%, #fff 100%)",
                        "name": "Checkerboard light"
                    },
                    {
                        "slug": "big-checkerboard-light",
                        "gradient": "repeating-linear-gradient(200deg, #00FFFF20 82%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 230% 218%, #00FFFF15 70%, #073AFF00 100%), linear-gradient(#fff 0%, #fff 100%)",
                        "name": "Big Checkerboard Light"
                    },
                    {
                        "slug": "checkerboard-dark",
                        "gradient": "repeating-linear-gradient(200deg, #00FFFF2E 82%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 230% 218%, #00FFFF5E 82%, #073AFF00 100%), linear-gradient(#000080 0%, #000080 100%)",
                        "name": "Checkerboard Dark"
                    },
                    {
                        "slug": "big-checkerboard-dark",
                        "gradient": "repeating-linear-gradient(200deg, #00FFFF2E 82%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 230% 218%, #00FFFF5E 70%, #073AFF00 100%), linear-gradient(#000080 0%, #000080 100%)",
                        "name": "Big Checkerboard Dark"
                    },
                    {
                        "slug": "medium-dark-medium",
                        "gradient": "linear-gradient(90deg, #073aff 0%, #000080 20%, #000080 80%, #073aff 100%)",
                        "name": "Medium Dark Medium"
                    },
                    {
                        "slug": "radial-grey",
                        "gradient": "radial-gradient(100% 100% at 60% 60%, #ccc, #aeaeae)",
                        "name": "Radial Grey"
                    }
            ],
            "palette": [
                {
                    "color": "#0ff",
                    "name": "Base 2",
                    "slug": "base-2"
                },
                {
                    "color": "#073aff",
                    "name": "Decorative",
                    "slug": "decorative"
                },
                {
                    "color": "#0496FF",
                    "name": "Decorative 2",
                    "slug": "decorative-2"
                },
                {
                    "color": "#000080",
                    "name": "Contrast 2",
                    "slug": "contrast-2"
                },
                {
                    "color": "#1a1a1a",
                    "name": "Contrast",
                    "slug": "contrast"
                },
                {
                    "color": "#fff",
                    "name": "Base",
                    "slug": "base"
                }
            ]
        },
        "useRootPaddingAwareAlignments": true
    },
    "styles": {
         "spacing": {
            "padding": {
                "top": "0",
                "bottom": "0",
                "left": "2rem",
                "right": "2rem"
            }
        },
        "color": {
            "text": "var:preset|color|contrast",
            "background": "var:preset|color|base"
        },
        "typography": {
            "fontFamily": "var:preset|font-family|system-fonts-sans-serif",
            "fontSize": "1.2rem"
        },
         "css": "*,*:after,*:before{box-sizing:border-box} html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;margin: 0;padding: 0;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;} body{line-height:1.6} .light-shadow{box-shadow:0px 0px 5px 4px rgba(0,255,255,0.5)} .dark-shadow{box-shadow: 0px 0px 5px 4px #0000806f;} .clear{clear:both;} a:focus{outline:none} input[name='post_password']:focus{outline: 0.2rem solid currentColor; outline-offset: -0.7rem} input{transition:all 0.2s linear;} input[name='post_password']{font-size:1.2rem;padding:1rem;border-radius:2rem;margin:0 0.5rem;border-color:var(--wp--preset--color--contrast-2);} input[type='submit']{font-size:1.2rem;padding:1rem 1.5rem;border-radius:2rem;background-color:var(--wp--preset--color--contrast-2);color:var(--wp--preset--color--base)} input[type='submit']:hover,input[type='submit']:focus,.wp-element-button:hover,.wp-element-button:focus,.wp-block-button__link:hover,.wp-block-button__link:focus{outline:0.2rem solid currentColor;outline-offset:-0.8rem} .wp-block-button.outline-outside .wp-block-button__link:hover,.wp-block-button.outline-outside .wp-block-button__link:focus{outline:0.2rem solid currentColor;outline-offset:0.3rem} .wp-block-button.solid-border .wp-block-button__link{border:0.15rem solid #fff} a:hover:has(img):not(.wp-block-site-logo a:hover),a:focus:has(img):not(.wp-block-site-logo a:focus){border-color:transparent} a:hover:not(.wp-block-site-logo a:hover) img, a:focus:not(.wp-block-site-logo a:focus) img{outline:0.2rem solid currentColor;outline-offset:-1rem;filter:sepia(100%)} .wp-block-comments .trackback .comment-border,.wp-block-comments .pingback .comment-border{background: var(--wp--preset--color--decorative-2) !important} .course-desc{padding: 0 0 0.5rem 0 !important} .member{width:25rem;height:25rem;outline:2px solid var(--wp--preset--color--contrast-2)} .member div{margin:0 !important} .text-row{width:100%;height:45%;} .img-row{width:100%; height:55%;} .member-photo{background:radial-gradient(100% 100% at 60% 60%, #cccccc, #aeaeae);margin:0 !important;padding:0 !important;width:52% !important;align-self:flex-end} .member-photo img{width:100% !important;} .bot-r-top-l, .bot-r-top-l img{border-bottom-right-radius:2rem;border-top-left-radius:2rem} .bot-l-top-r,.bot-l-top-r img{border-bottom-left-radius:2rem;border-top-right-radius:2rem} .shift-right{align-self:flex-end !important} @media only screen and (width < 76em){h2{text-align:center;} .wp-block-navigation__responsive-container-open:not(.always-shown){display:flex !important} .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:none !important} .footer-inner{justify-content:center !important}} @media only screen and (width < 50em){h1{font-size:2.6rem} h2{font-size:2rem} h3{font-size:1.8rem} h4{font-size:1.6rem} h5{font-size:1.4rem} h6{font-size:1.2rem}} @media only screen and (width < 40em){.s-container{border-bottom-left-radius:2rem !important; border-bottom-right-radius:2rem !important;} :root :where(body){--wp--style--root--padding-left:1.5rem !important; --wp--style--root--padding-right:1.5rem !important} .comment-border{padding:0.8rem !important} .comment-border>div{padding:1.5rem 1rem !important} .wp-block-site-title{font-size:1.4rem !important} .custom-logo{width:46px !important; height: 46px !important} .header-inner>div{padding:0 !important;} h1{font-size:2.4rem} .course-border{padding-top:1.5rem !important;padding-right:1.5rem !important;padding-bottom:1.5rem !important;padding-left:1.5rem !important;} .course-content{padding-left: 1rem!important; padding-right: 1rem !important}} @media only screen and (width < 30em){.course-border{padding-top:1.3rem !important;padding-right:1.3rem !important;padding-bottom:1.3rem !important;padding-left:1.3rem !important;} .course-content{padding-left: 0.8rem!important; padding-right: 0.8rem !important}}",
        "elements": {
            "link": {
                "color": {
                    "text": "var:preset|color|contrast-2"
                },
                "border": {
                    "top": {
                        "color": "transparent",
                        "style": "solid",
                        "width": "0.2rem"
                    },
                    "bottom": {
                        "color": "transparent",
                        "style": "solid",
                        "width": "0.2rem"
                    }
                },
                "typography": {
                    "lineHeight": "1.6"
                },
                "spacing": {
                    "padding": {
                        "top": "0.2rem",
                        "bottom": "0.2rem"
                    }
                },
                ":hover": {
                    "border": {
                        "top": {
                            "color": "currentColor"
                        },
                        "bottom": {
                            "color": "currentColor"
                        }
                    }
                },
                ":focus": {
                    "border": {
                        "top": {
                            "color": "currentColor"
                        },
                        "bottom": {
                            "color": "currentColor"
                        }
                    }
                },
                "css": "transition:all 0.2s linear"
            },
            "button": {
                "color": {
                    "text": "var:preset|color|base",
                    "background": "var:preset|color|contrast-2"
                },
                "border": {
                    "radius": "2rem",
                    "color": "#fff",
                    "style": "outset",
                    "width": "0.2rem"
                },
                "typography": {
                    "lineHeight": "1.6"
                },
                ":active": {
                    "border": {
                        "style": "inset"
                    }
                },
                "css": "transition:all 0.2s linear"
            },
            "cite": {
                "typography": {
                    "fontSize": "1rem",
                    "fontFamily": "var:preset|font-family|system-fonts-sans-serif"
                }
            },
            "caption": {
                "typography": {
                    "fontSize": "1rem"
                }
            },
            "heading": {
                "typography": {
                    "fontFamily": "var:preset|font-family|system-fonts-serif",
                    "lineHeight": "1.6"
                },
                "spacing": {
                    "margin": {
                        "top": "0",
                        "bottom": "0"        
                    },
                    "padding": {
                        "top": "0",
                        "bottom": "0"
                    }
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "3rem"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "2.4rem"
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "2rem"
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "1.8rem"
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "1.6rem"
                }
            },
            "h6": {
                "typography": {
                    "fontSize": "1.4rem"
                }
            }
        },
        "blocks": {
            "core/site-title": {
                "typography": {
                    "fontFamily": "var:preset|font-family|system-fonts-serif",
                    "lineHeight": "1.6"
                },
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                }
            },
            "core/site-logo": {
                "border": {
                    "radius": "2rem"
                },
                "elements": {
                    "link": {
                        "spacing": {
                            "padding": {
                                "top": "0.2rem",
                                "bottom": "0.2rem",
                                "left": "0.2rem",
                                "right": "0.2rem"
                            }
                        },
                        "border": {
                            "radius": "2rem",
                            "color": "transparent",
                            "style": "solid",
                            "width": "0.2rem"
                        },
                        ":hover": {
                            "border": {
                                "color": "currentColor"
                            }
                        },
                        ":focus": {
                            "border": {
                                "color": "currentColor"
                            }
                        }
                    }
                }
            },
            "core/post-title": {
                "typography": {
                    "fontFamily": "var:preset|font-family|system-fonts-serif",
                    "lineHeight": "1.6"
                }
            },
            "core/paragraph": {
                "typography": {
                    "lineHeight": "1.6"
                }
            },
            "core/post-terms": {
                "css": ".taxonomy-post_tag a{padding:0.2rem 0.8rem;margin-right:0.5rem;border-radius:2rem;border-left:0.2rem solid var(--wp--preset--color--decorative);border-right:0.2rem solid var(--wp--preset--color--decorative);color:var(--wp--preset--color--contrast-2);background:var(--wp--preset--color--base)}"
            },
            "core/quote": {
                "border": {
                    "radius": "2rem"
                },
                "spacing": {
                    "padding": {
                        "top": "2rem",
                        "bottom": "2rem",
                        "left": "2rem",
                        "right": "2rem"
                    }
                },
                "css": ".wp-block-quote{box-shadow: 0px 0px 3px 3px #00000044;}"
            },
            "core/pullquote": {
                "typography": {
                    "fontFamily": "var:preset|font-family|system-fonts-serif"
                }
            },
            "core/group": {
                "css": "margin:0"
            },
            "core/code": {
                "border": {
                    "radius": "2rem"
                },
                "spacing": {
                    "padding": {
                        "top": "2rem",
                        "bottom": "2rem",
                        "left": "2rem",
                        "right": "2rem"
                    }
                },
                "color": {
                    "background": "var:preset|color|contrast-2",
                    "text": "var:preset|color|base"
                }
            },
            "core/navigation": {
                "spacing": {
                    "blockGap": "1.5rem"
                },
                "css": "& .wp-block-navigation-item__content{padding:0.2rem 0.9rem !important; border-radius:2rem; border:0.2rem solid transparent} & .has-child .wp-block-navigation-item__content{padding-right:0.3rem} & .wp-block-navigation-item__content:hover, .wp-block-navigation-item__content:focus{outline:none !important; border-color:currentColor;}  & .highlight a{padding:0.2rem 1.2rem !important;background:var(--wp--preset--color--base-2); color:var(--wp--preset--color--contrast) !important;}  & .highlight .wp-block-navigation-item__content:hover, .highlight .wp-block-navigation-item__content:focus{border-color:transparent !important;outline:0.2rem solid currentColor !important;outline-offset:-0.5rem !important;} & .wp-block-navigation-item__content[aria-current='page']{border-bottom-color:var(--wp--preset--color--base-2)} & .highlight .wp-block-navigation-item__content[aria-current='page']{font-weight:bold} & .wp-block-navigation__responsive-container-open svg, .wp-block-navigation__responsive-container-close svg{width:2.6rem !important;height: auto !important} & .wp-block-navigation__responsive-container-close{padding:0.5rem 2rem;} & .wp-block-navigation__submenu-container{padding:0.6rem !important;border-radius:2rem;border:0.2rem solid currentColor !important;box-shadow:0px 0px 5px 4px rgba(0,0,0,0.5)}"
            },
            "core/query-pagination": {
                "css": "& .page-numbers{padding:0.2rem;margin:0rem 0.2rem;border-radius:2rem} & .page-numbers.current{border:0.2rem solid currentColor}"
            },
            "core/comments-pagination": {
                "css": "& .page-numbers{padding:0.2rem;margin:0rem 0.2rem;border-radius:2rem} & .page-numbers.current{border:0.2rem solid currentColor}"
            },
            "core/comments": {
                "typography": {
                    "fontFamily": "var:preset|font-family|system-fonts-sans-serif"
                },
                "css": "& .wp-block-comment-author-name,.wp-block-comment-date{font-size:1rem !important} & .wp-block-comment-edit-link a, .wp-block-comment-reply-link a{text-decoration:none;padding:0.7rem 1.4rem;background-color:var(--wp--preset--color--contrast-2);color:var(--wp--preset--color--base);border-radius:2rem;font-size:1rem} & .wp-block-comment-edit-link a:hover, .wp-block-comment-edit-link a:focus, .wp-block-comment-reply-link a:hover, .wp-block-comment-reply-link a:focus{border-color:transparent!important;outline:0.2rem solid currentColor;outline-offset:-0.5rem !important} & .comment.thread-even .comment-border{background:var(--wp--preset--gradient--checkerboard-medium)} & .comment.thread-odd .comment-border{background:var(--wp--preset--gradient--checkerboard-dark) !important}"
            },
            "core/search": {
                "css": ".wp-block-search{border-radius:2rem;} & .wp-block-search__input{padding-left:1rem;padding-right:1rem;border-radius:2rem;border:0.4rem solid var(--wp--preset--color--contrast-2);transition:all 0.2s linear;} & .wp-block-search__input:focus{outline: 0.4rem solid currentColor; outline-offset: -0.9rem} & .wp-block-search__button(box-shadow:0px 0px 5px 4px var(--wp--preset--color--base-2) !important) & .wp-block-search__inside-wrapper{flex-wrap:wrap !important}"
            },
            "core/avatar": {
                "border": {
                    "radius": "50%"
                }
            }
        }
    },
    "templateParts": [
        {
			"area": "header",
			"name": "header",
			"title": "Header"
		},
        {
			"area": "header",
			"name": "header-highlighted-link",
			"title": "Header Highlighted Link"
		},
        {
			"area": "header",
			"name": "header-big-two-navigations",
			"title": "Header Big Two Navigations"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		},
        {
			"area": "footer",
			"name": "footer-highlighted-link",
			"title": "Footer Highlighted Link"
		},
        {
			"area": "footer",
			"name": "footer-four-columns",
			"title": "Footer Four Columns"
		}
    ],
    "patterns": {
    }
}
