*, html, body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

#bignav a {
	font-size: 18px;
}

#bignav {
	padding-top: 10px;
}

	 .divider {
   font-size: 32px; 
   margin: 0 1%;
   color: #F5F1F1;
  }

ul {
    margin: 0px auto 0 auto;
    display: block;
    max-width: 680px;
    text-align: center;
}

h2 {
  margin-bottom: 10px;
}

ul, li {
  list-style-type: none;
}


li {
    font-family: "Nunito";
    font-style: italic;
    margin-left: 3.5%;
    margin-right: 3.5%;
    padding-bottom: 10px;
    font-size: 12px;
  }

  a:hover {
  /*text-decoration: underline; */
  color: #CCAAAA;
}

  .dropdown {
  position: relative;
  display: inline-block;
     
}


.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
    font-family: "Nunito";
    font-style: italic;
    font-size: 18px;
    line-height: 0px;
}

.dropdown:hover .dropdown-content {
  display: block;
  text-align: left;
   line-height: 30px;
   color: #CCAAAA;
  
}

.logo {
	animation: fadein 1.5s;
/*	display: block;
	margin: 20px 0;
	position: fixed;
	z-index: 5;
*//*	padding: 20px 20px;*/
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

a {
	cursor: default;
	text-decoration: none;
	color: black;
}

 {
	animation: fadein 1s;
/*	display: block;
	margin: 20px 0;
	position: fixed;
	z-index: 5;
*//*	padding: 20px 20px;*/
}

.home {
	display: inline-block;
	margin: 20px 20px 20px 0;	
	animation: fadein .5s;
}

.grey {
	/*border-right: 2px solid white;
	border-left: 2px solid white;
	padding-left: 12px;
	padding-right: 12px;*/
}

.grey:hover { 
	filter: opacity(60%);
	-ms-filter: opacity(60%);
    -webkit-filter: opacity(60%);
    -moz-filter: opacity(60%);
/*    -moz-transition: .1s ease-in-out;
*/    -o-filter: opacity(60%);
/*    -o-transition: .1s ease-in-out; 
*//*    border-left: 2px dotted grey; 
    border-right: 2px dotted grey;*/
/*	background-color: #fcd;*/
	}

.social-icons:hover, .stream-icons a:hover {
	filter: opacity(60%);
	-ms-filter: opacity(60%);
	-webkit-filter: opacity(60%);
	-moz-filter: opacity(60%);
/*	-moz-transition: .1s ease-in-out;
*/	-o-filter: opacity(60%);
/*	-o-transition: .1s ease-in-out; 
*/}

#social {
  display: block;
  width: 70%;
  margin: 20px 0 0 18px;
  text-align: center;
float: left;
	animation: fadein 0.5s;
}

.icon {
  display: inline-block;
  margin: 20px 8px 0 8px;
}

.hidden-icon {
	display: none;
}

.clearer {
	width: 100px;
	height: 20px;
}


#bottom {
	margin-bottom: 40px;
}


.home:hover, .back:hover { 
	filter: opacity(60%);
	-ms-filter: opacity(60%);
    -webkit-filter: opacity(60%);
    -moz-filter: opacity(60%);
/*    -moz-transition: .1s ease-in-out;
*/    -o-filter: opacity(60%);
/*    -o-transition: .1s ease-in-out;  
*/}

.nav {
	float: right;
	width: 17.5%;
	min-width: 160px;
	text-align: center;
	display: inline-block;
	background-color: white;
	margin-top: 20px;
	z-index: 100;
}

#stream {
	display: inline-block;
	margin: 0px auto;
	animation: fadein 0.5s;
}

.transparent {
	width: 100px;
	height: 400px;
}


 #stream a {
  display: inline-block;
  margin: 2px 0 6px 4px;
 }


 .stream-logo {
  height: 110px;
  float: left;
  padding-left: 20px;
  padding-top: 8px;
 }

 .stream-icons {
   width: 40px;
   margin-left: 50px;
   padding-top: 4px;
   margin-bottom: 0;
   margin-right: 24px;
 /*  float: left;*/
 }

main {
	margin-top: 10px;
	margin-left: 5%;
/*	margin-right: 120px;
*/	display: block;
	text-align: left;
}

.album {
	display: inline-block;
	margin: 24px 20px 20px 0;
}
.tracks {
	float: right;
	text-align: left;
	margin: 0 10px;
	font-family: "Nunito";
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.5em;
	width: 196px;
	height: 184px;
	padding-top: 4px;
	padding-left: 4px;
/*	border-top: 2px solid black;
*/}

h1 {
	font-family: "Yatra One";
	font-size: 40px;
	text-align: left;
	margin-bottom: 15px;
}


.clear {
	display: block;
	clear: both;
	height: 4px;
}


hr {
	margin-top: 20px;
	width: 70%;
}



@media screen and (max-device-width: 700px) {
	.logo-img {
		height: 100px;
	}

}

.nav {
 margin-top: 0;
 }

@media screen and (max-width: 690px) {
	.transparent {
		display: none;	
	}

	#divider {
		width: 90%;
	}
	
	#stream {
		display: none;
	}
/*
	.home {
		float: left;
		margin-top: 30px;
	}
*/
	.nav {
		width: 50%;
		display: none;
	}

	.home {
		position: absolute;
		right: 42px;
		top: 28px;
	}

	h1 {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px; 
		font-size: 30px;
	}
	.album {
	margin-right: 0;
	}
}

@media screen and (max-width: 470px) {	
	.tracks {
		padding-top: 0;
		padding-left: 0;
		font-size: 11.5px;
	}

	.logo-img {
		height: 80px;
		float: right;
		margin-right: 5%;
	}

	.home {
		top: 16px;
		right: 30px;
	}


	h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 26px;
	}

	main {
		margin-left: 3%;
	}

	.album-art {
		width: 168px;
	}

	.nav {
		width: 95%;
		margin-bottom: 10px;
	}

	.home {
		margin-left: 0;
	}

	.hidden-icon {
		display: inline-block;
		float:right;
		margin: 26px 36px 20px 10px;
	}

	.apple {
		margin-top: 18px;
		margin-right: 26px;
	}



}

@media screen and (max-width: 398px) {	
	.tracks {
		display: none;
	}

	.home {
		right: 16px;
		top: 40px;
	}

	#lp2, #lp4 {
		float: right;
		margin-right: 10%;
	}

	main {
		margin-left: 7%;
	}

	.album {
		width: 42%;
		margin-bottom: 0px;
	}

	.album-art {
		width: 100%;
	}

	h1 {
		display: block;
		font-size: 20px;
		margin-top: 32px;
		margin-bottom: 0;
	}
	
	.nav {
		width: 95%;
		margin-bottom: 10px;
	}

	.logo-img {
		float: right;
		margin-right: 5%;
		height: 60px;
	}

	.home {
		margin-top: 16px;
		margin-left: 0;
	}

	.home img {
		width: 54px;
	}

	.hidden-icon {
		display: inline-block;
		float:right;
		margin: 20px 36px 20px 10px;
	}

	.hidden-icon img {
		width: 26px;
	}

	.apple {
		margin-top: 14px;
		margin-right: 26px;
	}


	#bottom {
		width: 90%;
	}
}


