.portrait-jumbotron
{
	box-shadow: 5px 5px 5px 5px #566573;
	border-radius: 5px;

	width: 35%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.green-header
{
	background-color: #17A589;
	height: 80px;
	color: white;
	padding-top: 5px;
}

.portrait-jumbotron input
{
	margin-bottom: 20px;
	height: 40px;
	width: 80%;

	border-radius: 0;
}

.portrait-jumbotron select
{
	margin-bottom: 20px;
	height: 40px;
	width: 80%;

	border-radius: 0;
}

.portrait-jumbotron button
{
	margin-bottom: 30px;

	background-color: #28B463;
	color: white;
	border-color: #28B463;

	width: 80%;
	height: 40px;

	border-radius: 0;
	font-size: 18px;
}

.portrait-jumbotron button:hover
{
	background-color: #239B56;
	color: white;
	border-color: #239B56;
}

/*------------------------------------------------------------
					MEDIA QUERIES
--------------------------------------------------------------*/

@media (max-width: 425px)
{
	.portrait-jumbotron
	{
		width: 100%;
	}
}