/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




/* ------------------
CUSTOM MARGINVALUE STYLES
****************/

.numeric {
text-align: right;
}

body: {
color: black !important;
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.valuation_form .row {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted grey;
color: black;
}

.home_features .row {
margin-bottom: 20px;
}
.home_features p {
opacity: 0.7;
color: black;
font-size: 16px;
font-family: Helvetica Neue;
}

.blogpost {
font-size: larger;
color: black;
margin-top: 3em;
margin-bottom: 3em;
}

.financials table, td, tr {
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
color: black;
}

.financials h3 {
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}

.frontbox {
font-size: 1.2em;
color: black;
}

.section h2 {
margin-bottom: 0;
}

.row {
margin-left: 0 !important;
margin-right: 0 !important;
}

@media screen and (min-width: 992px) {
     .ant-menu {

color: black;
}

.ant-menu-item, .ant-menu-submenu-title {
font-size: larger;
}
}
