@import url(https://fonts.googleapis.com/css?family=Arvo:700);
@import url(https://fonts.googleapis.com/css?family=Seaweed+Script);

:root{

	--color-primary: #5192ED;
	--color-secondary: #69A1F0;
	--color-tertiary: #7EAEF2;
	--color-quaternary: #90BAF5;
	--color-quinary: #A2C4F5;
 
}

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-top: 1rem;
  margin-bottom: 1rem;
  /* margin:0; */
  text-align: center;
}
.script {
	font-family: Arvo;
  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;
}

/* header version. */
.script-header {
	font-family: "Seaweed Script";
	color: #222;
	text-align: center;
	font-size: 40px;
	position: relative;
	margin:0;
  }
  .script-header span {
	background-color: #ffffff;
	padding: 0 0.3em;
  }
  .script-header:before {
	content:"";
	display: block;
	position: absolute;
	z-index:-1;
	top: 50%;
	width: 100%;
	border-bottom: 3px solid #222;
  }

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

html{
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	
}

body{
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* Take full size */
    height: 100vh;
    width: 100%;
	/* background-color: #70339D; */
	background-size: cover;
	background-color: #222222;
}

a{
	color: #222;
	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; */
}

img{
	width: 45%;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

header{
	z-index: 60;
	width: 100%;
	height: 5vh;

}

.top-nav{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: #ffffff;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	transition: all 650ms cubic-bezier(1,0,0,1);
	top: -100vh;
}

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

li{
	margin: 1rem 2rem;
}

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

}

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

.top-nav.open{
	top: 0;
	border-radius: initial;
}


.menu-toggler{
	position: absolute;
	top: 2rem;
	right: 3rem;
	width: 3rem;
	height: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between ;
	cursor: pointer;
	z-index: 3;
	transition: transform 650ms ease-out;

}

.menu-toggler.open{
	transform: rotate(-45deg);
}

.bar{
	background-color: #ffffff;
	width: 100%;
	height: 2px;
	border-radius: .8rem;

}

.bar.half{
	width: 50%;
	
}

.bar.start{
	transform-origin: right;
	transition: transform 650ms cubic-bezier(0, 54, -0.81, 0.57, 0.57);

}

.open .bar.start{
	transform: rotate(-90deg) translateX(.8rem);
}

.bar.end{
	align-self: flex-end;
	transform-origin: left;
	transition: transform 650ms cubic-bezier(0, 54, -0.81, 0.57, 0.57);

}

.open .bar.end{
	transform: rotate(-90deg) translateX(-.8rem);
}

.open .bar{
	background-color:#222;

}

.logo-circles img{
    width:25%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	
}
.logo-squares img{
    width:12%;
	position: absolute;
    bottom: 10vh;
    left: 0px;
	
}
/* .logo-squares{
	background:url('../images/WhiteSqauresBackground.png');
    width:100%;
    height:698px; 
	position: absolute;
	right: 0px;
	bottom: 0px;
} */

#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: 60px;
	color: white;
	font-family: Arvo;
  	font-weight: bold;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	font-size: 15px;
	opacity: 1;

	display: none;
	
}

/* Below is for software i like button */

#navigate-to-software{
	height: 30px;
	width: 30px;
	position: absolute;
	top: 55px;
	left: 15px;
	background-color: rgb(22, 97, 209);
	border-radius: 30px;
	opacity: 0.45;

}

#navigate-to-software:hover{
	height: 30px;
	width: 30px;
	position: absolute;
	top: 55px;
	left: 15px;
	background-color: rgb(7, 35, 192);
	border-radius: 30px;
	opacity: 1;

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

	display: none;
	
}