html {
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

body {
	margin: 0;
	margin-bottom: -4px; 
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}

/* Header*/
nav{
	position: fixed;
	top: 0;
	left: 0;
  	right: 0;
  	z-index: 10;
	width: 100%;
	height:8%;
	padding: 1.25rem 0;
}

.animated-words{
	font-size: 1.5em;
	font-family: 'Roboto:100', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
    width: 50%;
    text-align: center;
}


@media only screen and (min-width: 320px) {
	.animated-words {
	font-size: 15px;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 400px) {
	.animated-words {
	font-size: 15px;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 680px) {
	.animated-words {
	font-size: 1.2em;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 950px) {
	.animated-words {
	font-size: 1.5em;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	}
}

.words span{
    position: absolute;
    width: 50%;
    text-align: center;
  	line-height: normal;
	overflow: hidden;
	opacity: 1;
	color: black;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	-o-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

.words span:hover{
	color: #ffffff;
}

/* Navigation Top */
.navigation{
	position:fixed;
	z-index: 4;
}

.navleft img{
	position: fixed;
	top: 25%;
	left: 5%;
	float: left;
	width: 5%;
	opacity: 0.5;
}

@media only screen and (min-width: 320px) {
	.navleft img {
		position: fixed;
		top: 12%;
		left: 5%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 400px) {
	.navleft img {
		position: fixed;
		top: 12%;
		left: 5%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 680px) {
	.navleft img {
		position: fixed;
		top: 20%;
		left: 5%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 950px) {
	.navleft img {
		position: fixed;
		top: 18%;
		left: 5%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 1400px) {
	.navleft img {
		position: fixed;
		top: 25%;
		left: 5%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

.navright img{
	position: fixed;
	top: 25%;
	left: 90%;
	float: left;
	width: 5%;
	opacity: 0.5;
}

@media only screen and (min-width: 320px) {
	.navright img {
		position: fixed;
		top: 12%;
		left: 90%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 400px) {
	.navright img {
		position: fixed;
		top: 12%;
		left: 90%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 680px) {
	.navright img {
		position: fixed;
		top: 20%;
		left: 90%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 950px) {
	.navright img {
		position: fixed;
		top: 18%;
		left: 90%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 1400px) {
	.navright img {
		position: fixed;
		top: 25%;
		left: 90%;
		float: left;
		width: 5%;
		opacity: 0.5;
	}
}








/* Navigation Body */
.bodynav img{
	position: fixed;
	z-index: 4;

	-o-transition: opacity 0.2s ease-in, box-shadow 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in, box-shadow 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in, box-shadow 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in, box-shadow 0.2s ease-in;
	transition: opacity 0.2s ease-in, box-shadow 0.2s ease-in;
}

.navleftbody img{
	position: fixed;
	bottom: 10%;
	left: 0px;
	float: left;
	width: 15%;
	opacity: 0.7;
}

@media only screen and (min-width: 320px) {
	.navleftbody img {
		position: fixed;
		bottom: 2%;
		left: 0px;
		float: left;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 400px) {
	.navleftbody img {
		position: fixed;
		bottom: 10%;
		left: 0px;
		float: left;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 680px) {
	.navleftbody img {
		position: fixed;
		bottom: 4%;
		left: 0px;
		float: left;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 950px) {
	.navleftbody img {
		position: fixed;
		bottom: 6%;
		left: 0px;
		float: left;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 1400px) {
	.navleftbody img {
		position: fixed;
		bottom: 10%;
		left: 0px;
		float: left;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

.navrightbody img{
	position: fixed;
	bottom: 10%;
	right: 0px;
	float: right;
	width: 15%;
	opacity: 0.7;
}

@media only screen and (min-width: 320px) {
	.navrightbody img {
		position: fixed;
		bottom: 2%;
		right: 0px;
		float: right;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 400px) {
	.navrightbody img {
		position: fixed;
		bottom: 10%;
		right: 0px;
		float: right;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 680px) {
	.navrightbody img {
		position: fixed;
		bottom: 4%;
		right: 0px;
		float: right;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 950px) {
	.navrightbody img {
		position: fixed;
		bottom: 6%;
		right: 0px;
		float: right;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

@media only screen and (min-width: 1400px) {
	.navrightbody img {
		position: fixed;
		bottom: 10%;
		right: 0px;
		float: right;
		width: 15%;
		/*opacity: 0.5;*/
	}
}

.navleftbody img:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	opacity: 1;
}

.navrightbody img:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	opacity: 1;
}
