@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://use.typekit.net/rzc7ged.css');

@font-face {
    font-family: 'english_1766';
    src: url('english1766-regular-webfont.woff2') format('woff2'),
         url('english1766-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	font-family: 'english_1766', serif;
	color:#2B2B2B;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'english_1766', serif;
	color:#2B2B2B;
	font-weight:normal;
}

.sans-serif {
	font-family:'objektiv-mk1', sans-serif;
	font-weight:400;
}

b, strong {
	font-weight:700;
}

.midnight {
	background: #433f44; 
}

.dusk {
	background: #333;
}

.texture-bg {
	background-image:url('../files/images/bg-section-dark-1.png');
	background-repeat:no-repeat;
	background-size:cover;
}

.indigo-text {
	color:#e03840 !important;
}


.indigo-text.text-lighten-2 {
	color:#f2902b !important;
}

.teal-text  {
	color:#f2902b !important;
}


.indigo {
	background:#e03840 !important;
}

.indigo.darken-1 {
	background:#f2902b !important;
}

.indigo.darken-2 {
	background:#1a7e47 !important;
}

.indigo.darken-3 {
	background:-webkit-linear-gradient(top, #40c1ac 0%,#008080 100%) !important;
}

ul.tabs.main_tabs .tab a.active {
	background:#e03840 !important;
}

blockquote {
	border-color:#e03840;
}

.nav-wrapper  > ul  > li  > a:hover {
	background:#fff;
}

nav ul li {
	transition:none;
}

nav ul li:hover, nav ul li.active {
	background:none;
}

nav ul li a {
	font-size:1.2rem;
	font-family:'objectiv-mk1',sans-serif;
}

.nav-wrapper > ul > li > a.chip:hover {
	background:#e03840;
}

nav .brand-logo img {
	width:200px;
	max-height:none;
	max-width:none;
	margin-top:-10px;
}


nav ul a.active, nav ul li.active a.dropdown-button {
	box-shadow:0 -2px 0 0 #e03840 inset ;
	-moz-box-shadow: 0 -2px 0 0 #e03840 inset ;
	-webkit-box-shadow: 0 -2px 0 0 #e03840 inset ;
}

.footer .brand-logo img {
	width:360px;
	margin-top:40px;
}

nav ul a {
	color:#000;
}

a {
	color:#000;
	font-family:'objectiv-mk1',sans-serif;
}

a:not(.chip):hover {
	color:#e03840 !important;
}

a.chip {
	padding:10px 30px;
	height:auto;
	border-radius:100px;
	font-family:'objectiv-mk1',sans-serif;
	font-size:1.1rem;
	margin:5px 0;
}

.footer {
	padding-top:40px;
	padding-bottom:30px;
}

.footer a {
	color:#000;
}

footer h6 {
	color:#000;
}

blockquote h6 {
	color:#fff;
}

nav {
	height:140px;
}

nav a {
	color:#000;
}

.btn-large {
	border-radius:100px;
	background:#e03840;
}

.btn-full {
	background:#e03840;
}

.input-field input,
.select-wrapper input.select-dropdown {
	border-radius:100px;
	background:#fff;
	color:#000;
	margin-top:10px;
	border:1px #ccc solid;
	padding:2px 6px;
}

.input-field label {
	color:#999;
	margin-bottom:10px;
}

#login_form .input-field label {
	color:#fff;
}

#login_form a {
	color:#fff;
}

.progress .indeterminate {
	background-color:#e03840;
}

.tabs-new .tab a.active {
	background:#e03840;
}

[type="checkbox"].filled-in:checked + label::after {
	border: 2px solid #e03840;
	background-color: #e03840;
	z-index: 0;
}


.progress .determinate {
	background:#f2902b;
}

#invest-submit,
#confirmation_container {
	padding:20px;
	border:1px #ccc solid;
	border-radius:20px;
	background:#fff;
}