@media only screen and (min-width: 1301px) {


body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
    padding: 0;

}

.title {
	display: flex;
	justify-content: space-between;
	padding-top: 2vw;
	padding-bottom: 2vw;
	margin-left: 20vw;
	margin-right: 20vw;

}

.left {
	display: flex;
	justify-content: space-around;

}

.right {
	display: flex;
	justify-content: space-around;

}

.tbutton {
	text-decoration: none;
	margin: 20px;
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #BDBDBD;
}

.tbuttons {
	text-decoration: none;
	margin: 20px;
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: black;


}

.tbutton:hover {
	color: black;
	fill: black;
	filter: brightness(0%);
	transition: 500ms;

}

.NOE {
	text-decoration: none;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 42px;
line-height: 49px;

color: #A29D9D;
margin: 10px;
}
.NOEs {
	text-decoration: none;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 42px;
line-height: 49px;

color: black;
margin: 10px;
}
.NOE:hover {
	color: black;
	transition: 1000ms;
}

.footer {
	display: flex;
	justify-content: space-between;
	padding: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #C4C4C4;
	margin: 0;
}


.noe {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
padding-top:5px;
color: #FFFFFF;
}

.ttbutton {
	text-decoration: none;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
margin-left: 40px;
color: #FFFFFF;
}
.active {
  display:none;
}
.topnav {
	display:none;
}
}
@keyframes colorRotate {
  from {
    color: #6666ff;
  }
  10% {
    color: #0099ff;
  }
  50% {
    color: #00ff00;
  }
  75% {
    color: #ff3399;
  }
  100% {
    color: #6666ff;
  }
}
@keyframes slide {
  0% {transform:translateX(-60px);

  }

  60% {transform:translateX(0px);

  }
  100% {transform:translateX(0px);
  }
}

@keyframes slide2 {
  0% {transform:translateX(60px);

  }

  80% {transform:translateX(0px);

  }
  100% {transform:translateX(0px);

  }
}


@keyframes slide3 {
  0% {transform:translateX(-60px);

  }

  100% {transform:translateX(0px) ;
  }
}

@keyframes slide4 {
  0% {transform:translateX(-60px)translateY(-60px);

  }

  50% {transform:translateX(0px) translateY(0px);

  }
  100% {transform:translateX(0px) translateY(0px);
  }
}

@keyframes slide5 {
  0% {transform:translateX(60px) translateY(-60px);

  }

  75% {transform:translateX(0px) translateY(0px);

  }
  100% {transform:translateX(0px) translateY(0px);

  }
}


@keyframes slide6 {
  0% {transform:translateX(-60px) translateY(-60px);

  }

  100% {transform:translateX(0px) translateY(0px);
  }
}

@media only screen and (max-width: 1300px) {

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
    padding: 0;

}


.title {
	display: flex;
	justify-content: space-between;
	padding: 50px;

}

.left {
	display: flex;
	justify-content: space-around;
	padding-left:30px;
	padding-right:30px;
}

.right {
	display: none;
}

.tbutton {
	text-decoration: none;
	padding: 5vw;
	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 21px;
color: #BDBDBD;
}

.NOE {
	text-decoration: none;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 60px;
margin-top: 5px;
color: #A29D9D;
}


.footer {
	display: flex;
	justify-content: space-between;
	padding: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #C4C4C4;
	margin: 0;
}


.noe {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 21px;
padding-top:5px;
color: #FFFFFF;
}

.ttbutton {
	text-decoration: none;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 28px;
margin-left: 40px;
color: #FFFFFF;
padding: 5vw;
}
.active {
  display:none;
}
.topnav {
	display:none;
}





.topnav {
  overflow: hidden;
  background-color: #E5E5E5;
  position: relative;
  display: none;
  flex-direction:column;
  text-align:center;
  transition: 500ms;
}


.topnav a{
color: black;

}
.topnav a:hover {
  color: #00000080;
}

.active {
  background-color: #fff;
  color: white;
  display: flex;
}
}
