@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* GENERAL LAYOUT */

    *{
        margin:0;
        padding:0;
    }



/* PRELOADER */
    #preloader{
        height:100vh;
        width:100%;
        position:fixed;
        background-color:#fefefe;
        text-align:center;
        padding-top:25%;
        z-index:3;
    }
            
    @keyframes spin{
        0%{transform:rotate(0deg);}
        100%{transform:rotate(360deg);}
            }
            
    #preloader img{
        animation:spin 1s linear infinite;
            }


/* NAVIGATION HEADER */

header{height:120px;
    background-color:#fefefe;
    }

.navUp{animation: 2s anim-navUp ease-out;}

@keyframes anim-navUp {
  0% {opacity: 0;
    transform: translateY(-30%);}
  20% {opacity: 0;}
  50% {opacity: 1;
    transform: translateY(0%);}
  100% {opacity: 1;
    transform: translateY(0%);}
}


.home{cursor: pointer;
        width:200px;
        height:100px;
        margin-top:20px;
        margin-bottom:0px;
       margin-left:46px;
    text-align:left;
  float: left;
    }


nav{
    position:relative;
    top:0;
    height:120px;   
    z-index:1; 
    margin-right:48px;
    float: right;
     text-align: center;
    margin-top:50px;
   }

nav a{
    margin-left: 30px;
    font-size:1.25em;
    color:#333;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight:400;}

nav a:hover{
    text-align:center;
    margin:0px 0px 0px 30px;
    cursor: pointer;
    font-weight:200;
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    font-size:1.25em;
    color:#aa1b6d;}


nav a:visited{
    font-weight:400;
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    }

nav a.active{border-bottom:2px solid #aa1b6d;
padding-bottom:2px;
    color:#333;}

nav a.active:hover{border-bottom:.75px solid #aa1b6d;
color:#aa1b6d;}


/* NAV DOTS */
 
    .dots{
        position:fixed;
        right:0;
        top:54%;
        height:250px;
        margin-top:-120px;
        opacity:.6;
        z-index:2;      
            }

    .dots li{
        width:10px;
        height:10px;
        list-style:none;
        border:2px solid #333;
        border-radius:50%;
        margin:2em;
        cursor:pointer;
            }
            
    .dots li.active{background:#333;}

/* MAIN BODY */

 main{
     background-color:#fefefe;
    border-bottom: 0px solid;
    border-image:linear-gradient(90deg, rgba(196,161,68,1) 0%, rgba(232,209,115,1) 50%, rgba(196,161,68,1) 100%);
    border-image-slice: 1;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 1;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}


.c-skipnav {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    background-color: #fefefe;
    border: 2px solid #333;
    color: #333;

    letter-spacing: .15ch;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.u-text-transform-uppercase {
    text-transform: uppercase;
}

.light{
    background:linear-gradient(90deg, rgba(196,161,68,1) 0%, rgba(217,191,86,1) 50%, rgba(196,161,68,1) 100%);
    position:absolute;
    left:50%;   
    }

    #shine{
        width:20px;
        height:0px;
        margin-left:-10px;
        top:120px;
        opacity:0;
    }


/* SCREEN 1 - ABOUT */

#screen1{padding-top:60px;
    padding-bottom:40px;}


.lineUp{animation: 2s anim-lineUp ease-out;}
@keyframes anim-lineUp {
  0% {opacity: 0;
    transform: translateY(10%);}
  20% {opacity: 0;}
  50% {opacity: 1;
    transform: translateY(0%);}
  100% {opacity: 1;
    transform: translateY(0%);}
}

.alternating {
  animation-name: alternating-text;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
   
}

@keyframes alternating-text {
  90% {
    display: none;
  }
}

 .intro, .right{max-width:100%;
    margin-left: 216px;}

    .intro{
        font-family: 'Montserrat', sans-serif;
        text-align:left;
        margin-bottom:4px;
        padding-bottom:0px;
        }   


    h3{font-size:1.5em;
        font-weight:300;
        line-height:36px;
        color:#555;
        margin-bottom:12px;
        }

 #jill{
        font-weight:500;
        font-size:4.65em;
     color:#333;       
     margin-bottom:12px;
     margin-left:-4px;
     margin-right:3em;
    }


 .right{
        font-family: 'Montserrat', sans-serif;
        color:#333; 
        max-width:100%;   
       text-align:left;
     margin-right:19em;
    }

#info{
    text-align: left;
      margin:0px 0em 12px 0px;
    line-height:30px;
    font-size:1.5em;
    color:#555;
    }

.beauty{color:#555;
    font-weight:400;
    border-bottom: 3px solid #aa1b6d;
    text-decoration:none;
    }

.beauty:hover{color:#555;
    font-weight:400;
    border-bottom: 3px solid #aa1b6d;
    text-decoration:none;
    }

.beauty:visited{color:#555;
    font-weight:400;
    border-bottom: 3px solid #aa1b6d;
    text-decoration:none;
    }
    
    
#learn{
    text-decoration:none;
    color:#0e6887;
    font-weight:500;
    font-size:1.5em;
 display:flex;
    flex-wrap:wrap;
    align-items:center;
    }

    #learn:visited{
        color:#0e6887;
        text-decoration:none;
        cursor: pointer;
    }

    #learn:hover{
        color:#0e6887;
        font-weight:300;
        text-decoration:none;
        cursor: pointer;
        font-size:1.5em;
     
    }

