.top-bedrijfsnaam 	{
  color: #007BFF;
  text-shadow: 2px 2px 2px #000000;
	}

.top-bedrijfsmotto 	{
  color: #000000;
  text-shadow: 2px 4px 4px #FFFFFF;
  font-style: italic;
	}

.jumbotron {
	background: url("/images/topBanner.png") repeat right;
	height: 190px;
	}

.shadow-effect-imagecarousel {
  text-shadow: 2px 2px 2px #000000;
	}

sup {
    position: relative;
    bottom: 0.5em;
    color: red;
    font-size: 0.8em;
	}

#main-content {
		margin-top:20px;
	}
	
.footer {
		font-size: 14px;
		text-align: center;
	}
	
.antispam	{
		display:none;
	}
	
.neon-text {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}