/* Disable boxes around images in IE10 */
a img{
  border: 0px;
}

.home-section {
  position: relative;
  height: 1200px;
  width: auto;
  background-color: #f3f3f3;
  background: url('../images/home.jpg') center 30% no-repeat;
  width: 100;
  background-size: cover;
}

.home-slogan {
  font-size: 8.0vw;
  color: #767777;
  padding-top: 200px;
}

.home-sub-slogan {
  font-size: 6vw;
  padding-top: 8.5vw;
}

.music-section {
  position: relative;
  background: url('../images/coffeycloud.jpg') center 30% no-repeat;
  background-size: cover;
  height: 1000px;
}

.music-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.music-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

.ebook-section {
  position: relative;
  background: url('../images/ebook.jpg') center 30% no-repeat;
  background-size: cover;
  height: 1000px;
}

.ebook-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.ebook-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

.videos-section {
  position: relative;
  background: url('../images/videos.jpg') center 30% no-repeat;
  background-size: cover;
  height: 1000px;
}

.videos-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.videos-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

.links-section {
  position: relative;
  background: url('../images/websites.jpg') center 30% no-repeat;
  background-size: cover;
  height: 1000px;
}

.links-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.links-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

.feedback-section {
  position: relative;
  background: url('../images/feedback.jpg') center 30% no-repeat;
  background-size: cover;
  height: 1000px;;
}

.feedback-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.feedback-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

.android-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

.android-alt-link .material-icons {
    position: relative;
    top: 6px;
}

/* Nav Bar Start */
.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 52px;
  background-color: #313F47;
}

/* Add a black background color to the top navigation */
.topnav {
    color: #37474f;
    text-align: center;
    font-size: 24px;
    text-align:center;
}

/* Style the links inside the navigation bar */
.topnav a {
    color: #f2f2f2;
	padding: 16px; 
    text-decoration: none;
    display:inline-block;
	background-color: #313F47;
}

.topnav li {
	display:inline; 
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 621 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
	height: 20px;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
}

.song-section {
  position: relative;
  background: url('../images/coffeycloud.jpg') center 30% no-repeat;
  background-size: cover;
  height: 1000px;
}

.song-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.song-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}
/* Nav Bar End */