#arrow{font-size:1.4em;
    padding-left:8px;
    padding-bottom:2px;}


/* SCREEN 2 - DESIGNS */

#screen2{
    border-top: 0px solid;
    border-image:linear-gradient(90deg, rgba(196,161,68,1) 0%, rgba(232,209,115,1) 50%, rgba(196,161,68,1) 100%);
    border-image-slice: 1;
    border-width:100%;
    
    position:relative;
    min-height:150vh;
    width:100%;
    overflow:auto;
    clear:both;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em; 
    
    margin-bottom:200px; 
    }


/* WEB DESIGN */

#web{display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    overflow:none;
    clear:both;
    min-height:100vh;
    overflow:hidden;
    }

#web a{
    clear:both;
    overflow:hidden;
    text-decoration: none;
    justify-content: left;
    align-content: center;
}




.modura a, .wayfarer a, .collimate a, .daisy a{
    display:flex;
    flex-wrap:wrap;
    max-width:100%;
    max-height:auto;
    text-align:left;
    align-items:center;
    align-content:center;
    justify-content:center;
    clear:none;
    flex: 0;
    margin:60px 1.89em 0px 1.89em;
}

.modura img, .wayfarer img, .collimate img, .daisy img{
    margin:0px 24px 60px 0px;
    max-width:60%;
    max-height:auto;
    float:left;
    display:flex;
   box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.01),
      1px 2px 2px hsl(0deg 0% 0% / 0.01),
      2px 4px 4px hsl(0deg 0% 0% / 0.01),
      4px 8px 8px hsl(0deg 0% 0% / 0.01),
      8px 16px 16px hsl(0deg 0% 0% / 0.02)
    ;
    clear:none;
      }

.blabel{
    text-align:left;
    margin-bottom:.7%;
    float:right;
    max-width:37%;
    align-items:center;
    text-decoration:none;
}

.company{font-size:.63em;
    color:#333;
    margin-bottom:16px;
    font-weight:300;
    }
.project{color:#333;
    margin-bottom:8px;
    font-weight:500;
    font-size:1.25em;}
.context{color:#555;
    font-size:.8em;
    margin-bottom:8px;
    font-weight:400;}
.tool{color:#333;
    font-size:.7em;
    font-weight:400;
    font-style:italic;}

.viewcs{
    text-align:left;
 margin-top: 24px;
    font-weight:500;
    border:2px solid #0e6887;
    color:#0e6887;
    background-color:#fefefe;
    border-radius:34px;
    padding: 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size:.8em;
    }
.viewcs:
hover{}
.viewcs:visited{}

.soon{
color:#333;
margin-top: 24px;
margin-left:-4px;
font-size:.8em;
font-weight:500;}

.modura img:hover{ transform:scale(1.01);}

.modura:hover .blabel{
    cursor:pointer;}

