@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%;
     scroll-behavior: smooth;
}
body {
  height: 100%; /* Avoid the IE 10-11 `min-height` bug. */
  margin: auto;
}
.size {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.size-contact{
	max-width: 1080px;
  margin: 0 auto;
}
.content {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
/* Colors */
.glass{
  width:100vw;
  height:96vh;
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
	overflow: hidden;
	z-index: -1;
background: rgba(0, 39, 35, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(5px);
}
#gradient-canvas {
  width:100vw;
  height:96vh;
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	background-color: rgb(255, 255, 255);
  --gradient-color-1: #4DFF6A; 
  --gradient-color-2: #004039; 
  --gradient-color-3: #002723;  
  --gradient-color-4: #F2F634;
}
.radius64{
	border-radius: 64px;
}
.radius16{
	border-radius: 16px;
}
.topradius64{
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
}
.bottom-radius64{
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
}
.nightsky {
  color: #002723;
}
.dusk{
	color: #004039;
}
.frost{
	color: #F9FAFA;
}
.lime {
  color: #F2F634;
}
.light-lime{
	color: #FFFFAA;
}
.electric{
	color: #4DFF6A;
}
.light-electric{
	color: #EBFFEE;
}
.electriclimebg{
  background: linear-gradient(268deg,#f2f634,#4dff6a);
  background-size: 120% 120%;
  animation: gradient-animation 7s ease infinite;
	}
@keyframes gradient-animation {
  0% {
    background-position: 0% 25%;
  }
  50% {
    background-position: 100% 25%;
  }
  100% {
    background-position: 0% 25%;
  }
}
.white {
  color: #ffffff;
}
.nightskybg {
  background-color: #002723;
}
.duskbg{
	background-color: #004039;
}
.electricbg {
  background-color: #4DFF6A;
}
.whitebg {
  background-color: #ffffff;
}
.frostbg{
  background-color: #F9FAFA;
}
/* Button Styles */
.button{
	padding: 15px 48px 15px 48px;
	border-radius: 16px;
}
 a.button:hover{
    background-color: #004039;
     color: #ffffff;
     transition: 0.3s;
}
/* Text Styles */
h1 {
  font-family: "neo-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 160px;
	letter-spacing: 1.2px;
  text-transform: normal;
  margin: 0;
  line-height: 100px;
}
h2 {
  font-family: "neo-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 84px;
	letter-spacing: 1.2px;
  text-transform: normal;
  margin-top: 0;
  padding-bottom: 40px;
}
h3 {
  font-family: "neo-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
	letter-spacing: 1.2px;
  margin: 0;
  text-transform: normal;
}
h4 {
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  font-size: 36px;
}
h5 {
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin: 10px 0 0 0;
}
h6 {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
p {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
	letter-spacing: 1.1px;
  margin: 0;
}
a{
 font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 24px; 
    text-decoration: none;
    border-radius: 6px;
      cursor: auto;
}
ul {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
	letter-spacing: .4px;
  margin: 0;
}
.demi {
  font-weight: 700;
}
.jobdets {
  font-size: 14px;
}
.textcenter {
  text-align: center;
}
/* Padding */
.padt10 {
  padding-top: 10px;
}
.padr20 {
  padding-right: 20px;
}
.padlr20 {
  padding: 0 20px;
}
.padbot20 {
  padding-bottom: 20px
}
.padtop40 {
  padding-top: 40px;
}
.padtop80 {
  padding-top: 80px
}
.padbot80 {
  padding-bottom: 80px;
}
.padbot300 {
  padding-bottom: 300px;
}
/* Menu Bar */
.menubar {
  width: 100%;
}
.menubartopnav {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.menuitems a {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.menuitems a:hover {
  letter-spacing: 5px;
}
.topnav a.icon {
  display: none;
}
.logo {
  background-image: url("images/EG-white.svg");
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 3;
  margin: 16px 0 0 16px;
  transition: 0.3s;
}
.logo-color {
  background-image: url("images/EG-Filled.svg");
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 3;
  margin: 16px 0 0 16px;
  transition: 0.3s;
}

.arrow{
  -moz-animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
  animation: arrow 2s infinite;
}

@keyframes arrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Welcome */
.full {
  height: 90%;
}
.hero-text {
 display: flex;
  justify-content: center;
  align-items: center;
    height: 100%;
}
/* About */
.twocolumns40 {
  width: 45%;
  float: left;
}
.twocolumns60 {
  width: 55%;
  float: left;
}
.half{
    width: 50%;
  float: left;
}
.tcontainer {
  width: 100%;
  padding: 0;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.tcontainer:before {
  content: '';
  position: absolute;
  top: 0;
  margin-left: 11px;
  margin-top: 10px;
  width: 2px;
  height: 100%;
  background: #4DFF6A;
  z-index: 1;
}
.timeline-block {
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}
.timeline-block-right {
  float: right;
}
.dot {
  width: 16px;
  height: 16px;
  border-radius: 40%;
  border: 5px solid #002723;
  background: #4DFF6A;
  margin-top: 10px;
  z-index: 2;
}
.timeline-content {
  width: 95%;
  padding: 0 15px;
}

/* Skills */
.sunsetskills {
  background: #4DFF6A;
  padding: 10px 30px;
  margin-right: 10px;
  border-radius: 8px;
}
.whiteskills {
  border: 2px solid #fff;
  color: #fff;	
  padding: 10px 30px;
  margin-right: 10px;
  border-radius: 8px;
}
/* Design Work */
.threecol {
  width: 33.3%;
  float: left;
}
.threecol a img:hover{
	box-shadow: 0px 20px 33px 1px rgba(77,255,106,0.4),0px -5px 24px -3px rgba(242,246,52,0.1);
    position:relative;
    border-radius: 18px;
}
.shadow{
-webkit-box-shadow: 0px 0px 30px 12px rgba(0,64,57,0.15), 0px 20px 33px 1px rgba(77,255,106,0.4); 
box-shadow: 0px 0px 30px 12px rgba(0,64,57,0.1), 0px 20px 33px 1px rgba(77,255,106,0.1); 
        
}
.rounded{
  border-radius: 24px;
}

/* EG */
.eg {
  margin-top: -50px;
}
@media screen and (max-width: 750px) {
  /* Text */
  h1 {
    font-size: 80px;
  }
  /* Welcome */
  .logo {
    width: 50px;
    height: 50px;  
    position: fixed;
    z-index: 3;
  }
  /* hide */
  .hide {
    display: none;
  }
  /*About */
  .twocolumns40, .twocolumns60, .half, .threecol {
    width: 100%;
    float: left;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  /* Text */
  h1 {
    font-size: 60px;
  }
  h4 {
    font-size: 24px;
  }
  /* Menu Bar */
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  /* Menu Bar */
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
    padding-bottom: 20px;
  }
  /* Padding */
  .mtoppad60 {
    padding-top: 60px;
  }
  .mtoppad40 {
    padding-top: 40px;
  }
}