body {
	background-color: #1f1f1f;
}

ul.nav {
	position:relative;
	border-bottom:0;
}

img.home-banner {
	height:auto;
}

.category-nav ul.nav {
	position: relative;
	max-width:860px;
	margin:auto;
	    justify-content: center;
		margin-top:15px;
}

.category-nav .nav-fill .nav-item {
	margin: 5px 10px;
    background-color: #d6f8e8;
    height: 45px;
    vertical-align: middle;
    display: flex;
    align-items: center;
	    border-radius: 7px;
		justify-content: center;
}

@media only screen and (min-width: 1400px) {

.category-nav ul.nav {
	margin-top:0;
    bottom: 114px;
}

.category-nav .nav-fill .nav-item {
		width:100px;
		max-width:100px;
}

}

@media only screen and (min-width: 1600px) {

.category-nav ul.nav {
    bottom: 134px;
}

}



@media only screen and (min-width: 769px) {
.only-sm {
    display: none!important;
}
}

@media only screen and (min-width: 1200px) {
img.home-banner {
	margin-top:-131px;
}	
}

@media only screen and (min-width: 1400px) {
img.home-banner {
	margin-top:-56px;
}	
}

h2, h3, h4 {
	font-family: "Roboto Condensed", sans-serif!important;
	font-weight:400!important;
}

h2 {
	color: #fff!important;
	
}

h4 {
	color:#fff!important;
	font-family: "Roboto Condensed", sans-serif!important;
}

.home-listings {
	max-width: 1240px;
    margin: auto;
}

.home-listings .row {
	justify-content:center;
}

.navbar-search {
	margin-left:15px;
}

.navbar-search button {
	background-color: #f1f1f1;
	color:#fff;
	padding: 7px 9px;
}

.navbar-search button .fa {
	color:#404040;
}


.navbar-search input {
	    margin-left: -5px;
    padding: 7px 15px;
	background-color:#fff;
}

@media only screen and (max-width: 830px) {

.navbar-search input {
	width: 141px;
}
	
}


@media only screen and (max-width: 900px) {

.listing {
	max-width:fit-content;
	flex:330px;
	padding-top:22px;
	height:295px;
}

.listing img {
	max-width: 183px;
    max-height: 124px;
}

.listing-title {
	padding: 0px 30px;
	font-size:14px;
}

}

.courses {
	display:flex;
	justify-content:center;
}

.courses div {
	margin: 10px;
}

.requests {
    background-color: #fbfbfb;
    padding: 20px 20px;
	text-align:center;
}

.requests h2 {
	font-family: 'Libre Franklin'!important;
	color: #000!important;
	font-weight:900!important;
    font-size: 20px;
    text-align: left;
    padding-left: 15px;
}

.requests textarea {
	padding: 15px 26px;
	width:100%;
	max-width:100%;
    font-family: 'Lora';
}

.requests button,
.blog-button,
.como-funciona-button {
	background-color: #404040;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Libre Franklin'!important;
    padding: 4px 20px;
	max-height:65px;
	margin-left:20px;
	display:block;
	margin:auto;
	margin-top:15px;
}

.blog-button {
	display:inline-block;
}

.blog-button:hover, .como-funciona-button:hover {
	color:#fff;
}

.requests button img {
	width: 58px;
    display: inline-block;	
	margin-left:10px;
}

.request-category {
	min-width:200px;
}

.request-category .selectize-input {
	height:54px;
	line-height:2.5;
}

@media only screen and (min-width: 1000px) {

.requests form {
	display:flex;
	justify-content:center;
}

.requests textarea {
	width:500px;
	margin-right:15px;
}

.requests button {
display: inline-block;
margin: 0 0px 0 15px;
margin-top: 0;
}

	
}

.blog-post h3 {
font-size:16px;
}


@media only screen and (max-width: 768px) {
	
.cat-nav.nav-item, .cat-dropdown {
    max-width: 28%;
}

.category-nav .nav-fill .nav-item {
    margin: 5px 5px;
}

}