.modura:hover .blabel .viewcs{
    text-decoration:none;
    color:#fefefe;
    background-color:#0e6887;
    cursor: pointer;}

.collimate img:hover{transform:scale(1.01);}

.collimate:hover .blabel{
    cursor:pointer;}

.collimate:hover .blabel .viewcs{
    text-decoration:none;
    color:#fefefe;
    background-color:#0e6887;
    cursor: pointer;}

.daisy img:hover{transform:scale(1.01);}

.daisy:hover .blabel{
    cursor:pointer;}

.daisy:hover .blabel .viewcs{
    text-decoration:none;
    color:#fefefe;
    background-color:#0e6887;
    cursor: pointer;}

.wayfarer img:hover{transform:scale(1.01);}

.wayfarer:hover .blabel{
    cursor:pointer;}

.wayfarer:hover .blabel .viewcs{
    text-decoration:none;
    color:#fefefe;
    background-color:#0e6887;
    cursor: pointer;}

/* SCREEN 3: CONTACT*/

    #screen3{
    text-align:left;
    position:relative;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    overflow:hidden;
    font-family: 'Montserrat', sans-serif; 
    margin-top:130px;  
    margin-bottom:190px;    
}

.form{margin-bottom:40px;
    border: 1px solid #f4f4f4;
    border-radius:24px;
    padding:40px 104px;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    }

    h4{font-size:2em;
        font-weight:500;
        color:#333;
        text-align:left;
        margin-bottom:20px;
        
        }

    #jillian{font-size:1.25em;
        margin-bottom:20px;
        font-weight:300;
        color:#555;}

    #linkedin{background-image:url(images/linkedin.svg);
    background-size:18.15%;
   text-align:left;
    align-content: left;
    align-items: left;
    justify-content: left; 
        
}

    #target{
    background-image:url(images/mail.svg);
    background-size:27.5%;
    text-align:left;
    align-content: left;
    align-items: left;
    justify-content: left;
    
}

#resume{background-image:url(images/candidate.svg);
    background-size:30%;
   text-align:left;
    align-content: left;
    align-items: left;
    justify-content: left; }


    .link{
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    color:#0e6887;
    padding-left:60px;
    padding-top:15px;
    padding-bottom:15px;
    background-repeat: no-repeat;
    background-position: center left;
    line-height:56px;
    font-size:1.5em;
    text-align:left;
    flex-grow:0;
      
    }

    .link:visited{
        color:#0e6887;
        text-decoration:none;
        font-family: 'Montserrat', sans-serif;
        cursor: pointer;
    }

    .link:hover{
        font-weight:200;
        text-decoration:none;
        font-family: 'Montserrat', sans-serif;
         color:#0e6887;
        cursor: pointer;
        line-height:56px;
        font-size:1.5em;
    }


/* FOOTER */

#footer{
    position:relative;
    bottom:0;
    width:100%;
    height:80px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    background-color:#fefefe;
    padding-bottom: 10px;
    
     border-top: 2px solid;
    border-image:linear-gradient(90deg, rgba(196,161,68,1) 0%, rgba(217,191,86,1) 50%, rgba(196,161,68,1) 100%);
    border-image-slice: 1;
}

#footer a{
    position:absolute;
    color:#aa1b6d;
    font-family: 'Montserrat', sans-serif;
    font-size:1em;
    flex-grow:0; 
    text-decoration: none;
}

#copyright{font-size:1em;
    position:absolute; 
    right:3em;
    color:#333;
    font-family: 'Montserrat', sans-serif;
    bottom:15px;}

#infinity{
    width:100px;
    height:auto;
    margin-bottom:95px;
    margin-top:150px;
    flex-grow:0;
    position:absolute;
    
}


/* CONTACT FORM

#form{margin:10px;
line-height:30px;
margin-bottom:50px;
opacity:0;
}

*/

/*BACK TO TOP BUTTON

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #fff; 
  cursor: pointer;
  padding: 15px; 
  border-radius: 10px; 
  font-weight: 500;
font-family: 'Montserrat', sans-serif;
    color:#333;
    font-size:12px;
opacity: 0px;

}

#myBtn:hover{
    background-color: #ccc; }

*/
    