/* -------------------------------------- 
   SVG Dynamic Color
   -------------------------------------- */

/* white */
.slides .panel svg { 
    fill: #fff !important;  
}

/* black */
.slides.whiteSlide .panel svg { 
    fill: #000 !important;  
}

/* close */
.sidebar.large svg {
  fill: #00fdcb;
}

.sidebar .close {
    opacity: 1;
}
/* --------------------------------------
   Menu Override
   -------------------------------------- */


.left {
    padding-left: 5%;
}

.right {
    padding-right: 0px;
    box-sizing: 80%;
}
.panel .sections .menu li {
    font-weight:400;
    font-size:16px;
}

.panel {
   padding-top: 30px; 
}

.panel .sections .menu li a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 15px 0px;
  position: relative;
}
.panel .sections .menu li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0px;
  left: 50%;
  position: absolute;
  border-bottom: 2px solid #00fdcb;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.panel .sections .menu li a:hover:after { 
  width: 100%; 
  left: 0; 
}
/* --------------------------------------
   Custom Page Links
   -------------------------------------- */

a.pagelink {
    color: #20C997;
    font-weight: 600;
    transition: 0.5s ease;
}

a.pagelink:hover {
  color: #17ae90;
  transition: 0.2s ease;
  text-decoration: none;
}

a.gridlink {
    color: #000;
    font-weight: 600;
    transition: 0.5s ease;
    font-size: 18px;
    letter-spacing: .16em;
}

p.gridlink {
    color: #000;
    font-weight: 600;
    transition: 0.5s ease;
    font-size: 18px;
    letter-spacing: .16em;
}


/* --------------------------------------
   PROJECTS GALLERY MISC
   -------------------------------------- */


.grid-69 .box-69 { cursor: pointer !important;} 

.cell {
    color: #fff;
}

.grid-69 .box-69 .cell-69 {
    background-color:rgba(0,253,203,0.8);
}

.projectsHeading {
    letter-spacing: 0.2em;
    font-weight: 600;
}

.cellTitle {
    font-size: 1.6em;
}


/* --------------------------------------
   Hero
   -------------------------------------- */

.hero {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.045em;
  color: #00fdcb;
}

.fade-6 .content { background: rgba(0,0,0,0.35); }


.intro {
    font-size: 1.3em;
    line-height: 1.65em;
}

.selectedWork, .h2 {
    font-size: 36px;
    letter-spacing: 0.075em;
    font-weight: 100;
}
/* ---------------------------------
   Buttons
   ---------------------------------*/

.btn {
  margin: 10px 10px 10px 0;
  border: 3px solid #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  letter-spacing: 1.2px;
  padding: 20px 20px;
  width: 16em;
  background: transparent;
  display: inline-block;
  transition: 0.3s;
}
.btn:hover {
   background: #fff;
   color: #000;
}


/* ---------------------------------
   Custom Font Styles
   ---------------------------------*/

h3.tools {
    font-weight: 700;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    letter-spacing: 0.045em;
}

h2.tools {
    font-weight: 700;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    letter-spacing: 0.045em;
}

.about {
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

.bodyCase {
    font-size: 18px;
    line-height: 2em;
}

/* ---------------------------------
   Full width image
   ---------------------------------*/

 .row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;
}

