@font-face {
    font-family: 'archiaregular';
    src: url('../assets/fonts/archia-regular-webfont.eot');
    src: url('../assets/fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/archia-regular-webfont.woff2') format('woff2'),
         url('../assets/fonts/archia-regular-webfont.woff') format('woff'),
         url('../assets/fonts/archia-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hkgroteskregular';
    src: url('../assets/fonts/HKGrotesk-Regular.ttf');
    src:url('../assets/fonts/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hkgrotesklight';
    src: url('../assets/fonts/HKGrotesk-Regular.ttf');
    src:url('../assets/fonts/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: lighter;
    font-style: light;
}

body{

    background-color:#ffffff;
    background: linear-gradient(75deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 50%);

 

    font-family: archiaregular;
}

/*all icons from noun project*/
.my-icons{
    max-width: 50px;
}

.uk-section{
    maring-top:50px;
    padding-top:50px;
    padding-bottom:50px;
}

#navigation-ul 
{
    list-style:none;
}

#navigation-ul  > li > a
{
    font-size: 14px; 
    letter-spacing:.15em;
    text-transform:uppercase;
}
 
.blinking-cursor {
    font-weight: 100;
    font-size: 30px;
    color: #2E3D48;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
  }
  
  @keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-moz-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-webkit-keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-ms-keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-o-keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }


#profile-pic-div
{
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centering y-axis */
    align-items :center; /* Centering x-axis */
}


#profile-pic-outer
{}

#profile-pic-img
{
    max-width:300px;
    height:auto;  
    
}

.section-header
{
    text-align:left;  
    font-family: hkgroteskregular;
    font-weight: bold;
}


.section-content
{
    padding:2em 2.5em 1em;
    margin-top:3em;
    border:1px solid #DFE1E6;
    border-radius: 4px;
    background:#fff;

}

h1,h2,h3,h4
{
    font-family: hkgroteskregular;

}
 
.image-box-shadow{
    box-shadow:inset 0 0 0 1px hsla(0,0%,0%,.1);
} 

/*changing ul kit templates*/
.uk-navbar-container:not(.uk-navbar-transparent){
    background:white;
    box-shadow: 0 1px 2px hsla(0, 0%,0%,.2);
}
.uk-navbar-nav > li.uk-active > a{
    color:dodgerblue;
    border-color:dodgerblue;
}

.uk-navbar-nav > li > a{
    border-bottom:2px solid #ffffff00;
    transition: all ease-in .5s;
    
}

#experience-section .uk-card-default .uk-card-header{
    border-top:4px solid #1eafe4;
    border-bottom:none;
}
#experience-section .uk-card-body{
    background-color:#f7fafe;
}
#experience-section .uk-card-default .uk-card-footer{
    border-top:none;
}

#footer-links
{
     
    display:flex; 
    flex-flow:row wrap;
    justify-content: space-evenly;
}

#footer-links>p
{
    margin-top:0;
    margin-bottom:0;
}