/*
Theme Name:lightning-child
Template:lightning
*/

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.container {
	position: relative;
}

.btn-primary,
.btn-primary:hover {
	background: #11a73b;
	border: none;
}

a.button001 {
	display: inline-block;
	text-align: center;
	padding: 10px 30px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: bold;
	background: rgb(212,240,193);
	background: linear-gradient(180deg, rgba(212,240,193,1) 0%, rgba(180,222,152,1) 18%, rgba(180,222,152,1) 47%, rgba(180,222,152,1) 80%, rgba(155,210,118,1) 100%);
	color: #807f7f;
	border: 1px solid #8dc368;
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .5);
}

a.button001:hover {
	color: #807f7f;
	opacity: .7;
}

a.button001 span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

a.button002:not(:root) {
	display: inline-block;
	text-align: center;
	padding: 2px 10px;
	border-radius: 100px;
	font-weight: bold;
	background: rgb(212,240,193);
	background: linear-gradient(180deg, rgba(212,240,193,1) 0%, rgba(180,222,152,1) 18%, rgba(180,222,152,1) 47%, rgba(180,222,152,1) 80%, rgba(155,210,118,1) 100%);
	color: #807f7f;
	border: 1px solid #8dc368;
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .5);
}

a.button002:hover {
	color: #807f7f;
	opacity: .7;
}

a.button002 span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

a.button003 {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 10px 30px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: bold;
	background: rgb(168,234,124);
background: linear-gradient(180deg, rgba(168,234,124,1) 0%, rgba(121,184,79,1) 6%, rgba(121,184,79,1) 91%, rgba(88,129,62,1) 100%);
	color: #fff;
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .5);
	-moz-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.26);
-webkit-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.26);
-ms-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.26);
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.26);
}

a.button003:hover {
	color: #fff;
	opacity: .7;
}

.site-footer-copyright {
	margin-top: 60px;
	font-size: 10.5px;
	text-align: center;
}

.indexImage {
	border-top: 10px solid #00b050;
	border-bottom: 10px solid #c5e0b4;
	text-align: center;
	position: relative;
}

.indexImage__image {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.indexImage__imageLogo {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	    width: 70%;
    margin-left: 110px;
}

.indexImage__imageLogo img {
	width: 300px;
}

.indexImage__imageTitle {
	color: #fff;
	font-size: 24px;
	text-align: left;
	margin-top: 40px;
    margin-bottom: 0;
    -moz-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
line-height: 140%;
}

.indexImage__imageTitle span {
	font-weight: bold;
	font-size: 30px;
}

@media (max-width: 991.98px) {
	.indexImage__image {
		width: 100%;
	}
	.indexImage__imageLogo {
		display: block;
		top: 20px;
		    width: 40%;
    margin-left: auto;
    margin-right: auto;
	}
	.indexImage__imageLogo img {
		width: 100%;
		height: auto;
	}
	.indexImage__imageTitle {
		font-size: 16px;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 0;
		line-height: 140%
	}
	.indexImage__imageTitle span {
		font-size: 16px
	}
}

.blockIndexButton {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.blockIndexButton p {
	color: #b5b5b5;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 40px;
}

.blockIndexButton .button003 {
	margin-left: 10px;
	margin-right: 10px;
	min-width: 260px;
	font-size: 24px;
}


@media (max-width: 991.98px) {
	.blockIndexButton .button003 {
		min-width: 200px;
		margin-top: 20px;
		font-size: 18px	
	}
}


/* content  */
h4 {
    font-size: 18px;
    color: #006830;
    line-height: 120%;
    background-color: #e6f6eb;
    border-top: 1px #00a63c solid;
    border-bottom: 1px #00a63c solid;
    padding: 0.25em 0.5em;
    margin-bottom: 1em;
    clear: both;
}
