/* Program Name: indStyle.css */

/* Google Font - Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Music&family=Ultra&display=swap');

body {
    height: 100vh;
    background-image: url("images/NYC9.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    font-family: 'Montserrat', san serif;
}

iframe {
    font-family: 'Montserrat', san serif;	
    border-radius: 20px;
	border: none;	
	overflow: hidden;
}

.totalPage {
	width: 1100px;
	height: 1561px;
	margin: 0 auto;
    opacity: 90%;	
    background-image: linear-gradient(to bottom, #000a3f, #011080);
    border-radius: 20px;
/*	border: none;	 */
    border: 1px solid #1f29d4;		
}

.myHeader {
	position: relative;
	top: -20px;
    border: 1px solid #1f29d4;	
    border-radius: 20px;
	border: none;		
	width: 1100px;
	height: 120px;
    background-image: url("images/header.jpg");
    font-family: 'Montserrat', san serif;	
    text-align: center;	
}

.headLine1 {
	position: relative;
	top: 20px;
}

.headLine2 {
	position: relative;
	top: 15px;
}

.welcome {
	top: -20px;
	position: relative;
	width: 272px;
	height: 225px;
    border: 1px solid #1f29d4;	
	border-radius: 20px;
	text-align: center;
}

.onair {
	position: relative;	
	top: -247px;
	left: 274px;
    font-family: 'Montserrat', san serif;	
	color: white;	
	width: 550px;
	height: 120px;	
    border: 1px solid #1f29d4;	
	border-radius: 20px;
}

.lastPlayed {
	top: -368px;
	left: 825px;
	position: relative;
	color: white;
	width: 272px;
	height: 1315px;
    border: 1px solid #1f29d4;	
	border-radius: 20px;	
}

.player {
	position: relative;
	top: -1458px;
	width: 272px;
	height: 225px;
    border: 1px solid #1f29d4;	
	border-radius: 20px;
	text-align: center;	
}

.bio {
	position: relative;
	width: 552px;
	height: 225px;
	top: -1791px;
	left: 273px;
	color: white;
    border: 1px solid #1f29d4;	
	border-radius: 20px;	
}

.buyit {
	position: relative;
	top: -1685px;
	width: 272px;
	height: 225px;
	color: white;
    border: 1px solid #1f29d4;	
	border-radius: 20px;
	text-align: center;		
}

.box-7-grf{
		position: relative;;
		top: -17px;
		left: -18px;;
}	

.box-7-grf2{
		position: relative;;
		top: -24px;
		left: 9px;
}	

.chat {
	position: relative;
	width: 550px;
	height: 970px;
	top:-2019px;
	left: 274px;
	color: white;
    border: 1px solid #1f29d4;
	border-radius: 20px;		
	text-align: center;	
}

.news {
	position: relative;
	width: 273px;
	height: 639px;
    border: 1px solid #1f29d4;
	border-radius: 20px;	
	top: -2658px;
	text-align: center;
	color: white;
}

.mybottom {
	position: relative;
	top: -2661px;
	color: white;
	width: 1100px;
	height: 120px;
    border: 1px solid #1f29d4;
	border-radius: 20px;	
	text-align: center;	
    font-family: 'Montserrat', san serif;		
}