



.x{
	height:100%;
	min-height:100%;
	max-height: 100%;
}

html,body {
	height: 100%;
	background-color:#000000;
}


.left{
	border-right:4px solid rgb(5,77,195);
	min-height: 100%;

	background: url('/assets/img/amiabletshirt.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.right{
	height: 100%;
}


.\|{}


.animated-gradient {background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; -webkit-animation: Gradient 15s ease infinite; -moz-animation: Gradient 15s ease infinite; animation: Gradient 15s ease infinite;}
@-webkit-keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}

@-moz-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%}
}

.u\:height\/100{
	height:80%;
	color:tomato;
}




