@import url('https://fonts.googleapis.com/css?family=Montserrat:100,800,900');
body {
  font-family: 'montserrat', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
}
p {
  font-size: 14px;
  line-height: 26px;
}
a:hover,
a:focus {
  color: #fff;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #4676fa;
}

.headerbg {
  background: url(../img/blankredskybg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
width: 100%;
	background-attachment: fixed;
}

.section-header{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

#download {
  background-image: linear-gradient(120deg, #4AFAE8 0%, #EE1200 100%);
  width: 100%;
}
#download .section-title {
  color: #fff;
}
.btn {
  margin: 10px;
}
.btn i {
  margin-right: 5px;
}

footer {
  background: #0D916F;
  padding: 60px 0px 30px;
  text-align: center;
}
.site-info p {
  line-height: 34px;
  color: #EE1200;
}
.site-info p a {
  color: #EE1200;
}
.site-info p a:hover {
  color: #4676fa;
}
.social-icons {
  margin-bottom: 20px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;

  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.social-icons ul li a:hover {
  color: #ffffff;
}
.facebook a {
  color: #EE1200;
}
.facebook a:hover {
  background: #4867aa;
}
.twitter a {
  color: #EE1200;
}
.twitter a:hover {
  background: #1da1f2;
}
.bandcamp a {
  color: #EE1200;
}
.bandcamp a:hover {
  background: #639AA9;
}
.instagram a {
  color: #EE1200;
}
.instagram a:hover {
  background: #D63086;
}
.soundcloud a {
  color: #EE1200;
}
.soundcloud a:hover {
  background: #ff5200;
}
.youtube a {
  color: #EE1200;
}
.youtube a:hover {
  background: #df2926;
}
.amazon a {
  color: #EE1200;
}
.amazon a:hover {
  background: #FF9900;
}
.apple a {
  color: #EE1200;
}
.apple a:hover {
  background: #777777;
}
.spotify a {
  color: #EE1200;
}
.spotify a:hover {
  background: #1ED760;
}
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #4676fa;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #4676fa;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4676fa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.island{
	position: relative;
	top: -50px;

}

@media only screen and (max-width: 700px) {
    [class*="island"] {
position: relative;
top: 2px;
width: 100%;
padding: 10px;
overflow: hidden;
    }
}
.titlewords{
	font-family: 'montserrat';
	color: #1DDCD1;
	font-size: 3.5em;
	position: absolute;
	top: 60px;
	left: -125px;
}
@media only screen and (max-width: 850px) {
    [class*="titlewords"] {
	font-family: 'montserrat';
	color: #1DDCD1;
	font-size: 1.3em;
	position: absolute;
	top: 15px;
	left: 15px;
    }
}
