body {
	background: #b3c5ab;
	margin: 0;
	padding: 0;
	word-break: break-word;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Nunito', sans-serif;
	margin-top: 0;
}

h1 {
	font-size: 110px;
	line-height: 130px;
	color: #FFF;
	margin-top: 0;
}

#primary h1 {
	color: #212223;
}
.align-center {
	text-align: center;
}

img,
iframe {
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(9 15 21 / 30%);
    overflow: hidden;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    height: auto;
}

#primary img {
	display: inline-block;
	margin: 0 15px 30px 15px;
}

img.half-size {
	max-width: 50%;
	margin: 0 auto;
}

p.attention-text {
    text-align: center;
    display: block;
    margin: 0 auto;
}

p.attention-text span {
	background: yellow;
	padding: 0 15px;
}

/* Main Page styles */
blockquote {
    padding: 45px 45px 45px 165px;
    position: relative;
    font-size: 48px;
    line-height: 58px;
    margin-left: 0;
    background: rgba(9,15,21,.04);
    font-style: italic;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.03);
}

blockquote::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-size: 80px;
    position: absolute;
    left: 30px;
    top: 60px;
    color: rgba(0,0,0,.1);
}

.page {
	display: flex;
	flex-wrap: wrap;
}

.page nav {
	width: 20%;
	position: relative;
	background: #424b52; /*#6ba334;*/
	min-height: 1200px;
}

.page #primary {
    padding: 3% 3%;
    width: 74%;
}

main#primary,
main#primary p {
    font-size: 22px;
    line-height: 32px;
}


main#primary a {
    color: #a54e71;
    font-weight: bold;
    transition: all .2s ease-in-out;
}

main#primary a:hover {
	color: green;
}

/* Footer styles */
footer.entry-footer {
    padding: 45px 0;
    color: #FFF;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer.entry-footer p,
footer.entry-footer a {
	color: #FFF;
}

.be-social a i {
    font-size: 48px;
}

footer.entry-footer .copyrights p {
    color: rgba(255,255,255,.4);
    font-size: 11px;
    letter-spacing: 1px;
}

/* Menu styles */
.left-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.left-menu li {
    background: rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
}

.left-menu li:hover,
.left-menu li.active,
li.phone-line {
	background: #5ca262; /*rgba(0,0,0,.2);*/
	box-shadow: inset 0 0 10px rgb(0 0 0 / 20%);
}

.left-menu li a {
	font-size: 16px;
	color: #fff;
	padding: 15px;
	margin-bottom: 1px;
	position: relative;
	display: block;
	font-family: 'Nunito', sans-serif;
    text-shadow: 1px 1px rgb(0 0 0 / 30%);
}

li.phone-line i {
	display: block;
	font-size: 64px;
	margin-bottom: 30px;
}

li.phone-line {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 45px 0;
    font-family: 'Nunito', sans-serif;
}

/* Home Page styles */
.welcome-home {
    position: relative;
    display: block;
    min-height: 550px;
    width: 100%;
    padding: 45px 0;
    text-align: center;
    background: url('../img/dscn9614-web.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-home .welcome-img {
	width: 500px;
	margin: 0 auto 30px;
	position: relative;
	z-index: 999;
}

.welcome-home h1 {
	margin-top: 0;
}

.welcome-home h1,
.welcome-home p {
	z-index: 99;
	position: relative;
	word-break: break-word;
}

.welcome-home::after {
	content: '';
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.welcome-home .intro-number {
    text-align: center;
    background: white;
    display: inline-block;
    padding: 15px 30px;
    font-size: 38px;
    margin-top: 0;
    font-family: 'Nunito', sans-serif;
    color: #00a7e5;
    border-radius: 10px;
}

.welcome-home .intro-number i {
	margin-right: 30px;
}

.welcome-home .intro-number ins {
    font-size: 22px;
}


.mobile-footer {
	display: none;
}

img.mobile_img {
	width: 700px;
}
/*
*
*	Responsive Mode
*
*/

@media(max-width:767px) {
	.page nav {
		min-height: auto;
	}

	footer.entry-footer.mobile-footer {
		display: block;
		position: relative;
		left: auto;
		top: auto;
	}

	.desktop-footer {
		display: none!important;
	}

	.welcome-home h1 {
		font-size: 34px;
		line-height: 44px;
	}

	.welcome-home {
		min-height: auto;
	}

	.welcome-home .intro-number {
		font-size: 16px;
		line-height: 10px 15px;
	}

	.welcome-home .intro-number ins {
    	font-size: 13px;
	}

	.welcome-home .welcome-img {
		width: 90%;
		margin: 0 30px;
	}

	.welcome-home .intro-number i {
		margin-right: 15px;
	}

	.page nav,
	.page #primary {
		width: 100%;
		margin: 0
	}

	.page #primary {
		margin-top: 30px;
	}

	img.half-size {
		max-width: 100%;
	}

	blockquote {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 30px;
		padding: 15px 15px 15px 60px;
	}

	blockquote::before {
    	font-size: 24px;
    	left: 15px;
    	top: 20px;
	}

	img.mobile_img {
    width: 100%;
    max-width: 80%;
}
}