.navbar{
    min-height: 60px;
}
.bs-title{
	text-align: center;
}
.section.wrap-gallery{
	padding-top: 0;
}
.overlay {
   background:rgba(255,255,255,.6);
   /*background:rgba(0,74,152,.2);*/
   /*opacity:.5;*/
}
.under-title-sectionnya{
	color: black;
	/*background: white*/
}
.section.welcome .welcomewrap{
	padding-top: 50px
}
nav .navbar-header .navbar-brand img{
	width: 70%;
	height: auto;`
}
.azulalium{
	color:#004A98
}
/*.yotubevideo{
	height:315px; 
	width:100%;
}*/

@media only screen and (min-width: 800px) {
  .yotubevideo{
    width: 100%;
    height: 315px;
  }
}
@media only screen and (max-width: 736px) {
.yotubevideo{
 	width: 100%;
 	 height:auto;
 }
}