body{
	background-image:url('../IMAGE/HOME/cat-a3.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-size: 100% 100%;
	margin-left:0;
}
h1{
	font-family: 'roboto',monospace;
	font-variant:small-caps;
	font-size:5em;
	text-shadow:1px 1px 3px #ED4C30;
	padding-left:50px;
	margin-top:0;
}
h2{
	font-family: 'roboto',monospace;
	font-variant:small-caps;
	font-size:2.255em;
	text-shadow:1px 1px 3px #ED4C30;
	background:#ED4C30;
	width:500px;
	padding-left:50px;
	margin-top:5%;
	margin-left:2%;
}
h3{
	font-weight:heavy;
	font-size:1.289em;
	text-align:center;
}
.navigation {
	position: sticky;
	top:50% !important;
	bottom:auto;
	height: 50px;
}
	ul{
		list-style-type:none;
		margin:0;
		padding:0;	
		width:50px;
		background-color:#000000;
	}
	li a{
		display:block;
		color:#000;
		padding:8px 10px;
		text-decoration:none;
	}
	li a:hover{	
		color:white;
		background-color:#000000;
		width:40px;
	}
	.container{
		background:#ff9999;
		border-radius:1%;
		box-shadow:0 0 10px 5px #ED4C30;
		height:auto;
		width:650px;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
	}
	figcaption{
		text-align:justify;
		text-indent:2em;
		font-size:1.124em;
		font-family:Bahnschrift Condensed;
	}
	
	
.picture-choicer-container{
	border:2px solid black;
	border-radius:5%;
	background-color:#fff;
	padding:45px;
	width:400px;
	margin:40px;
	margin-left:100px;
	box-shadow: 5px 5px 7px #FF7C66;
}
.choice-container{
	border:1px solid black;
	border-radius:20%;
	padding:10px 20px;
	font-size:1.150em;
	font-family:verdana, sans-serif;
	font-variant:small-caps;
	margin:10px;
	color:black;
}
	a.choice-container:hover{
		color:white;
		font-weight:heavy;
		background-color:#000;
		text-decoration:none;
		box-shadow: 5px 5px 5px #FF7C66;
	}
	.choice-container:link{
		text-decoration:none;
		background-color:#FF7C66;
		box-shadow: 5px 5px 5px #000000;
	}
.top:hover{
	transform: scale(1.8);
	cursor:pointer;
	padding-right:5;	
	transition:0.3s;
}
.top{
	float:right;
	position:sticky;
	top:95% !important;
	bottom:auto;
	margin:70px;
	height:30px;
}