header{
  z-index: 1000;
}
header p, header a, header a:hover, header a:focus, header a:active{
  margin-bottom: 0!important;
}
header img{
  margin-bottom: 20px;
}
#contactbar p{
  margin: 0;
}

.carousel{
  width: 100%;
  min-height: 600px;
}
.carousel-item, .carousel-item p, .carousel-item h1, .carousel-item h2, .carousel-item h3, .carousel-item h4, .carousel-item h5, .carousel-item h6, .carousel-item a{
  color: white!important;
  text-shadow: 1px 1px 5px #000000!important;
}
header svg{
  height: 20px;
}
header #svg8{
  height: 95px;
  fill: #262626;
}
header #svg8 .logosvg, footer #svg8 .logosvg{
	transition: 0.2s;
}
header #svg8:hover .logosvg, footer #svg8:hover .logosvg{
	fill: #7500b8;
	transition: 0.2s;
}
