/*============= GENERAL STUFF & TYPO ===============*/
body{
	background-image:url('images/bg.png');
}

h1,h2,h3,.complaint,p{
	font-family: 'Roboto Slab', serif;
	text-align: center;
}

h1{
	font-size: 5em;
}

h2{
	font-size: 2.5em;
	font-weight: 300;
}

p{
	font-size: 1.2em;
}

.negativeAmount{
	color: #920000;
}

/*============= CONTAINERS ===============*/
.block{
	margin-top: 20px;
	margin-bottom: 20px;

	background-color: rgba(0,0,0,0.10);
	border-radius: 15px;
	padding: 10px;
}


#allContainer{
	background-image:url('images/sos.png');
	width: 80%;

	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;

	border-radius: 30px;


  -webkit-box-shadow: 00px 0px 30px 0px #555;
          box-shadow: 00px 0px 30px 0px #555;
}

#complaints{
	padding: 10px;
	height: 300px;
}

#cashContainer{
	margin-top: -50px;
}

#controls{
	width: 20%;
	margin: auto;
}

/*============= MISC ===============*/
.centerBlock{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#socialBlock{
	width: 256px;
	padding: 10px;
	height: 100px;
}

.socialButton{
	transition: margin 0.2s ease-out;
}
.socialButton:hover{
	margin-bottom: 15px;
}

#submitButton{
	margin-left: 10px;
	margin-top: 10px;
}

#buttonsContainer{
	margin: auto;
}

/*============= COMPLAINTS LIST ===============*/
.complaint{
	font-size: 2.5em;
	height: 300px;
	padding-left: 50px;
	padding-right: 50px ;

	padding-top: 3em;
	background-image: url('images/paper.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;

}

.complaint .bold{
	font-weight: 700;
}

/*=============FORM STUFF===============*/
#nameInput{
	width: 20%;
}

#messageInput{
	width: 50%;
}

#amountInput{
	width: 10%;
}