/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

 /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.navbar-brand img {
		max-width: 240px;
		margin-left: -10px;
		margin-top: 5px;
	}
	
	.carousel {
		height: 250px;
	}
	
	.carousel-inner > .item {
		height: 250px!important;
	}
	
	.carousel-caption {
		display: none;
	}
	
	h1 {
		font-size: 35px;
	}
}

 /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.carousel {
		height: 450px;
	}
	
	.carousel-inner > .item {
		height: 450px!important;
	}
	
	.carousel-caption {
		display: none;
	}
}

/*** navbar only ***/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}