.newarea-white:hover
{
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}
.newarea-white h4{
font-weight: 1000;
}
.newarea-white h4:hover{
text-shadow: 3px 4px 6px rgba(227, 255, 90, 0.9);
}
.newarea-white a{
color: white;
}
.newarea-white a:hover{
text-shadow: 3px 4px 6px rgba(227, 255, 90, 0.9);
}

.newarea-animated
{
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
.newarea-animated:hover
{
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}
.newarea-animated h4{
font-weight: 1000;
}
.newarea-animated h4:hover{
text-shadow: 3px 4px 6px rgba(227, 255, 90, 0.9);
}
.newarea-animated a{
color: white;
}
.newarea-animated a:hover{
text-shadow: 3px 4px 6px rgba(227, 255, 90, 0.9);
}

.newarea-animatedx
{
background: linear-gradient(-45deg, #23a6d5, #23d5ab, #ee7752, #e73c7e);
background-size: 400% 400%;
animation: gradient 10s ease infinite;
}
.newarea-animatedx:hover
{
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
}
.newarea-animatedx h4{
font-weight: 900;
color: #ffffff;
}
.newarea-animatedx p{
font-size: medium;
font-weight: 900;
color: #ffffff;
}
.newarea-animatedx h4:hover{
text-shadow: 3px 4px 6px rgba(227, 255, 90, 0.9);
}
.newarea-animatedx a{
color: white;
}
.newarea-animatedx a:hover{
text-shadow: 3px 4px 6px rgba(227, 255, 90, 0.9);
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.main-header .nav-color .nav-item {
	padding-right: 5px;
}

.main-header .nav-color .nav-item a {
	background-color: #138496;
	white-space: nowrap;
	font-size: 12px;
}