body {
	background-image: linear-gradient(#B89EF8, #b0f5f3);
	border-color: #ffffff;
	border-radius: 8px;
	border-style: ridge;
	border-width: 15px;
}

#bannerimage {
    width: 100%;
    background-image:url("images/minecraftbannerday.png");
    height: 40%;
    background-position: center;
	border: border-width: 2px;
	border-style: groove;
}

h1.title {
	border-width: 2px;
	border-style: groove;
	font-size: 30px !important;
	color: white;
	font-family: Brush Script MT
}
nav.navbar {
	background-color: #B89EF8;
}
h1 {
	color: white;
	font-size: 22px;
}
p.homepagetext {
	color: white;
	font-size: 16px;
	font-weight: 600;
}

h3.homepage {
	color: white;
	font-size: 12px;
}

h3.northamerica {
	color: white;
	font-size: 18px;
}
h3.japan {
	color: white;
	font-size: 18px;
}
h3.europe {
	color: white;
	font-size: 18px;
}
h3.ukraine {
	color: white;
	font-size: 18px;
}
h3.spain {
	color: white;
	font-size: 18px;
}
a.link {
	font-size: 18px;
	color: white;
}

img:hover {
	transform: scale(1.03);
	filter: saturate(150%);
}
@keyframes image-breath{
  0%   {height: 300;}
  50%  {height: 310;}
  100% {height: 300;}
}

img {
	border-radius: 16px;
	animation-name: image-breath;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	border-radius: 8px;
	border-style: ridge;
}
}*/
img {
	border-radius: 16px;
	transition: all 1s ease;
}
img:hover {
	transform: scale(1.03);
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 400px;
  background-color: #f1f1f1;
}
li a {
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 1s ease;
}
li a:hover {
  background-color: #555555;
  color: white;
  transform: scale(1.1);
}
body{
  background-color: #98cfb2;
}