


body {
	font-size: 14px;
	line-height: 1.7em;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
	overflow-x: hidden;
	color: var(--primary-color);
}
a {
	text-decoration: none;
	transition: all 0.2s;
}
img {
	max-width: 100%;
	height: auto;
}
p {
    margin-bottom: 1.5rem;
}
p:last-child {
	margin-bottom: 0;
}
h2 {
    font-family: joanna-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 1.5rem;
}
body .container-fuild {
	max-width: 100%;
	padding: 0px;
}
.container-fuild >.row {
	margin-left: 0px;
	margin-right: 0px;
}
.col-full-section {
	padding-left: 0px;
	padding-right: 0;
}
.justify-content {
    justify-content: center;
}
@media (min-width: 1060px){
	.container {
		max-width: 1030px;
	}
	
}

@media (min-width: 768px){
	.navbar-toggle {
		display: none;
	}
}
.heading-underline {
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
    min-width: 40px;
}
.inline-block {
	display: inline-block;
}
.middle-content {
	align-items: center;
}
.center-content {
	justify-content: center;
}
.center-align {
	text-align: center;
}

.no-padding-column-full {
    padding-left: 0;
    padding-right: 0;
}


.font-a-otf-ryumin-pr6n {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}
.font-joanna-nova-regular {
	font-family: joanna-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.font-joanna-nova-book {
	font-family: joanna-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-joanna-sans-nova-regular {
	font-family: joanna-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.font-joanna-sans-nova-book {
	font-family: joanna-sans-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}


.color-black {
	color: #000;
}
.color-gray {
	color: #787878;
}
.color-purple  {
	color: #42335D;
}
.color-green  {
	color: #368680;
}
.color-yellow  {
	color: #F4D787;
}
.color-orange  {
	color: #BF4B02;
}


.font-66, .font-66 a, .font-66 span {
	line-height: 1.2em;
	font-size: 66px;
}
.font-48, .font-48 a, .font-48 span {
	font-size: 48px;
	line-height: 1.2em;
}
.font-40, .font-40 a, .font-40 span {
	line-height: 1.2em;
	font-size: 40px;
}
.font-36, .font-36 a, .font-36 span {
	line-height: 1.2em;
	font-size: 36px;
}
.font-32, .font-32 a, .font-32 span {
	line-height: 1.2em;
	font-size: 32px;
}
.font-24, .font-24 a, .font-24 span {
	line-height: 1.2em;
	font-size: 24px;
}
.font-22, .font-22 a, .font-22 span {
	line-height: 1.5em;
	font-size: 22px;
	letter-spacing: 3px;
}
.font-20, .font-20 a, .font-20 span {
	line-height: 1.2em;
	font-size: 20px;
}
.font-18, .font-18 a, .font-18 span {
	font-size: 18px;
}
.font-15, .font-15 a, .font-15 span {
	font-size: 15px;
    line-height: 19px;
}
.font-16, .font-16 a, .font-16 span {
	font-size: 16px;
}
.font-14, .font-14 a, .font-14 span {
	font-size: 14px;
}
.font-11, .font-11 a, .font-11 span {
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.padding-top-40 {
	padding-top: 40px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-120 {
	padding-top: 120px;
}


.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-120 {
	padding-bottom: 120px;
}

.no-margin-bottom {
	margin-bottom: 0px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}



.margin-top-20 {
	margin-top: 20px; 
}
.margin-top-30 {
	margin-top: 30px; 
}
