body{
	background-color: black;
	background-image: url("../images/castcrewbg.png");
	background-size: 100%;
	background-attachment: fixed;
	background-position: cover;
	background-repeat: no-repeat;
}

.container {
	display: grid;
	grid-gap: 25px;
	position: absolute;
	margin-top: 30px;
	margin-left: 200px;
	margin-right: auto;
	grid-template:
		"sidebar main"
		/ 500px 1fr;
}

aside { grid-area: sidebar;
		color: white;
		background-color: #CFC5BA;
		padding: 30px 10px;
		height: 650px;
		overflow-y: auto;
		border-image: url(../rotten.dog/images/border.png) 30 round;
}

main { grid-area: main;
		color: white;
		font-size: 20px;
		background-color: #CFC5BA;
		padding: 40px 40px;
		width: 800px;
		height: 700px;
		text-align: center;
		overflow-x: auto;
		overflow-y: auto;
}

.sideborder {
		border: 20px solid transparent;
		padding: 0px;
		height: 707px;
		border-image: url(../rotten.dog/images/border.png) 30 round;
}
.mainborder {
		border: 20px solid transparent;
		height: 755px;
		padding: 0px;
		border-image: url(../rotten.dog/images/border.png) 30 round;
}

.hiaside {
	top-margin: 3px;
	font-size: 12px;
	color: black;
	text-align: center;
}

.divider {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 230px;
	height: 80px;
}

.CrewThumbnails {
	display: flex;
	flex-wrap: wrap;
}

.CityThumbnails {
	display: flex;
	flex-wrap: wrap;
}

.CountryThumbnails {
	display: flex;
	flex-wrap: wrap;
}


.CrewThumbnails div {
  width: 25%;
  margin: 5px;
  border: 5px solid;
  position: relative;
  overflow: hidden;
}

.CrewThumbnails div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CrewThumbnails div span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #2E2A24;
	color: white;
	text-align: center;
	padding: 1px 1px;
	font-size: 15px;
	opacity: 0;
	transform: translateY(100px);
	transition: transform 0.4s ease, opacity 0.5s ease;
}
.CrewThumbnails div:hover span {
	opacity: 1;
	transform: none;
}


.CityThumbnails div {
  width: 25%;
  margin: 5px;
  border: 5px solid;
  position: relative;
  overflow: hidden;
}

.CityThumbnails div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CityThumbnails div span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #2E2A24;
	color: white;
	text-align: center;
	padding: 1px 1px;
	font-size: 15px;
	opacity: 0;
	transform: translateY(100px);
	transition: transform 0.4s ease, opacity 0.5s ease;
}
.CityThumbnails div:hover span {
	opacity: 1;
	transform: none;
}


.CountryThumbnails div {
  width: 25%;
  margin: 5px;
  border: 5px solid;
  position: relative;
  overflow: hidden;
}

.CountryThumbnails div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CountryThumbnails div span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #2E2A24;
	color: white;
	text-align: center;
	padding: 1px 1px;
	font-size: 15px;
	opacity: 0;
	transform: translateY(100px);
	transition: transform 0.4s ease, opacity 0.5s ease;
}
.CountryThumbnails div:hover span {
	opacity: 1;
	transform: none;
}


.Johnny:hover {
	content: url("../images/johnnyhover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Meat:hover {
	content: url("../images/meathover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Noe:hover {
	content: url("../images/noehover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Roadkill:hover {
	content: url("../images/roadkillhover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Howard:hover {
	content: url("../images/howardhover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Damien:hover {
	content: url("../images/damienhover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Mike:hover {
	content: url("../images/mikehover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Enzo:hover {
	content: url("../images/enzohover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Ralph:hover {
	content: url("../images/ralphhover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Fermin:hover {
	content: url("../images/ferminhover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Curtis:hover {
	content: url("../images/curtishover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Travis:hover {
	content: url("../images/travishover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Ruby:hover {
	content: url("../images/rubyahover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Rubyd:hover {
	content: url("../images/rubydhover.GIF");
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#JohnnyInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#MeatInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#NoeInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#RoadkillInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#HowardInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#DamienInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#MikeInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#EnzoInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#RalphInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#FerminInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#CurtisInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#TravisInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#RubyInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}
#RubydInfo {
	background: transparent;
	width: 100%;
	text-align: center;
	color: black;
}


.backbutton {
	display: block;
	position: fixed;
	width: 130px;
	padding: 10px;
	left: 0px;
	bottom: 20px;
}

.backbutton:hover {
	content: url("../images/backbutton2.GIF");
	display: block;
	position: fixed;
}

button {
	background-color: transparent;
	border: none;
	padding: 0px;
	box-shadow: none;
	height: 100%
}

