body {
	margin:0;
	padding:0;
}

#all {	
	min-width: 500px;
	position:relative;
}
 
#imagebackground {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:0;
	overflow:hidden;
}
#imagebackground div {	
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#imagebackground .imgbox {
	animation-name: imgCrossfade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 20s;
	animation-direction: alternate;
}
#back1 {
	animation-delay:10s;
	background-image:url("images/ava2.jpg");
}

#back2 {
	background-image:url("images/ava1.jpg");
}
@keyframes imgCrossfade {
	 0% {
		 opacity:1;		 
	 }
	 40% {
		 opacity:1;		 
	 }
	 50% {
		 opacity:0;		 
	 }
	 90% {
		 opacity:0;		 
	 }
	 100% {
		 opacity:1;		 
	 }
 }

.strip {
	position:fixed;
	left:0px;
	top:0px;
	z-index:11;
	width:100%;
	/*height:88px;*/
	background: linear-gradient(270deg, #f8f8f8, #eeeeee);
	box-shadow: 0 0 1em;
	margin-top:0px;
	margin-bottom: 5px;
	overflow: hidden;
}

/*

.strip li {
	display:inline-block;
	margin:auto;
	color:#eeeeee;
	margin-right:15px;
}

*/

.contentitem {
  position:relative;
  width:100%;
  min-height:360px;
  margin:0px;
  margin-top:10px;
  line-height:400px;
  z-index: 1;
  overflow:hidden;
  display:block;
  text-align:right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#content1 {
	background-image:url(images/image4.jpg);
}
#content3 {
	background-image:url(images/image2.jpg);
}
#content2 {
	background-image:url(images/image3.jpg);
}
#content4 {
	background-image:url(images/image1.jpg);
}

div.contentitem:nth-child(odd) span {
  margin-left:30px;
}

div.contentitem:nth-child(odd) {
	text-align:left;
}

.contentitem span {
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width:100%;
  text-shadow: 2px 2px #000000;
  color:#eeeeee;
  padding:0;
  margin-right:30px;
  margin-top:auto;
  margin-bottom:auto;
  max-width:750px;
}

#viewer div, .contentitem span {		
	background:rgba(63,63,63, 0.93);
	padding: 16px;
}

h3 {
	margin:0;
}

.contentitem span h3 {
	font-size:30px;
	font-weight:bold;
	line-height: 1.5em;
}

.contentitem span p {
	font-size:26px;
	line-height: normal;
}

#content {
  width:100%;
  background:#75afff;
  position:absolute;
  top:1080px;
  left:0px;
  overflow:hidden;
  z-index:0;
}

.bottombar {
	background:#75afff;
}

#viewer {
	position:relative;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
}

#viewer img {
	position:relative;
	width:420px;
	height:140px
}

#viewer div {
	padding-left: 2.27em;
  font-size:32px;
  width:100%;
  text-shadow: 2px 2px #000000;
  color:#eeeeee;
  text-align:left;
  margin-top:80px;
}

@media only screen and (max-aspect-ratio: 1/1) {
	#viewer div {
		font-size: 16px;
	}
}