/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
font-size: 80px;    
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
  font-size: 21%;
  line-height: 26px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

/* Inter Light */
.text-light {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

/* Inter Bold */
.text-bold {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5; /* recommended for headings */
}

body{
    height: 100%;
    min-height: 100%;
    
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

a:link,
a:visited {
    color: black;
    text-decoration: none;
    -webkit-transition: border-color .5s, color .5s;
    transition: border-color .5s, color .5s;
}

a:hover,
a:active {
    color: black;
}

/* ----------------------------------------------- */
/* HEADINGS */
/* ----------------------------------------------- */

h1,
h2,
h3,
h4, h5 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    
}

h1{
    font-size: 150%;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 95%;
    font-weight: 300;
    color: #8C8C8C;
    padding-bottom: 10px;
    padding-top: 8px;
}

h3 {
   font-weight: 700;
  font-size: 24px;
  line-height: 1.2; /* recommended for headings */
}

h4 {
    font-size: 13px;
    font-weight: 700; 
}

h5 {
    font-size: 120%;
    font-weight: 500;
    font-style: normal;
}

h6 {
    font-size: 100%;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
}

h7 {
    font-size: 100%;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    color: #838383;
    
}

.navigation-text {
    font-size: 100%;
    font-weight: 700;
}

#hero-header {
    text-align: center;
    margin-top: 80px;
}

#hero-header-glu{
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: #2e2e2e;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .3s;
}

#hero-header-glu img{
    height: 20vh;
    margin-top: 20vh;
    margin-bottom: 20vh;
}

#hero-header-ea{
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: black;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .3s;
}

#hero-header-ea img{
    height: 25vh;
    margin-top: 30vh;
    margin-bottom: 20vh;
}

#hero-header-riotgames{
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: white;
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .3s;
}

#hero-header-riotgames img{
    height: 30vh;
    margin-top: 25vh;
    margin-bottom: 20vh;
}

#hero-header-lowes{
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: #004890;
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .3s;
}

#hero-header-lowes img{
    height: 20vh;
    margin-top: 20vh;
    margin-bottom: 20vh;
}

#hero-header-expedia{
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: #FFC60B;
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .3s;
}

#hero-header-expedia img{
    height: 25vh;
    margin-top: 25vh;
    margin-bottom: 20vh;
}
  
.row {
    /*
    border: solid;
    */
}

.circle-number {
  width: 44px;
  height: 44px;
background-color: rgba(0, 0, 0, 0.25); /* black background with 25% opacity */
  border-radius: 50%;          /* Make it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;              /* White text */
  font-weight: 700;            /* Bold text */
  font-size: 24px;             /* Adjust as needed */
  font-family: sans-serif;     /* Optional */
  user-select: none;           /* Prevent text selection */
    margin-bottom: 10px;
}

.circle-number-portfolio0 {
  width: 44px;
  height: 44px;
background-color: rgba(0, 0, 0, 0.25); /* Dark blue background */
  border-radius: 50%;          /* Make it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;              /* White text */
  font-weight: 700;            /* Bold text */
  font-size: 24px;             /* Adjust as needed */
  font-family: sans-serif;     /* Optional */
  user-select: none;           /* Prevent text selection */
    margin-bottom: 10px;
}

/* deleted from here */

/*
ABOUT
*/

/* deleted from here */

#front-nav-spacer_big{
    height: 40vh;              /* above the logo */
    padding-top: 100%;         /* below the logo */
}

#front-nav-spacer_sm{
    height: 10vh;
}

#front-nav-spacer_smr{
    height: 7vh;
}

#front-content{
    height: 100vh;
    width: 100vw;
    float: left;
}

#front-content-buttons{
    width: 46%;
    height: 80%;
    float: left;
    margin: 2%;
    padding-top: 5%;
}

#front-nav{
    float: left;
    height: 100vh;
    width: 20vw;
}

#front-about{
    padding: 12%;
    padding-top: 40%;
    height: 90vh;
    transition: background-color 0.35s ease;
}

#front-about:hover {
  background-color: #F9FAFA;
}

/* Rollover Image Wrapper */
.rollover-wrapper {
  position: relative;
  display: inline-block;
}

/* Base image */
.rollover-wrapper img {
  display: block;
}

/* GIF layered on top */
.rollover-wrapper .gif {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 🔥 Trigger GIF when hovering entire div */
#front-about:hover .rollover-wrapper .gif {
  opacity: 1;
}

#front-about p{
    color: #bbbbbb;
}

#front-nav-bottom{
    float: left;
    height: 10vh;
    width: 20vw;
    padding-left: 12%;
    padding-right: 12%;
}

#front-about h3{
    font-size: 150%;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: -2px;
}

#front-about img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 12px;
}

/*
PORTFOLIO 0
*/

#front-nav-portfolio0{
    float: left;
    height: 100vh;
    width: 16vw;
    background-color: #ffffff;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .5s;
    color:#bbbbbb;
    border-left: solid 1px rgba(235, 235, 235, 1.0);
    border-right: solid 1px #ebebeb;
}


#front-nav-portfolio0:hover #front-nav-portfolio0_top{
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    padding: 1.5vw;
}

#front-nav-portfolio0 img{
    width: 70%;
}

#front-nav-portfolio0 h6{
    font-size: 300%;
    line-height: .8;
}

#front-nav-portfolio0_top{
    position: absolute;
    height: 100vh;
    width: 16vw;
    z-index: 10;
    visibility: hidden;
    opacity: .1;
    background-image: url(images/zoomclips_bg.png);
    background-size: cover;
    color: #ffffff;
    background-color: #045DED;
    padding:1.5%;
    border-left: solid 1px rgba(235, 235, 235, 0.0);
    border-right: solid 1px rgba(235, 235, 235, 0.0);
}

