/* global -------------------------- */

h3, h4 {
    margin-top:40px;
    }

ol, ul {
    list-style-position:inherit;
    margin-left:30px;
    }

p, li {
    margin-top:20px;
    font-size:18px;
    line-height:1.6;
    color:#000;
    }

/* logo */
.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
  max-height: 52px;
	}
/* mobile */
.mkdf-mobile-header .mkdf-mobile-logo-wrapper a {
	height:50px !important;
	}

/* 404 page image size */
.mkdf-404-page .mkdf-content {
    height:100vh;
    }
.mkdf-404-title-image img {
    width:70%;
    max-width:300px;
    }

/* heading manual breaks */
@media screen and (max-width:700px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display:none !important;
    }
}