/* 
html{
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
} 
*/
article h2{
	margin-bottom: .6rem;
}
.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.main-content .topbar,
.main-content .navbar,
.main-content .header,
.main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.main-content .navbar {
  position: static;
  margin: 0; 
}

.nav-sidebar-hero > .nav-item > .nav-link {
	/* 
  font-size: 1.25rem;
	font-weight: 400;
	padding: 8px 0; 
  */
  font-size: 1rem;
}
.nav-sidebar .nav-link {
	/* 
  display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 3px 0;
	line-height: 1.5; 
  */
  font-size: .9rem;
}



@media (min-width: 1200px){
  .container {
    max-width: 1600px;
  }
}
.nav-navbar .nav {
	min-width: 20rem;
}
.nav-navbar .nav a:hover {
  background-color: #3c96ff;
  color: #fff !important;
}
.form-control {
	/* display: block;
	width: 100%;
	height: calc(2.53125rem + 2px);
	padding: .375rem .75rem;
	font-size: .9375rem;
	line-height: 1.9;
	color: #999;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #eaeff4;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; */
  color:#333;
}

/* START SEARCH FORM */
.align-center {
  display: flex;
  align-items: center;
}

.inline-flex {
  display: inline-flex;
}

form {
  padding: 20px 0;
  max-width: 100%;
  /* border-bottom: 1px solid #ccc; */
}

.search {
  display: flex;
  outline: 1px solid #cccccc;
}

.search > input {
  flex-grow: 1;
  border: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.search > input:focus {
  outline: none;
}

.search > button {
  padding: 0.6rem 2rem;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
  background: #cccccc;
}

.bottom {
  margin-top: 10px;
  font-size: 14px;
}

.checkbox-block {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.checkbox-block input {
  margin-right: 5px;
  cursor: pointer;
}

.radio-block input {
  margin: 0 3px 0 10px;
}
/* END SEARCH FORM */

/*# sourceMappingURL=style.css.map */
