body { 

	width: 100%; 
	padding: 0;  
	height: auto; font-family: 'Josefin Sans'; 
	font-style: normal; 
	color: #ffffff; 
	font-size: 14px; 
	margin: 0px auto; 
	
	background-image: linear-gradient(90deg,
        #008f6c 20%,
        #fff600 40%, 
        #fff600 40%,
        #b590d8 60%, 
        #b590d8 60%,
        #00ffa2 80%, 
        #00ffa2 80%);

	background: -moz-linear-gradient(90deg, 
	
	#008f6c 20%, 
	#fff600 40%,
	#fff600 40%, 
	#b590d8 60%, 
	#b590d8 60%, 
	#00ffa2 80%, 
	#00ffa2 80%);
    	
    	background: -webkit-linear-gradient(90deg, 
    	
    	#008f6c 20%, 
    	#fff600 40%, 
    	#fff600 40%, 
    	#b590d8 60%, 
    	#b590d8 60%, 
    	#00ffa2 80%, 
    	#00ffa2 80%);
    	
    	background: linear-gradient(90deg, 
    	
    	#008f6c 20%, 
    	#fff600 40%, 
    	#fff600 40%, 
    	#b590d8 60%, 
    	#b590d8 60%, 
    	#00ffa2 80%, 
    	#00ffa2 80%);

}

.responsive-image {
	position: relative;
	padding-bottom: 28.00%;
	padding-top: 10px; 
	height: auto; 
	overflow: hidden;
}

.responsive-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}

content {
	width: 100%; height: 100%; margin: 0px auto;
}

.footer {
   position: relative;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 220px;
   background-color: black;
   color: white;
   text-align: center;
}

a.subscribelink {
   text-decoration: none;
   color: #ffffff;
}

a.subscribelink:hover {
   text-decoration: none;
   color: #cccccc;
}