/* --------- No Media Querie ---------*/

/*---  Page Loader / Dismissal ---*/

#pageloader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* center children content horizontally */
    align-items: center; /* center children content vertically */
    z-index: 10000;
    background: white;
}


#pageloader.dimissloader{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

#svg-loader{
  height: 20vmin;
  padding: 3vmin 20vmin;
  vertical-align: top;
  opacity: 0;
  z-index: 10001;
}

#svg-loader.creation{
  opacity: 1;
  transition: all 0.3s;
}


#svg-loader.creation.svg-loader-dimiss{
  opacity: 0;
  transition: all 0.35s;
}


#svg-loader {
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */
   /* transform: rotate(.03turn);  */
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}



body.fadeout{
   opacity: 0;
   transition: all 0.4s;
}





/*---  Navigation Mob---*/


.navlogo {
  color: #44464B;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 8px;
  bottom: 8px;
  padding-right: 50px;
  display: block;
}




a {
  color: #44464B;
}

.nav-link {
  padding: .5rem 0rem;
}

.boxhold {

}
.bg-grey {
  background-color: #f3f3f3;
}

.navmenu {
  display: block;
  padding-left: 0px;
  margin-bottom: 10px;

}

a:hover {
  color: #272425;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
}

.navlinks {
  color: #44464B;
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-left: 32px;
  margin-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  position: relative;
}

.navlinks::after {
content: " ";
bottom: 0px;
left: 0px;
background-color: #4727f0;
width: 100%;
position: absolute;
height: 4px;
opacity: 0;
transform: scale(1, 1);
transform-origin: 50% 50% 0px;
border-radius: 2px;
}

.navlinks.active::after {
background-color: #4727f0;
}

.navlinks:hover::after, .navlinks.active::after {
opacity: 1;
font-family: 'AvertaPE-Semibold', sans-serif;
font-weight: normal;
text-decoration: none;
}

.navlinks.active {
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
  text-decoration: none;
}

#work-link-top:hover{
  margin-left: 29.609px;
}

#work-link-top.active{
  margin-left: 29.609px;
}

#about-link:hover{
  margin-left: 30.187px;
}

#about-link.active{
  margin-left: 30.187px;
}

.lauren-col {
  opacity: 0;
  background: transparent;

  position: fixed;
  z-index: 2002;
  padding: 0px;
  padding-top: 24px;
}

.leftcol-main {
  display: none;
  height: 0%;
}

.rightcol{
  overflow-y: scroll;
  padding: 0px;

}

.hide-bullet {
  visibility: hidden
}

.lauren-under {
background: transparent;
height: 0px;
width: 0px;
color: #44464B;
font-family: 'AvertaPE-Semibold', sans-serif;
font-weight: normal;
font-size: 20px;
font-weight: 600;
line-height: 32px;
margin-left: 30%;

}

li {
  display: inline-block;
}

.nav-up {
    top: -120px;
    z-index: 2000;
}

.nav-down {
    z-index: 2000;
}

/* ---- particles.js container Mob ---- */

#particles-js {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 115%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: -100px;
  z-index: 1001;
}

/* --- General Mob--- */
body {
    padding-top: 0px;
}

.pagewidth {
  width: 90%;
}

#pagewidth-work {

  width: 90%;
}

header {
    background-color: #ffffff;
    height: 111px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    padding-top: 24px;
    border-bottom: 2px solid #f5f5f5;

}

.containideas {
  margin-top: 0px;
  padding-bottom: 96px;
}

/*----- Work Mob------*/

.workcards {
  max-width: 600px;
  align-content: center;

  float: none;
  padding: 15px;
  display: inline-block;
}

.outline {
  border: 0.1px solid #E6E6E6;
  border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
  height: 100%;
  display: flex;
  flex-direction: column;

}

.workleft {
  padding-left: 0px;

}
.workright {
  padding-right: 0px;
}

.card-body {
  padding-top: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 52px;
}

