body{
    font-family: 'Montserrat', sans-serif;
}
header .carousel-inner .item{
    height: 100vh;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navbar-inverse .navbar-brand {
	color: #fff;
	font-family: 'Alfa Slab One', cursive;
	font-size: 25px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
    
.bg{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}
.carousel-caption{
    padding-bottom: 250px;
    text-align: left;
    left: 13%;
}
.carousel-caption h2 {
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'Alfa Slab One', cursive;
}
.carousel-caption .btn {
	display: inline-block;
	margin-top: 15px;
}
.carousel-control.right{
    background-image: none;
}
.carousel-control.left{
    background-image: none;
}

@media (max-width:767px){
    .bg {
	background-position: 65%;
}
    .carousel-caption {
	padding-bottom: 140px;
        left: 5%;
}
    .carousel-caption h2 {
	font-size: 20px;
}
    .carousel-caption h3 {
	font-size: 15px;
}
}

#header {
        /*background-color: black;*/
        /*Opacity start*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.80;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        /*Opacity end*/
        color: white;
        /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
        position: absolute;
        bottom: 10px;
        /*left: 141px;*/
        left: 0;
        z-index: 80;
        width: 100%;
        line-height: 12px;
        /*height: 150px;*/
        height: 100px;
        padding: 0;
        margin: 0;
    }
#header #header-content {
    margin: 10px;
}