body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 250px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #222;
  padding-top: 78px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section {
	padding-bottom: 48px;
  padding-top: 48px;
}

.divider {
	padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
  margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

/* ==============================================
   2. Navbar
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 78px;
	max-height: 78px;
}

.nav-logo-mobile {
  margin-right: auto;
  padding-left: 12px;
  height: 54px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 5px;
}

.navbar a {
	color: #53627C !important;
}

.nav-right {
	float: right;
}

.icon-mobile {
  font-size: 18px;
  float: right;
  vertical-align: middle;
}

.navbar-collapse {
  border-bottom: 1px solid #efefef;
}

.navbar-nav {
  width: 100%;
}

.navbar-nav .nav-link {
  padding: 20px 0;
  text-align: left;
}

.nav-logo-desktop {
  height: 54px;
  margin-top: 4px;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
	font-size: 18px;
	font-weight: 400;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-regular {
	background-color: #0095f7;
	color: #ffffff;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-regular:hover {
	background-color: #0191f0;
	color: #ffffff;
}

.btn-demo {
	color: #ffffff;
	background-color: #6772e5;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-demo:hover {
	color: #ffffff;
	background-color: #636ee1;
}

/* .btn-demo-small {
	font-size: 12px;
	background-color: #6772e5;
	padding: 1px 4px;
}

.btn-demo-small:hover {
	background-color: #636ee1;
}

.btn-demo-small a {
	color: #ffffff!important;
} */

.btn-demo-small {
  background-color: #ffffff;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  /* color: #6772e5; */
}

.btn-demo-small:hover {
  background-color: #ffffff;
  border: 0px;
  padding: 0px;
  box-shadow: none;

}

.btn-demo-small a {
  color: #53627C!important;
  /* color: #0095f7!important; */ /* Blue color */
}

/* ==============================================
   4. Hero
===============================================*/

#hero {
  background-color: #f6f8f9;
  padding-top: 48px;
}

#hero h1 {
  font-size: 34px!important;
  margin-bottom: 20px;
}
#hero p {
  font-size: 20px!important;
}

#hero span {
	font-weight: 400;
  color: #0095f7;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
}

.hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ==============================================
   5. Overview
===============================================*/

#overview p {
	font-size: 20px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
}

#overview span {
	font-weight: 400;
	color: #0095f7;
	text-transform: uppercase;
  font-size: 14px;
	letter-spacing: .05em;
}

.content-box {
	/* padding: 48px 20px; */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 48px;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  /* font-family: monospace; */
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

th {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 12px;
}

td {
  padding: 0 12px;
  color: #000;
}

.num-row {
  text-align: right;
}

.neg-num {
  color: #FF0266;
}

/* ==============================================
   6. Footer
===============================================*/

footer {
  padding: 48px 25px;
  background-color: #292c31;
  color: #62656a;
}
footer h5 {
  font-size: 18px;
  margin-top: 30px;
}
footer li {
  color: #53627C;
  font-size: 16px;
  font-weight: 400;
}
footer p {
  font-size: 16px;
}
footer i {
  font-size: 30px;
  margin-right: 20px;
}
footer small {
  float: left;
  margin-top: 20px;
}

footer a {
	color: #62656a;
  text-decoration: none;
}

footer a:hover {
	color: #0095f7;
	/* text-decoration: none; */
}

footer i:hover {
	color: #0095f7;
}

.external-links {
	color: #0095f7;
}

/* ==============================================
   10. Media queries
===============================================*/

@media (max-width: 768px) {
  .hero-img {
    margin-bottom: 48px;
  }
}

@media (max-width: 991px) {
  .nav-logo-desktop {
    display: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .nav-logo-mobile {
    display: none;
  }
  .icon-mobile {
    display: none;
  }
  .nav-custom-link {
    font-size: 16px;
    /* font-weight: bold; */
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
	}
  .navbar-nav {
    width: auto;
  }
  .navbar-collapse {
		border-bottom: 0px;
	}

  .btn-demo-small {
  	background-color: #0095f7;
  }

  .btn-demo-small:hover {
  	background-color: #636ee1;
  }

  .btn-demo-small a {
  	color: #ffffff!important;
  }
}
