/* (desktops, 992px and up) */
@media (min-width: 992px) {


/*jumbotron*/
.jumbotron h1{font-size:80px;}


/*NAV*/
.navbar-default .navbar-nav > li > a {padding:0px 26px; line-height:128px; font-size:20px;}
.navwrapper{background-position: top -50px right -150px; margin:50px -15px 0px -15px;}
.navbar-header{
	padding-right:80px; 
	height:128px; 
	background:url(../images/euro-klein.png) no-repeat #98b800; 
	background-position: top 50px right 0px;
	-webkit-animation: munt 5s infinite; /* Safari 4+ */
	-moz-animation: munt 5s infinite; /* Fx 5+ */
	-o-animation: munt 5s infinite; /* Opera 12+ */
	animation: munt 5s infinite; /* IE 10+, Fx 29+ */}

@keyframes munt {
    0%   {background-position:330px  50px; }
    50%  {background-position:250px  50px; }
    100% {background-position:330px  50px; }
}

.affix{max-width:213px; overflow:hidden;}



}