
@font-face {
  font-family: "MrEavesXLSanOT-Bold";
  src: url('../fonts/.28452.otf') format("opentype");
}
@font-face {
  font-family: "Gotham-Light";
  src: url('../fonts/Gotham-Light.otf') format("opentype");
}
@font-face {
  font-family: "GothamPro";
  src: url('../fonts/GothaProReg.otf') format("opentype");
}

.overlay {
  width               : 100%;
  min-width           : 320px;
  height              : 100vh;
  min-height          : 444px;
  position            : relative;
  overflow            : hidden;
  margin              : 0px;
  background-color    : rgba(29, 89, 117, 1.0);
}
a {
  text-decoration     : none;
}
div {
  -webkit-text-size-adjust: none;
}
.overlay .rectangle3 {
  background-color    : rgba(29, 89, 117, 1.0);
  width               : 1831px;
  margin-right        : -18px;
  height              : 100%;
  pointer-events      : auto;
  margin-left         : 18px;
  position            : relative;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.overlay .rectangle3-layout-container {
  pointer-events      : none;
  flex-direction      : column;
  top                 : calc(0.00% - 16px);
  align-items         : center;
  height              : 3107px;
  width               : 100%;
  position            : fixed;
  margin              : 0;
  display             : flex;
  left                : 0;
}
.overlay .group2 {
  width               : 260px;
  height              : 100%;
  pointer-events      : auto;
  position            : relative;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.overlay .group2-layout-container {
  pointer-events      : none;
  flex-direction      : column;
  top                 : calc(0.00% + 81px);
  align-items         : center;
  height              : 296px;
  width               : 100%;
  position            : fixed;
  margin              : 0;
  display             : flex;
  left                : 0;
}
.overlay .group2 .r351sum351 {
  top                 : 0px;
  height              : 31px;
  width               : 260px;
  position            : fixed;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.overlay .group2 .portfolio {
  top                 : 68px;
  height              : 31px;
  width               : 260px;
  position            : fixed;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.overlay .group2 .linkedin {
  top                 : 136px;
  height              : 31px;
  width               : 260px;
  position            : fixed;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.overlay .group2 .a4045743379 {
  top                 : 212px;
  height              : 31px;
  width               : 260px;
  position            : fixed;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.overlay .group2 .rbarkleyandersonme {
  top                 : 265px;
  height              : 31px;
  width               : 260px;
  position            : fixed;
  margin              : 0;
  left                : 0px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
.overlay .combinedshape {
  right               : calc(0.00% + 22px);
  top                 : calc(-0.02% + 19px);
  height              : 18px;
  width               : 18px;
  position            : fixed;
  margin              : 0;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
  opacity             : 0;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 normal forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 normal forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
  opacity             : 1;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay  : 0;
  animation-delay     : 0;
}
@-webkit-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-moz-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-o-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}