/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  /*padding: 154px 0 100px;*/
  /*padding: 74px 0 0;*/
}

@media (min-width: 992px) {
	header {
		/*padding: 156px 0 100px;*/
	}
	.mometal{		
		position: fixed !important;
		top: 74px;
		right: 0;
		left: 0;
		z-index: 1030;
	} 
	.sz2020{
		position: fixed;
		top: 115px;
		right: 0;
	}

	.sz2020 > img{
		max-width: 60%;
		float: right;
	}
}

@media (max-width: 991px){
	.mometal {
		position: relative;
		padding: 74px 0 0;
		z-index: 10;
	}
	.sz2020{
		position: absolute !important;
		top: 115px;
		right: 0;
		left: 0;
	}
	.sz2020 > img{
		max-width: 35%;
		float: right;
	}
	.controls{
	
	}
}

@media (max-width: 446px){
	.sz2020{
		top: 138px;
	}
	.controls{
		bottom: 100px;
		width: 100%;
		text-align: center;
		right: 0;
	}
}

