.navbar.navbar-expand-lg.menutop.hideonmobile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}

.headerbgcolor, .fixed-top {
background-color:#e4e1dc;
}

.fixed-top {
	margin-top:30px;
}

.fixed-top > div > #navbarsExample07 > ul > li.menutop, .dropdown-item, .dropdown-item:hover, .dropdown-menu {
  background-color: #e4e1dc;
}


.typewriter{
	display:inline-block;
	overflow:hidden;
	width:auto;
	white-space:nowrap;
	margin:0 auto;
	animation:3.5s steps(40,end) typing
}

@keyframes typing{
	from{width:0}
	to{width:100%}
}
@keyframes blink-caret{
	from,to{border-color:transparent}50%{border-color:orange}
}

@media (max-width: 992px) {
	.tabelmidden {
  		margin-top: 70px;
	}
	.usptop {
		position: fixed;
  		width: 100%;
		top: 0px;
		z-index:1060;
	}
	.hideondesktop {
  		display: block !important;
	}
}