body,
html {
	background-color: #edeae5;
	font-family: jubilat, serif;
}

footer {
	background-color: #232426;
	color: #eb9d02;
	padding: 1em;
	display: flex;
	justify-content: center;
	justify-content: space-around;
	font-family: jubilat, serif;
	font-weight: 100;
}

footer a {
	color: #fff9ee;
}

footer a:hover {
	color: #eb9d02;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

.fixed {
	position: fixed;
	height: 100%;
	width: 160px;
	z-index: 1;
	top: 0;
	padding-right: 2em;
}

.sidebar-fixed {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 4em;
}

.my-link {
	font-size: 3em;
	color: #232426;
}

.my-link:hover {
	color: #f6c92a;
}

.images {
	height: 450px;
}

.square {
	height: 300px;
}

.squad {
	height: 360px;
}

.lemon {
	height: 225px;
}

.sage {
	height: 214px;
}

.nicole {
	height: 232px;
}

.mock-tee {
	height: 240;
}

.cacti {
	height: 212px;
}

.together,
.knight {
	height: 382px;
}

.fan {
	height: 360px;
}

.cats {
	height: 393px;
}

.images,
.square,
.squad,
.lemon,
.sage,
.nicole,
.mock-tee,
.cacti,
.together,
.knight,
.fan,
.cats {
	width: 300px;
	margin: 10px;
	transition: all 1s;
}

img:hover {
	transform: scale(1.1);
}

.pictures {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 2em;
	padding-right: 4em;
	padding-left: 4em;
	margin: none;
	justify-content: space-around;
}

@media only screen and (max-width: 790px) {
	footer {
		display: flex;
		flex-wrap: wrap;
	}
	.my-link {
		font-size: 1.3em;
	}
	.sidebar-fixed {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	.my-link {
		font-size: 1.6em;
	}
}
