/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.carousel-caption img {
		width: 70%;
 	}
	.carousel-caption h3 {
    font-size: 0.875rem;
  	}

	
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	.carousel-caption img {
		width: 50%;
 	}
	.carousel-caption h3 {
    font-size: 	1.125rem;
  	}
  	
	
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.navbar-nav{
	font-size: 0.75rem;
	letter-spacing: 0.125rem;
	}
	#navcontact{
	display: none;
	}
	.carousel-caption img {
		width: 50%;
 	}
	.carousel-caption h3 {
    font-size: 	0.9375rem;
  	}

    
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.navbar-nav{
	font-size: 0.875rem;
	letter-spacing: 0.125rem;
	}
#navcontact a{
	font-size: 1.125rem;
	margin-right: 5px;
}

.carousel-caption h3 {
	font-weight: 200;
	font-size: 1.375rem;
}
		
.carousel-caption img {
  width: 35%;
}

		 
		 
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }