	body{
		color: #D3D3D3;
		background-color: black;
		line-height: 1.4em;
		margin: 0;
		font-family: Courier New, monospace;
		font-size: 16px;
		transition: background-color .5s;}

	#content{
		overflow: auto;}
	header{
		height: 750px;
		background-size: cover;
		background-image: url("Mook Man - Heat On (Official Music Video)_Moment.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		overflow-x: hidden;
		margin: auto;}
	.logoName a{
		position: relative;
		top: 75px;
		left: 220px;
		font-family: Monotype Corsiva, cursive;
		font-size: 60px;
		color: #D3D3D3;		
		text-decoration: none;}
	.logoName a:hover, .logoName a.current{
		color: white;
		text-align: center;}
	.title{
		position: relative;
		text-align: center;
		font-family: Courier New, monospace;
		font-size: 30px;
		margin-top: -16px;
		border-bottom: 2px solid #D3D3D3;
		border-top: .5px solid #D3D3D3;
		margin-left:-15px;
		margin-right: -15px;
		margin-bottom: 60px;}
	.links{
		position: relative;
		display: block;
		top: 105px;
		left: 280px;
	}
	.insta{
		position: relative;
		left: -4px;
		
	}
	.twitter{
		position: relative;
		left: -11px;
	}
	
	.title2{
		position: relative;
		text-align: center;
		font-family: Courier New, monospace;
		font-size: 30px;
		border-bottom: 2px solid #D3D3D3;
		border-top: .5px solid #D3D3D3;
		margin-left:-15px;
		margin-right: -15px;
		margin-top: 30px;}
	
	.links2{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;}
	.apple{
		position: relative;
		left: 2px;
		margin-right: 75px;
		margin-left: 75px;
		
	}
	.amazon{
		position: relative;
		left: -11px;
	}
	
	span{
		float: left;
		z-index: 100;
		display: none;
	}
	nav{
		position: relative;
		display: inline;			
		justify-content: center;
		align-items: center;
		top: 50px;
		height: 30px;
		left: 1000px;
		z-index: 1;}
	footer{
		position: relative;
		top: 15px;
		margin-top: 0px;
		margin-left: -15px;
		margin-right:-15px;
		background-color: #1E1E1E;
		height: 25px;
		font-size: 12px;
		text-align: center;
		}	
	nav ul{
		margin-top: 0px;}
	nav li{
		position:relative;
		display: inline;
		margin: 5px;
		padding: 5px;}
	nav li a{
		color: #D3D3D3;
		text-decoration: none;}
	nav li a:hover, nav li a.current{
		color:#0ED6EA;
		text-align: center;
		}
		
	.mySlides {display:none;}
	
	.wrapper{
		position: relative;
		top: 20px;
		width: 400px;
		margin: 0px auto 100px auto;}
	h3{
		text-align: center;
		font-family: Brush Script MT, Brush Script Std, cursive;}
	.B-color
	{background-color: black;
	width: 100%; }
	
	.about{
		font-family: Georgia, serif;
		font-size: 30px;
		text-align: center;
		text-decoration: underline;
	}
	p{
		text-align: center;
	}
	#myBtn{
		position: relative;
		margin-top:10px;
		left: 75px;
		background-color: black;
		color: #D3D3D3;
	}
	.myBtn:hover, .myBtn2:hover, .myBtn:active, .myBtn2:active {color: #0ED6EA;}
	.myBtn, .myBtn2 {cursor: pointer;}
	
	#myBtn2{
		position: relative;
		margin-top:10px;
		left: 75px;
		background-color: black;
		color: #D3D3D3;
	}
	
	/* The Modal (background) */
	.modal, .modal2 {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 3; /* Sit on top */
	  padding-top: 100px; /* Location of the box */
	  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 */
	.modal-content {
	  position: relative;		
	  justify-content: center;
	  align-items: center;
	  background-color: black;
	  margin: auto;
	  padding: 0;
	  border: 1px solid #888;
	  width: 800px;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	  -webkit-animation-name: animatetop;
	  -webkit-animation-duration: 0.4s;
	  animation-name: animatetop;
	  animation-duration: 0.4s
	}

	/* Add Animation */
	@-webkit-keyframes animatetop {
	  from {top:-300px; opacity:0} 
	  to {top:0; opacity:1}
	}

	@keyframes animatetop {
	  from {top:-300px; opacity:0}
	  to {top:0; opacity:1}
	}

	/* The Close Button */
	.close, .close2 {
	  color: white;
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	  display: flex;
	}

	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}
	
	.close2:hover,
	.close2:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}

	.modal-header {
	  padding: 2px 16px;
	  background-color: #003E77;
	  color: #D3D3D3;
	}

	.modal-body {padding: 2px 16px;}

	.modal-footer {
	  padding: 2px 16px;
	  background-color: #003E77;
	  color: #D3D3D3;
	}
	
	.modal-header2 {
	  padding: 2px 16px;
	  background-color: #560505;
	  color: #D3D3D3;
	}

	.modal-body2 {padding: 2px 16px;}

	.modal-footer2 {
	  padding: 2px 16px;
	  background-color: #560505;
	  color: #D3D3D3;
	}
	.vid-align-center{
		position: relative;
		top: 0px;
		display: block;
		margin: 0px auto;}
	.align-center{
		position: relative;
		top: 0px;
		display: block;
		margin: 0px auto;}
		
	
	.footer{
		position: relative;
		width: 100%;
		font-size: 80%;
		padding: 5px;
		color: white;
		top: 0px;}
	
	.closebtn{
		display: none;
	}
	.backColor{
		position: relative;
		top: -22px;
		display: none;
		margin-top: auto;
		clear: both;
		color: black;
		background-color: #CC423A;
		margin-right: -21px;
		margin-left: -7px;
		height: auto;
	}
	
	@media only screen and (max-width: 1371px){
	.navy{
		position: relative;	
		display: flex;			
		justify-content: center;
		align-items: center;
		left: -600px;	
	}
	
	@media only screen and (max-width: 1130px){
	.navy{
		position: relative;	
		display: flex;			
		justify-content: center;
		align-items: center;
		left: -700px;	
	}
	}
	
	@media only screen and (max-width: 895px){
	.navy{
		position: relative;	
		display: flex;			
		justify-content: center;
		align-items: center;
		left: -800px;	
	}
	
	@media only screen and (max-width: 780px){
	.navy{
		position: relative;	
		display: flex;			
		justify-content: center;
		align-items: center;
		left: -900px;	
	}	
	
	
	@media only screen and (max-width: 760px) {	
	
	header {
		overflow: hidden;
		height: 350px;
	}
	.modal-content{
		width: 500px;
	}
	
	video{
		width: 450px;
	}
	.navy{
		position: relative;	
		display: flex;			
		justify-content: center;
		align-items: center;
		left: -950px;	
	}
	.wrapper{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;}

	.logoName{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		left: -210px;
		top: 10px;
		}
	.links{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		left: 25px;
		
	}
	.twitter{
		position: relative;
		left: -15px;
	}
	.insta{
		position: relative;
		margin-right: 25px;
		margin-left: 25px;		
	}
	
	.backColor{
		display: flex;

	}

	article {
		clear: both;
		overflow: auto;
		width: 100%;}
		
	h1{
		position: relative;
		text-align: right;
		top: -15px;
		left: -80px;
		margin-bottom: 0px;
		margin-left: 0;
		margin-right:0;
		width: 100%;}

	h2{
		font-weight: normal;}

	h2 {
		margin: 10px 0px 5px 0px;
		padding: 0px;}
	.adjust2{
		position: relative;
		left: 40px;}
	.adjust{
		position: relative;
		display: inline;
		left: 5%;
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: auto;}

	
	}		
		
	@media only screen and (max-width: 575px){
	.navy{
		position: relative;	
		display: flex;			
		justify-content: center;
		align-items: center;
		left: -1000px;	
	}
	
	@media only screen and (max-width: 472px){
	.navy{
		position: relative;	
		display: flex;			
		justify-content: center;
		align-items: center;
		left: -1000px;	
	}

	
	@media screen and (max-width: 450px) {
		nav {
			padding-top: 0px;
			height: 30px;}
		nav a {font-size: 16px;}
	.modal-content {
	  width: 400px;}
	 video{
		 width: 350px;
	 }
	}
	
	@media screen and (max-width: 420px){
		nav li{
		position:relative;
		display: inline;
		margin: 0px;
		padding: 0px;}
	}
	
		
	@media screen and (max-height: 450px) {
		nav {
			padding-top: 0px;
			height: 30px;}
		nav a {font-size: 16px;}
		wrapper{
			margin: 0px;}
	
		}
				