#front-nav-portfolio0_top img{
    width: 70%;
}

#front-nav-portfolio0_top h6{
    font-size: 300%;
    line-height: .8;
}

/*
PORTFOLIO 1
*/

#front-nav-portfolio1{
    float: left;
    height: 100vh;
    width: 16vw;
    background-color: #ffffff;
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .6s;
    color:#bbbbbb;
    border-left: solid 1px rgba(235, 235, 235, 1.0);
    border-right: solid 1px #ebebeb;
}

#front-nav-padding {
    width: 100%;
    height: 100%;
    padding: 1.5vw;
    
}

#front-nav-portfolio1:hover #front-nav-portfolio1_top{
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    padding: 1.5vw;
}

#front-nav-portfolio1 img{
    width: 70%;
}

#front-nav-portfolio1 h6{
    font-size: 300%;
    line-height: .8;
}

#front-nav-portfolio1_top{
    position: absolute;
    height: 100vh;
    width: 16vw;
    z-index: 10;
    visibility: hidden;
    opacity: .1;
    background-image: url(images/facebook_ianav_bg.png);
    background-size: cover;
    background-color: #045EED;
    color: white;
    padding:1.5%;
    border-left: solid 1px rgba(235, 235, 235, 0.0);
    border-right: solid 1px rgba(235, 235, 235, 0.0);
}

#front-nav-portfolio1_top img{
    width: 70%;
}

#front-nav-portfolio1_top h6{
    font-size: 300%;
    line-height: .8;
}

/*
PORTFOLIO 2
*/

#front-nav-portfolio2 {
    float: left;
    height: 100vh;
    width: 16vw;
    background-color: #ffffff;
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .7s;
    color:#bbbbbb;
    border-left: solid 1px rgba(235, 235, 235, 0.0);
    border-right: solid 1px #ebebeb;
}

#front-nav-portfolio2:hover #front-nav-portfolio2_top {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    background-color: #F3F3F3;
    padding: 1.5vw;
}

#front-nav-portfolio2 img{
    width: 50%;
    margin-bottom: -43px;
}

#front-nav-portfolio2 h6{
    font-size: 300%;
    line-height: .8;
}

#front-nav-portfolio2_top {
    background-image: url(images/designsystem_bg.png);
    position: absolute;
    height: 100vh;
    width: 16vw;
    z-index: 10;
    visibility: hidden;
    opacity: .1;
    background-size: cover;
    color: black;
    padding:1.5%;
    border-left: solid 1px rgba(235, 235, 235, 0.0);
    border-right: solid 1px rgba(235, 235, 235, 0.0);
    background-repeat: no-repeat;
}

#front-nav-portfolio2_top img{
    width: 40%;
    margin-bottom: -43px;
}

#front-nav-portfolio2_top h6{
    font-size: 300%;
    line-height: .8;
}

/*
PORTFOLIO 3
*/

#front-nav-portfolio3{
    float: left;
    height: 100vh;
    width: 16vw;
    background-color: #ffffff;
    -webkit-animation-duration: .8s;
    -webkit-animation-delay: .8s;
    color:#bbbbbb;
    border-right: solid 1px rgba(235, 235, 235, 1);
    border-left: solid 1px rgba(235, 235, 235, 0.0);
}

#front-nav-portfolio3:hover #front-nav-portfolio3_top {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    padding: 1.5vw;
}

#front-nav-portfolio3 img{
    width: 70%;
}

#front-nav-portfolio3 h6{
    font-size: 300%;
    line-height: .8;
}

#front-nav-portfolio3_top {
    /*background-image: url(images/riotgames_bg.svg); */
    position: absolute;
    height: 100vh;
    width: 16vw;
    z-index: 10;
    visibility: hidden;
    opacity: .1;
    background-size: cover;
    color: white;
    padding:1.5%;
    border-left: solid 1px rgba(235, 235, 235, 0.0);
    border-right: solid 1px rgba(235, 235, 235, 0.0);
    background-color: #000;
    background-repeat: no-repeat;
}

#front-nav-portfolio3_top h6{
    text-shadow: 3px 5px #000000;
    -webkit-text-stroke: 1px black;
}

#front-nav-portfolio3_top img{
    width: 70%;
}

#front-nav-portfolio3_top h6{
    font-size: 300%;
    line-height: .8;
}

/*
PORTFOLIO 4
*/

#front-nav-portfolio4{
    float: left;
    height: 100vh;
    width: 16vw;
    background-color: #ffffff;
    -webkit-animation-duration: .9s;
    -webkit-animation-delay: .9s;
    color:#bbbbbb;
    border-right: solid 1px rgba(235, 235, 235, 1);
    border-left: solid 1px rgba(235, 235, 235, 0.0);
}

#front-nav-portfolio4:hover #front-nav-portfolio4_top {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
    padding: 1.5vw;
}

#front-nav-portfolio4 img{
    width: 70%;
}

#front-nav-portfolio4 h6{
    font-size: 300%;
    line-height: .8;
}

#front-nav-portfolio4_top{
    position: absolute;
    height: 100vh;
    width: 16vw;
    z-index: 10;
    visibility: hidden;
    opacity: .1;
    background-size: cover;
    color: white;
    padding:1.5%;
    border-left: solid 1px rgba(235, 235, 235, 0.0);
    border-right: solid 1px rgba(235, 235, 235, 0.0);
    background-repeat: no-repeat;
    background-color: #000;
    /* background-image: url(images/ea_bg.svg); */
}


#front-nav-portfolio4_top img{
    width: 70%;
}

#front-nav-portfolio4_top h6{
    font-size: 300%;
    line-height: .8;
}

/*
TRANSITION
*/
