/*
Theme Name: UAG Theme
Template: businesspress
Author: UAG
Version: 1.0
Updated: 2021-02-06 19:45:40

*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap');

body {
        color: #444;
        font-family: "Helvetica", "Arial", sans-serif;
        font-size: 18px;
        line-height: 1.6;
        word-wrap: break-word;
}
body:lang(ja) {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.8;
}

.home-header-title {
        color: #fff;
        font-size: 2.5em;
        letter-spacing: -0.03em;
        margin-bottom: 0;
        margin-top: 0;
        text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}

.wp-block-separator.is-style-wide {
        color: #32373c;
        background-color: #32373c;
        height: 2px;
}

@media screen and (max-width: 600px) {
        .wp-block-image img {
                width: 50%;
        }
        .no-sidebar .alignfull img, .no-sidebar .alignwide img {
                width: 70%;
                margin: 0 auto;
        }
        .wp-block-column > *:first-child {
                text-align: center;
        }
        
        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
                margin: 0 auto;
        }

        .wp-block-media-text__content > *:last-child {
                text-align: center;
        }

        .home-header-title {
                font-size: 1.8em;
        }

        .home-header-button {
                text-align: center;
        }
        
        .home-header-button a {
                display: block;
                max-width: 200px;
                margin: 30px auto 10px auto;
        }

        .top-bar-content, .main-header-content, .featured-entry-content, .home-header-content, .jumbotron-content, .site-content, .container-content, .footer-widget-content, .site-bottom-content {
                margin-left: auto;
                margin-right: auto;
                max-width: 600px;
                padding-left: 20px;
                padding-right: 20px;
        }

        .wp-block-image {
                text-align: center;
        }
		.drawer-navigation {
				width: 50%;
		}
}
