/* CSS Document */
body {
	background-color: #4A3E68;
}

#h1 {
position: center;
color: white;
}

img {
	max-height: 600px;
	min-width: 300px;
	padding-top: 55px;
	border-radius: 50px;
	align-content: center;
}


.form-label {
	color: black;
	font-weight: bold;
}

.container {
	background-color: #FFFFFF;
	margin-top: 150px;
	margin-bottom: 150px;
	border-radius: 25px;
	max-width: 1200px;
}

.attribution {
	text-align: center;
	padding-bottom: 50px;
	color: #FFFFFF;
	background-color: #4A3E68;
	top-margin: 25px;
}



/***************MEDIUM DEVICES ONLY**********/ 
@media (min-width: 992px) and (max-width: 1199px) {
	.content-container {
		margin: 15px auto;}	
	
		
	}


/**********SMALL DEVICES ONLY*************/
@media (min-width: 768px) and (max-width:991px){
	.content-container {
		margin: 15px auto;}	
	

/***************SMALLER DEVICES ONLY***************/

	@media (min-width:300px) and (max-width:767px) {
		.content-container {
			margin: 15px auto;}
		}
	}
