

.maintitle, body, p, .subtitle {
font-family: fenwick, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.2vh; 
  text-transform: uppercase;
    color: #000;
}
.maintitle {
  padding: 0 20px;
}
#progressBar {
margin: 0;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 100%;
}

#fixedheader, #fixedfooter {
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 40px;
	z-index: 10;
}
#fixedheader {
	top: 0;
	border-bottom: 1px solid black;
	overflow: hidden;
}
.bg{
  position: absolute;
  width: 5076px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(TemplateData/img/sn_logotype_alt.svg) 0% 0% repeat;
}
#fixedheader .bg {
  animation: slideleft 60s linear infinite;
}
#fixedfooter .bg {
  animation: slideright 60s linear infinite;
}
#mainlogo {
    position: relative;
    top: -20px;
}
@keyframes slideleft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
@keyframes slideright {
  0% {
    transform: translate3d(-1692px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
#fixedfooter {
bottom: 0;
border-top: 1px solid black;
}
.centered3 {    
    position: relative;
	height: 8px;
	width: 50%;
    max-width: 770px;
    margin: 0 auto;
	top: 10px;
	}
	.subtitle {
    padding: 80px;
	}
	/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
#close {
  color: #888;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#close:hover,
#close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.subtitle-main {
    top: -40px;
    position: relative;
}
.uploadlink {
    margin: 10px 20px 0 0;
    position: relative;
    float: right;
}
.uploadlink a {
    text-decoration: none;
    color: #000;
}

.uploadlink a:hover {
color: #888;
}
.nav {
    margin: 10px 0 0 20px;
    position: relative;
    float: left;
    padding: 0;
}
.nav ul {
    padding: 0;
    margin: 0;
}
.nav ul li {
    position: relative;
    width: 20px;
    height: 20px;
    list-style: none;
    display: inline-block;
    background-size: cover;
    margin: 0 7px 0 0;
    opacity: 0.8;
}
@media only screen and (max-width: 600px) {
    .nav ul li {
        width: 15px;
        height: 15px;
    margin: 0 2px 0 0;
    }
}

#insta {background-image: url("img/socialicon_b_instagram.png")}
#twitter {background-image: url("img/socialicon_b_twitter.png")}
#facebook {background-image: url("img/socialicon_b_facebook.png")}
#youtube {background-image: url("img/socialicon_b_youtube.png")}
#spotify {background-image: url("img/socialicon_b_spotify.png")}
#apple {background-image: url("img/socialicon_b_apple.png")}
#soundcloud {background-image: url("img/socialicon_b_soundcloud.png")}
#discord {background-image: url("img/socialicon_b_discord.png")}

.nav ul li:hover {
    opacity: 0.5;
}