@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;400;700&display=swap');

body {
    background: #fff;
    font-weight: 400;
}
body, input, textarea {
    font-size: 20px;
	font-family: 'Open+Sans', sans-serif;
}
main {
    margin: 130px 0 90px;
}
footer.fixed {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    text-align: right;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 70px;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
.rendered-form .form-control, input, textarea {
    border-color: #000 !important;
    padding: 9px 9px;
    font-size: 20px !important;
    height: auto !important;
}
.formbuilder-radio-inline, .formbuilder-checkbox-inline {
    margin-right: 30px !important;
}
label {
    margin-top: 15px;
	font-weight: 700 !important;
}
.checkbox-group label,
.radio-group label {
    margin-top: 5px;
	font-weight: 400 !important;
}
.navbar-brand {
    font-size: 20px;
	font-weight: 700 !important;
}
header .btn,
footer .btn {
    background: #fff;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
#tableName, .form-control, .btn {
    border-radius: 12px !important;
    font-size: 20px;
}
textarea {
	min-height: 200px;
}