/*
body {
    width: 100%;
    height: 100%;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

html {
    width: 100%;
    height: 100%;
}



#carousel.section {
	padding-top: 100px;
}
.carousel-inner,
.carousel-inner > .item {
	height: 100%;
}
.carousel-inner > .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
    
	.navbar {
	    padding-top: 40vh;
	}   
	 
	.top-nav-collapse {
	    padding-top: 0;
	}
	#carousel-projects {
		height: 53vh;
		background: #FF0000;
		
	}
	#carousel.section {
		padding-bottom: 0;
		padding-top: 47vh;
	}	    
}


.bg {
    background: #eee;
}

@media(max-width:767px) {
	.section {
	   padding: 50px 0;
	}
}

*/