/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.0
*/
body {
	color:#1f2c32;
}
strong.global-nav-name {
    font-family: "Zen Kurenaido", sans-serif;
	font-style: normal;
    color: #1f2c32;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 3px 0;
}
.global-nav-list>li .global-nav-name {
    font-size: 18px;
}
.site-header-logo img {
    width: 160px;
}

h2 {
    font-size: 1.75rem;
    font-family: "Zen Kurenaido", sans-serif;
	font-style: normal;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    padding-top: 100px;
    margin-top: -100px;
}
p.has-text-align-center.sectionTitle-sub {
    font-weight: 600;
    letter-spacing: 0.3em;
}
a.wp-block-button__link.wp-element-button {
    font-family: "Zen Kurenaido", sans-serif;
	font-style: normal;
    border-radius: 0px;
    letter-spacing: 0.03em;
}

.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
    border: 1px solid #2f2c32;
    padding: 13px 35px;
}
i.fas.fa-chevron-circle-right {
    padding-left: 10px;
}
 article.uagb-post__inner-wrap {
    border-bottom: 1px solid #eee;
}
.container.site-footer-copyright p:nth-child(2) {
    display: none;
}
@media screen and (max-width: 480px){	
h1.site-header-logo {
    display: none;
}
}