

#menu {
	height: 100px;
	background-color: #89431f;
}

#custom_nav {
	padding-top: 25px;
}

#float_nav {
	height: 85px;
}

.search {
	padding-top: 12px;
}

.footer_copyright {
	padding-top: 15px;
	background-color: #89431f;
	color: white;
}

#map {
	height: 400px;
}

.copyright {
	background-color: #ffffffad;
}

.fa {
	color: #9ad0ff;
}

footer {
	background-image: url(../images/carpet_background_small.jpg);
	padding: 15px 0px 15px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width:1200px) {

	.navbar-default {
		background-color: white;
		margin: 10px 10px 90px 10px;
	}
	.banner_background {
		background-image: url(../images/banner.jpg);
		height: 500px;
		background-position: center;
	}

	.title_bar {
		background: #4a4646;
		color: white;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 0px 0px 5px 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	.social_icons {
		font-size: x-large;
		text-align: center;
	}

	.testimonials {
		background: #cbcbcb;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 5px px;
		padding-top: 15px;
	}

	.img_thumb {
		height: 250px !important;
		object-fit: cover;
	}

	.caption {
		text-align: center;
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {

	/* Extra grande */
	.navbar-default {
		background-color: white;
		margin: 10px 10px 90px 10px;
	}
	.banner_background {
		background-image: url(../images/banner.jpg);
		height: 500px;
		background-position: center;
	}

	.title_bar {
		background: #4a4646;
		color: white;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 0px 0px 5px 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	.social_icons {
		font-size: x-large;
		text-align: center;
	}

	.testimonials {
		background: #cbcbcb;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 5px px;
		padding-top: 15px;
	}

	.img_thumb {
		height: 250px !important;
		object-fit: cover;
	}

	.caption {
		text-align: center;
	}

	.category_container {
		padding-top: 30px;
		border-width: 1px;
		border-style: solid;
		margin-top: 10px;
		border-radius: 5px;
		background-color: white;
		filter: drop-shadow(2px 4px 6px black);
	}
}

@media screen and (min-width:768px) and (max-width: 991px) {

	/* GRANDE */
	.navbar-default {
		background-color: white;
		margin: 10px 10px 90px 10px;
	}
	.banner_background {
		background-image: url(../images/banner.jpg);
		height: 500px;
		background-position: center;
		background-size: cover;
	}

	.title_bar {
		background: #4a4646;
		color: white;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 0px 0px 5px 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	.social_icons {
		font-size: x-large;
		text-align: center;
	}

	.testimonials {
		background: #cbcbcb;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 5px px;
		padding-top: 15px;
	}

	.img_thumb {
		height: 250px !important;
		object-fit: cover;
	}

	.caption {
		text-align: center;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {

	/* mediano */
	.banner_background {
		background-image: url(../images/banner.jpg);
		height: 500px;
		background-position: center;
		background-size: cover;
	}
	.navbar-default {
		background-color: white;
		margin: 10px;
		float:none;
	}
	.navbar-brand{
		float:none;
	}

	.title_bar {
		background: #4a4646;
		color: white;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 0px 0px 5px 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	.social_icons {
		font-size: x-large;
		text-align: center;
	}

	.testimonials {
		background: #cbcbcb;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 5px px;
		padding-top: 15px;
	}

	.img_thumb {
		height: 250px !important;
		object-fit: cover;
	}

	.caption {
		text-align: center;
	}
}

@media screen and (max-width:576px) and (max-width:575px) {
	.navbar-default {
		background-color: white;
		margin: 10px;
		float:none;
	}
	.navbar-brand{
		float:none;
	}
	.banner_background {
		background-image: url(../images/banner.jpg);
		height: 500px;
		background-position: center;
		display: none;
	}

	.title_bar {
		background: #4a4646;
		color: white;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 0px 0px 5px 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	.social_icons {
		font-size: x-large;
		text-align: center;
	}

	.testimonials {
		background: #cbcbcb;
		filter: drop-shadow(2px 4px 6px black);
		border-radius: 5px px;
		padding-top: 15px;
	}

	.img_thumb {
		height: 250px !important;
		object-fit: cover;
	}

	.caption {
		text-align: center;
	}
}