@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700|Roboto:100,100i,400,400i,500,500i,700,700i');

body{
    font-family:'Quattrocento Sans', Sans-serif;
}
nav{
 font-family: 'Quattrocento Sans', sans-serif;
 font-weight: 400;
}

.navbar-nav{
    width: 100%;
}
.wrapper{
    height: 100vh;
    background: url(../images/bg.jpg) fixed no-repeat center top/cover;
}
section{
    position: relative;
    z-index: 1000;
    background: #fcfcfc;
    padding: 1em;
}
section#contact{background: url(../images/contact.jpg) no-repeat top center/cover #0346b5;color: #fff;}
section#overlay{
    height: 100vh;
    background:none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#overlay h1{
    background: url(../images/logo.png) no-repeat center center/auto 100%;
    font-size: 0;
    height: 50vh;
    width: 100%;
}

.bgvideo{
    display: none;
    position: fixed;
    z-index: 1;}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
}

.navbar-nav .logo a {
    background: url(../images/logo.png) no-repeat center center/50% #FFF;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    top: -50px;
}

.navbar-nav .nav-item{
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 0.1em;
}.alert-success {
    padding: 1em 0.5em 0;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.soundcloud{
    margin-bottom:30px;
}

@media (min-width: 768px){
.bgvideo{
    display: block;
    position: fixed;
    z-index: 1;}
	.navbar-nav {
    	height: 50px;
	}	

    section{

        padding: 5em;
    }
}
