
html, body{
	width: 100%;
	vh: 100%;
	margin: 0;
	padding: 0;
}

body{
	background-color: #dfe8ef;
}

* a{
	text-decoration: none;
	color: inherit;
}
.main{
	width: 400px;
	height: 500px;
	background-color: #eef3f9;
	border-radius: 20px;
	box-shadow: 0 0 30px -15px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}

.fundraiser-area{
	width: 100%;
	height: 480px;
	overflow-y: auto;
}



.artwork{
	background-color: #4B4A4A;
	width: 230px;
	height: 230px;
	border-radius: 20px;
	position: absolute;
	left: -40px;
	margin-top: 30px;
}

.controls{
	padding: 30px;
}



.btn{
	text-align: right;
	font-size: 25px;
	margin-bottom: 40px;
	color: #161616;
}

.btn i{
	width: auto;	
	cursor: pointer;
}

.btn span{
	width: 50px;
	text-align: center;
	display: inline-block;
}

.like{

}

.solid{
	display: block;
	color: #960002;
}

.unsolid{
	display: none;
}

.player{
	font-size: 70px;
	color: #960002;
	padding-right: 20px;
}

.play{
	display: block;
}
.pause{
	display: none;	
}

.text{
	margin-top: -120px;
	color: #787878;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 30px;
}

.title{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 5px;
}

.desc{
	font-size: 14px;
	font-weight: 100;
}


.line1{
	width: 100%;
	background-color: #CFCFCF;
}

.line2{
	width: 3%;
	padding: 4px;
	background-color: #555555;
}
.min{
	margin-top: 5px;
	font-size: 13px;
	color: #555555;
}

.comments{
	font-size: 30px;
	color: #960002;
}

.info{
	font-size: 14px;
	font-style: italic;
}

.podcasts{
    
}

h3{
	color: #960002;
	font-size: 20px;
	margin: 0;
}


.podcasts li{
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #CFCFCF;
	list-style: none;
	font-size: 16px;
	border-radius: 5px;
	display: flex;
}

.giving{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CFCFCF;
	font-size: 16px;
	border-radius: 5px;
	display: flex;
}

.dates{
	font-size: 13px;
	font-style: italic;
}

.time{
	
}

.phone{
	flex: 1;
	text-align: left;
}

.money{
	flex: 1;
	text-align: left;
}


.podcasts span{
	width: 60px;
	text-align: center;
}
.podcasts i{
	display: inline-block;
	font-size: 20px;
	color: #960002;
	margin-right: 10px;
}

.back{
	font-size: 25px;
	color: #960002;
	text-align: right;
	margin-bottom:  0;
}

.audioplayer{
	margin-top: -30px;
    width: 100%;
    background-color: #eef3f9;
}

.fundraiser{
	text-align: right;
	position: absolute;
	bottom: -10px;
	width: 90%;
	color: #960002;
}

.wachat{
	text-align: left;
	position: absolute;
	bottom: -10px;
	width: 90%;
	color: #960002;
}

.amount{
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style:italic;
	color: #960002;
}

.button{
	padding: 10px;
	background-color: #960002;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	border: 1px solid #960002;
	border-radius: 4px;
	width: 100px;
}

.button:hover{
	background-color: transparent;
	color: #960002;
}

.form{
	
}

.input-box{
	width: 95%;
	border-bottom: 1px solid #960002;
	margin-bottom: 10px;
	background-color: #fff;
}

.input-desc{
	font-size: 14px;
	margin-bottom: 5px;
	color: #960002;
}

.input-box i{
	color: #960002;
	font-size: 20px;
}
.input-box input[type=number]{
	width: 90%;
	background-color: transparent;
	outline: none;
	border: none;
	padding: 10px;
	display: inline-block;
}

.fund-desc{
	font-size: 14px;
	margin: 0;
}

input[type=submit]{
	width: 95%;
	padding: 10px;
	background-color: #960002;
	border: 1px solid #960002;
	border-radius: 4px;
	color: #fff;
}

input[type=submit]:hover{
	background-color: transparent;
	color: #960002;
}

.fund-img{
	width: 100px;
	margin-bottom: 10px;
}

.alert{
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #960002;
	color: #fff;
	padding: 10px;
	font-size: 18px;
}

.social{
	font-size: 20px;
	position: absolute;
	bottom: -10px;
	right: 10px;
	width: 100%;
	color: #000;
}

.social span{
	width: 40px;
}

@media only screen and (max-width: 1000px) {
.btn span{
	width: 20px;
	text-align: center;
	display: inline-block;
}
.text{
	margin-top: -80px;
}
.artwork{
	background-color: #4B4A4A;
	width: 200px;
	height: 200px;
	border-radius: 20px;
	position: absolute;
	left: auto;
	margin-top: 30px;
}
	
.main{
	width: 80%;
	height: 85%;
	max-height: 85%;
	overflow-y: auto;
	background-color: #eef3f9;
	border-radius: 20px;
	box-shadow: 0 0 30px -15px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}
	
	
.btn{
	text-align: right;
	font-size: 20px;
	margin-bottom: 30px;
	color: #969696;
}
.player{
	font-size: 60px;
	color: #960002;
}
	
.records{
	font-size: 30px;
	margin-top: 20px;
}	
	
.title{
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 5px;
}

.desc{
	font-size: 14px;
	font-weight: 100;
}
}