
body {
  background-color: #222222;
}
#plate {
  width: 410px;
  margin: 10% auto;
}
.shadow {
  color: #fff;
  font-family: Arvo;
  font-weight: bold;
  text-shadow:
    -3px -3px 0 #222,
    3px -3px 0 #222,
    -3px 3px 0 #222,
    3px 3px 0 #222,
    4px 4px 0 #fff,
    5px 5px 0 #fff,
    6px 6px 0 #fff,
    7px 7px 0 #fff;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  transform: scaleY(0.7);
  -webkit-transform: scaleY(0.7);
  -moz-transform: scaleY(0.7);
  margin:0;
  text-align: center;
}
.script {
  font-family: "Seaweed Script";
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin:0;
}
.script span {
  background-color: #222;
  padding: 0 0.3em;
}
.script:before {
  content:"";
  display: block;
  position: absolute;
  z-index:-1;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #fff;
}
.text1 {
  font-size: 60px;
}
.text2 {
  font-size: 70px;
}
.text3 {
  font-size: 80px;
}

#projects-a{
	color: #ffffff;
	font-family: Arvo;
	font-weight: bold;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	transform: scaleY(0.7);
	-webkit-transform: scaleY(0.7);
	-moz-transform: scaleY(0.7);
	margin:0;
	text-align: center;
	padding: 2px;
	text-decoration: none;
}

p{
	font-size: 1.8rem;
	font-weight: 300;
}

ul{
	list-style: none;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

li{
  
	margin: 1rem 2rem;
}

.proj-link{
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	padding: 1rem;

}

.proj-link:hover,
.proj-link:focus{
	background: linear-gradient(to bottom, #ffffff 0%, rgb(31, 31, 32) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* proj link b */

.proj-link-b{
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	padding: 1rem;

}

.proj-link-b:hover,
.proj-link-b:focus{
	background: linear-gradient(to bottom, #ffffff 0%, rgb(119,221,119) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.proj-link-c{
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	padding: 1rem;

}

.proj-link-c:hover,
.proj-link-c:focus{
	background: linear-gradient(to bottom, #ffffff 0%, rgb(172, 38, 138) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Navigate in weird way button */

#navigateCube{
	height: 30px;
	width: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgb(196, 17, 17);
	border-radius: 30px;
	opacity: 0.45;

}

#navigateCube:hover{
	height: 30px;
	width: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgb(196, 17, 17);
	border-radius: 30px;
	opacity: 1;

	cursor: pointer;
	display: block;
	
}
#navigateCube:hover + .navigateCube-text{
	
	display: block;
	
}
.navigateCube-text{
	
	position: absolute;
	top: 25px;
	left: 55px;
	color: white;
	font-family: Arvo;
  	font-weight: bold;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	font-size: 15px;
	opacity: 1;

	display: none;
	
}
