/* CSS Document */

#scream-cta, #scream-submit-button, #loginSubmitBtn {
	display: block;
	width: 150px;
	height: 40px;
	padding:0;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background: rgb(7,0,216);
	border-radius: 10px;
	cursor: pointer;
}

#scream-cta p, #scream-submit-button p, #loginSubmitBtn p {
	display: block;
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
	color:white;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-family: Arial;
	user-select: none;
}

#scream-container {
	display: none;
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
}

#scream-or-label {
	display: block;
	width: 100%;
	height: 40px;
	margin:0;
	margin-top: 40px;
	padding:0;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	font-weight: bolder;
	font-family: 'Arial Black';
	color: rgb(7,0,216);
}

#scream-message-body {
	display: block;
	width: 400px;
	height: 200px;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding:10px;
	border: 4px solid rgb(7,0,216);
	border-radius: 10px;
	color: rgb(7,0,216);
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}

#recording-modal-background {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}

#recording-modal-container {
	display: block;
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 200px);
	width:400px;
	height:200px;
	margin:0;
	padding:0;
	background-color: white;
	border: 4px solid rgb(7,0,216);
	border-radius: 10px;
}

#recordingLabel {
	display: block;
	width: 100%;
	height: 100px;
	margin:0;
	padding:0;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	font-size: 50px;
	line-height: 100px;
	color: rgb(7,0,216);
}

#recording-stop-button {
	display: block;
	width: 80px;
	height: 80px;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-radius: 40px;
	background-color: rgb(7,0,216);
	cursor: pointer;
}

#stop-button-inner {
	display: block;
	width: 50%;
	height: 50%;
	margin:0;
	margin-top: 23%;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	background-color: white;
}

#screamShareSection {
	display: none;
}

#screamShareSection p, #age-verification-container p {
	display: block;
	width: 100%;
	height: 40px;
	margin:0;
	padding:0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color:white;
}

#screamShareSection p a, #age-verification-container p a {
	color:white;
}

#screamShareSection p:first-of-type {
	margin-top: 40px;
	font-size: 35px;
}

#age-verification-container {
	margin-top: 20px;
}

#display-name-input {
	display: inline-block;
	width: calc(60% - 4px);
	height: 30px;
	margin:0;
	padding:0;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: rgb(7,0,216);
	float: left;
	text-align: center;
}

@media (max-width: 480px) {	
	#scream-or-label {
		margin-top: 10px;
	}
	
	#recording-modal-container {
		width: 80%;
		left: 10%;
	}
	
	#recordingLabel {
		font-size: 35px;
	}
	
	#screamShareSection p:first-of-type {
		margin-top: 20px;
		font-size: 25px;
	}
	
	#scream-message-body {
		width: 80%;
		margin-top: 20px;
	}
}