



header {
	overflow:hidden;
}

.header-video {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
}


h1.header-title {

    text-align: center;
    position: fixed;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
    
}


h2.header-title {

    text-align: left;
    position: fixed;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
    
}



.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.bg-dark {
    background-color:rgba(0, 0, 0, 0.4) !important;
}


.img-city {
    width: 70vw;
    height: 500px;
}

img {
    display: block;
	width: 50vw;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
    
}

h2{
    font-family:monospace;
    font-weight: bold;
    margin-bottom: 50px; !important
    
}


}

h5{
    font-family:monospace;!important
    font-size: 20px;
}
h5{
    font-family:monospace;
    font-size: 20px;
}


audio {
    
    align-content:center ;
    
	width: 50vw;
/*	height: 50vh;*/
	object-fit: cover;
	display: table;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: -20px;
    
}



