/* Responsive design for
 * IIIF About page
 */


@media (min-width: 768px){

	.mainmenu.navbar-default {
    	background-color: transparent;
    }

    .mainmenu.menu-bg {
    	background: #c8ced0;
    	color: #c8ced0;
	}

	.navbar-header{
		border-radius: 0px 0px 10px 10px;
	}
	
	.navbar-brand{
	    padding: 30px 10px 10px;
	    height: 70px;
	    margin-left: 0 !important;
	}

	.navbar-nav{
		padding-top: 15px;
	}

	.home-bg {
    	background-size: 200%;
	}

	.home-bg .header-details {
    padding-top: 220px;
}

	.home-bg .header-details h2{
    font-size: 3.75rem;
    }

    .scrollup{
		bottom: 50px;
		right: 50px;
	}

	.sections{
		text-align: left;
	}
}

@media (min-width:992px){

	.home-bg {
    	background-position: center top;
    	background-size: cover;
	}

	/*.home-bg .header-details { color: #314a5b; }*/

	.sections {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}

	.promotion, .portfolio, .team-heading {
		padding: 0;
	}

}/*@ min-width: 992px*/