.btn-block {
  background-color: #151516;
  text-align: right;
  font-size: 14px;
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  border-color: #151516;
  border-radius: 0px 0px 6px 6px;
  line-height: 23px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hrwork {
  margin-top: 0px;
  margin-bottom: 16px;
  border-width: 2px;
}

.arrowmini {
  height: 12px;
  margin-bottom: 3px;
}

.arrowminiright {
  margin-left: 8px;
}

.btn {
  background-color:#44464B;
  border-color:transparent;
  transition: all 0.4s ease;

}
.roundbutton {
  border-radius: 100%;
  margin-top: -27px;
  height: 48px;
  width: 48px;
  margin-right: 24px;
}
.btn:hover {
  background-color: #4727f0;
  border-color: #4727f0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.btn:focus {
  background-color: #BBE2DB;
  border-color: #BBE2DB;
}

.chevronme {
  font-size: 24px;
  color: #ffffff;
  margin-top: 5px;
  margin-left: 4px;
}
.arrowchevron {
  height:48px;
  margin-top:-8px;
  margin-left:-12px;
}

.bulletlist {
  text-align: left;
  font-size: 12px;
  color: #757575;
  font-weight: 300;
  list-style: none;
  display: inline;
}

.card-tag {
  color: #44464B;
  font-size: 12px;
  font-family: 'AvertaPE-Semibold', sans-serif;
  display: inline;
  margin-right: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.dotmini {
  height: 5px;
  display: inline;
  margin-right: 8px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #f5f5f5;
}

.workcard-footer {
bottom: 38px;
position: absolute;
}

/*--- Fonts Mob---*/
.dottedline {
  border-top: 2px dashed #E0E0E0;
  border-bottom: 2px dashed #fff;
}

.centeredtext {
  text-align: left;
}
.centeredall {
  text-align: center;
}

h1 {
  color: #44464B;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 39px;
  text-align: left;
}


h2 {
  color: #44464b;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-size: 28px;
  line-height: 39px;
  font-weight: normal;
  text-align: left;
}

/* aka body Mob*/
p {
color: #616161;
font-family: 'AvertaPE-Regular', sans-serif;
font-size: 14px;
line-height: 23px;
text-align: left;
font-weight: normal;
}

.pintro {
  color: #616161;
  font-family: 'AvertaPE-Regular', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
	font-style: normal;
}



.titlemed {
  font-family: 'AvertaPE-Regular', sans-serif;
  font-size: 14px;
  color: 424242;
  font-weight: normal;
}


.cardtitle {
  color: #44464B;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-size: 20px;
  line-height: 32px;
  display:inline-block;
  font-weight: normal;
  margin-bottom: 16px;
}
.card-text {
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  color: #616161;
  font-size: 14px;
  margin-bottom: 8px;
}

.btn-test{
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid red;
  margin: -23px 20px -23px auto;
  position: relative;
}

/*---  About Mob ---*/
.lmonly {
  margin-top: 96px;
  margin-bottom: 24px;
  height: 100px;
}

.intro-tag {
  color: #424242;
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  font-size: 12px;
  display: inline;
  padding-right: 16px;
}

.pintro-tag {
  color: #424242;
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  font-size: 12px;
  display: inline;
  padding-right: 4px;
}

.starmini {
  height: 12px;
  display: inline;
  margin-right: 2px;
}

.star-sidebar {
  height: 16px;
  display: inline;
  left: -23px;
  top: -2px;
  position:relative;
}

.numberlist {
  font-family: 'AvertaPE-Bold', sans-serif;
  font-weight: normal;
  color: #4727f0;
  font-size: 14px;
  display: inline;
  line-height: 40px;
}
.slashlist {
  color: #757575;
  font-size: 14px;
  display: inline;
  margin-left: 2px;
  line-height: 40px;
}
.questionlist {
  font-family: 'AvertaPE-Semibold', sans-serif;
  color: #44464b;
  font-size: 18px;
  font-weight: normal;
  display: inline;
  margin-left: 4px;
  line-height: 24px;
}
.who {
  margin-bottom: 8px;
}
.whocontain {
  margin-bottom: 96px;
}
/*-- Projects Mob--*/
.intro-pics {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.window-pics {
  width: 100%;
  margin-top: 96px;
}
.logo-title {
  max-width: 250px;
  margin-bottom: 24px;
  margin-top: 196px;
}
.logo-short {
  max-height: 64px;
  margin-bottom: 24px;
  margin-top: 196px;
}
.intro-details {
  font-family: 'AvertaPE-Semibold', sans-serif;
  color: #424242;
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
  margin-top: 64px;
}
.detail-pics {
  width: 100%;
  margin-top: 48px;
}

.feature-pics {
  width: 100%;
  margin-top: 192px;
}

.pardetail {
  margin-top:0px;
}

/*-- Formatting ---*/
.title-line {
  margin-top: 0px;
  margin-bottom: 24px;
}

/*---  footer Mob  ---*/
footer {
  background: #272425;
  padding-top: 32px;
  padding-bottom: 24px;
  }

.footerstyling {
  display:inline-block;
  padding-left:0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footerfont {
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #fafafa;
  padding-right: 32px;
  padding-left: 0px;
}
.footerfont:hover {
  font-family: 'AvertaPE-Semibold', sans-serif;
  color: #BBE2DB;
  text-decoration: none;
  font-weight: normal;
}


.footerlist {
  padding-left: 32px;
}

.footersocial {
  height: 32px;
  margin-bottom: 0px;
  float: right;
  padding-left: 0px;
}

.arrowlarge {
  height: 15px;
  margin: 12px 0px;
}

.footer-tag {
  color: #272425;
  font-size: 12px;
  display: inline;
  margin-bottom: -8px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 48px;
  margin-left: 8px;
}

.border-between > [class*='col-']:before {
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 2px;
   top: 0;
   margin: 48px 0px;
   background-image: repeating-linear-gradient(180deg,
      transparent,
      transparent 6px,
      #9B9B9B 6px,
      #9B9B9B 8px);
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

.footertitle {
    color: #272425;
    font-family: 'AvertaPE-Semibold', sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    margin-left: 8px;
}
.footertitle-champ {
  max-width: 100px;
}

.footerbodyleft {
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  color: #272425;
  font-size: 12px;
  line-height: 23px;
  display:block;
  margin-bottom: 48px;
  max-width: 300px;
}

.footerbodyright {
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  color: #272425;
  font-size: 12px;
  line-height: 23px;
  display:block;
  margin-bottom: 48px;
  max-width: 300px;
  float: right;
  text-align: right;
}

.footerlinks:hover{
  text-decoration: none;
}

.invisionbutton {
  height: 50px;
  width: 100px;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 48px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background-color: #4727f0;
  border-color:#4727f0;
}

.invisionbutton:hover {
  background-color: #f8bbd0;
  border-color: #f8bbd0;
}


.seeingbutton {
  color: white;
  text-decoration: none;
}
.seeingbutton:hover {
  text-decoration: none;
  color: white;
}

/** Skills section **/
.skillsbox {
  margin-top: 24px;
  max-width: 560px;
}

.skillsimage {
  float: left;
  padding-right: 15px;
  vertical-align: middle;
  width: 64px;
  padding-bottom: 4%;
  margin-bottom: 64px;
}

.skillstitle {
  margin-bottom: 4px;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 18px;
  color: #424242;
}

.skillstext {
  margin-bottom: 10px;
  font-size: 14px;
}

/*-----  Min width 768px  -----*/
@media (min-width: 768px) {

  /* ---- particles.js container ---- */

  #particles-js {
    visibility: visible;
  }

  /*---  Navigation ---*/
  .navlogo {
    display: none;
    float: left;
    color: #44464B;
    font-family: 'AvertaPE-Semibold', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    bottom: 8px;
  }

  #indexlogo {
    display: block;
  }

  .navlogo:hover {
    text-decoration: none;
  }

  .boxhold {
  }

  .navmenu {
    display: inline;
    float: right;
    margin-bottom: 10px;
  }

  .navlinks {
    color: #44464B;
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-left: 32px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    position: relative;
  }

  .navlinks::after {
  content: " ";
  bottom: 0px;
  left: 0px;
  background-color: #4727f0;
  width: 100%;
  position: absolute;
  height: 4px;
  opacity: 0;
  transform: scale(1, 1);
  transform-origin: 50% 50% 0px;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navlinks.active::after {
  background-color: #4727f0;
  }

  .navlinks a:hover {
    text-decoration: none;
  }

  .navlinks:hover::after, .navlinks.active::after {
  opacity: 1;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
  text-decoration: none;
  }

  .navlinks.active {
    font-family: 'AvertaPE-Semibold', sans-serif;
    font-weight: normal;
    text-decoration: none;
    margin-left: 32px;
  }

  li {
    display: inline-block;
  }

  .nav-up {
      top: -64px;
      z-index: 2000;
  }

  .nav-down {
      z-index: 2000;
  }

  /* --- General --- */
  body {
      padding-top: 0px;
  }

  .pagewidth {
    width: 80%;
  }

  .container.pagewidth {
    max-width: 1800px;
  }

  #pagewidth-work {

    width: 70%;
  }

  header {
      background-color: #ffffff;
      height: 64px;
      position: fixed;
      top: 0;
      transition: top 0.2s ease-in-out;
      width: 100%;
      padding-top: 24px;
      border-bottom: 2px solid #f5f5f5;

  }


  .containideas {
    margin-top: 96px;
    padding-bottom: 96px;
  }

  /*----- Work ------*/

  .workcards {
    max-width: 600px;
    align-content: center;
    float: none;
    padding: 24px 15px;
    cursor: pointer;

  }

 .workcards:hover {
    transform: translate(0,-1.5px);
    transition: transform 0.4s ease


  }

  .workcards:hover .btn {
    background-color: #4727F0;
  }

  .workcards:hover .outline {
    box-shadow: -1px 10px 15px rgba(0,0,0,0.25);
    transition: all 0.6s;
  }

  .workleft {
    padding-left: 0px;

  }
  .workright {
    padding-right: 0px;
  }

  .card-body {
    padding-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 52px;

  }

  .workcard-footer {
  bottom: 44px;
  position: absolute;
  }


  .btn-block {
    background-color: #151516;
    text-align: right;
    font-size: 14px;
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    border-color: #151516;
    border-radius: 0px 0px 6px 6px;
    line-height: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hrwork {
    margin-top: 0px;
    margin-bottom: 18px;
    border-width: 2px;
  }

  .bulletlist {
    text-align: left;
    font-size: 12px;
    color: #757575;
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    list-style: none;
    display: inline;
  }

  .card-tag {
    font-size: 12px;
    display: inline;
    margin-right: 16px;
  }

  .arrowmini {
    height: 16px;
    margin-bottom: 8.5px;
  }

  .arrowminiright {
    margin-left: 24px;
  }

  /*--- Fonts ---*/
  .centeredtext {
    text-align: center;
  }

  h1 {
    color: #44464B;
    font-family: 'AvertaPE-Semibold', sans-serif;
    font-size: 48px;
    font-weight: normal;
    line-height: 68px;
  }

  h2 {
    color: #44464B;
    font-family: 'AvertaPE-Semibold', sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 0px;
  }

h3 {
  font-size: 18px;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
}
  /* aka body */
  p {
  color: #616161;
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  }

  .pintro {
    color: #424242;
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
  }

  .cardtitle {
    color: #44464B;
    font-family: 'AvertaPE-Semibold', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
  }

  .card-text {
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    color: #616161;
    font-size: 14px;
  }


  /*---  About  ---*/
  .lmonly {
    margin-top: 0px;
    margin-bottom: 24px;
    height: 100px;
  }

  .intro-tag {
    color: #424242;
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    font-size: 12px;
    display: inline;
  }

  .pintro-tag {
    color: #424242;
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: inline;
  }

  .starmini {
    height: 13px;
    display: inline;
    margin-right: 4px;
  }

  .questionlist {
    font-family: 'AvertaPE-Semibold', sans-serif;
    font-weight: normal;
    color: #424242;
    font-size: 18px;
    display: inline;
    margin-left: 8px;
  }
  .numberlist {
    font-family: 'AvertaPE-Bold', sans-serif;
    font-weight: normal;
    font-size: 18px;
    display: inline;
  }
  .slashlist {
    color: #757575;
    font-size: 14px;
    display: inline;
    margin-left: 4px;
  }

  .smimage {
    display: none;
  }

  .skillsimage {
    float: left;
    padding-right: 15px;
    vertical-align: middle;
    width: 64px;
    padding-bottom: 4%;
    margin-bottom: 64px;
  }

  /*--- Project Details ---*/
.logo-title {
  max-width: 300px;
  margin-bottom: 24px;
  margin-top: 64px;
}

.logo-short {
  max-height: 64px;
  margin-bottom: 24px;
  margin-top: 64px;
}

.intro-pics {
  width: 100%;
  margin-top: 96px;
  float: right;
}
.window-pics {
  width: 80%;
  margin-top: 192px;
  float: right;
}
.detail-pics {
  width: 100%;
  margin-top: 96px;
}

.feature-pics {
  width: 100%;
  margin-top: 48px;
}

.intro-details {
  color: #424242;
  font-size: 24px;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
  line-height: 40px;
  margin-top: 64px;
  margin-bottom: 8px;
}

.pardetail {
  margin-top: 0px;
}

  /*---  footer  ---*/
  footer {
    background: #272425;
    padding-top: 32px;
    padding-bottom: 24px;
    }

  .footerstyling {
    display:inline-block;
    padding-left:0px;
  }

  .footerfont {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fafafa;
    padding-right: 24px;
    padding-left: 0px;
  }

  .footerlist {
    padding-left: 24px;
  }

  .footersocial {
    height: 40px;
    margin-bottom: 0px;
    float: right;
    padding-left: 0px;
  }

  .arrowlarge {
    height: 15px;
    margin: 12px 0px;
  }

  .footer-tag {
    color: #272425;
    font-size: 12px;
    display: inline;
    margin-bottom: -8px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 48px;
    margin-left: 26px;
  }

  .footertitle {
      color: #272425;
      font-family: 'AvertaPE-Semibold', sans-serif;
      font-weight: normal;
      font-size: 24px;
      line-height: 40px;
      margin-left: 24px;
  }

  .footertitle-champ {
    max-width: 100%;
  }

  .footerbodyleft {
    font-family: 'AvertaPE-Regular', sans-serif;
    font-weight: normal;
    color: #272425;
    font-size: 14px;
    line-height: 23px;
    display:block;
    margin-bottom: 48px;
    max-width: 250px;
  }

  .footertitle:hover .footerbodyleft:hover .footerbodyright:hover {

  }

  .footerbodyright {
    color: #272425;
    font-size: 14px;
    line-height: 23px;
    display:block;
    margin-bottom: 48px;
    max-width: 250px;
    float: right;
    text-align: right;
  }

  .footerlinks:hover{
    text-decoration: none;
  }

  .invisionbutton {
    height: 50px;
    width: 119px;
    margin-top: 8px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 48px;
    display: inline-block;
  }


}

/*-----  Min width 992px  -----*/
@media (min-width: 992px) {


  .lauren-col {
    background: transparent;
    opacity: 1;
    position: fixed;
    z-index: 2002;
    padding: 0px;
    padding-top: 24px;
  }

.leftcol {
  padding: 75px 0px;
  background-color: #FaFaFa;
  overflow: hidden;
  height: 100vh;
  position: fixed;
}



.leftcol-indent {
  width: 30%;
  height: 100%;
  display: inline-block;
  float:left;

}

/** Skills section **/
.skillsbox {
  margin-top: 24px;
  height: 128px;
  max-width: 480px;
  margin-bottom: 0px;
}

.leftcol-main {
width: 70%;
height: 100%;
display: inline-block;
float:left;
visibility: visible;
}

.hide-bullet {
  display: inline-block;
  visibility: visible;
}

.lauren-under {
background: transparent;
z-index: 2001
position: absolute;
height: 0px;
width: 0px;
color: #44464B;
font-family: 'AvertaPE-Semibold', sans-serif;
font-weight: normal;
font-size: 22px;
line-height: 32px;
margin-left: 30%;
}

.sidebar-list {
padding: 0;
font-family: 'AvertaPE-Regular', sans-serif;
font-weight: normal;
margin-left: 24px;
}

.sidebar-list li{
display: block;
}

.sidebar-list a {
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 16px;
  display: inline-block;
}


.sidebar-list a:hover {
  text-decoration: none;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
}

.sidebar-back {
  font-family: 'AvertaPE-Regular', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0px;
}

.sidebar-back:hover {
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #44464B;
}

.footer-position{
z-index: 1000;
position: relative;
}

.sidebar-links {
  display: inline-block;
}
.arrowblue {
  margin-bottom: 2px;
  display:inline-block;
  margin-right:4px;
  height:10px;
}

.otherblue {
  margin-right:8px;

}

.nav-tag {
  color: #757575;
  font-size: 12px;
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
  margin-top: 16px;
}

.nav-line {
  	border: 1px solid #E7E7E7;
    margin-right: 48px;
    margin-bottom: 16px;
    margin-top: 0px;
}
a.current-work {
  font-family: 'AvertaPE-Semibold', sans-serif;
  font-weight: normal;
  color: #272425;
  left: -21px;
  position: relative;
}
  /*---  Temp deletion
.current-work::after {
  content: " ";
  bottom: 0px;
  left: 0px;
  background-color: #4727f0;
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 2px;
  margin-top: 4px;
}
Project Details ---*/

.detail-par {
  max-width: 370px;
  margin-top:-4px;
}
