
html{
  height:100%;
}
body{
  font-family:'gilroy-light', sans-serif;
  font-size:.9rem;
  line-height:1.5rem;
  height:100%;
  overflow-x:hidden;
}
body.modal_open.fixed {
    overflow: hidden;
}
a:focus, button:focus{
  outline:none;
}
div {
  width:100%;
}

img {
  max-width:100%;
  display:block;
}

img.bio{
  width:180px;
  border-radius:0;
  border:5px solid #C4DAD7;
}

h1{
  /* font-family:'oswald', sans-serif; */
  font-family:'gilroy-extrabold', sans-serif;
  font-size:2rem;
  /* font-weight:700; */
  text-transform:uppercase;
  /* color:#EB3A0A; */
  color:#333;
  line-height:2.3rem;
  margin:60px 20px 20px 0;
  text-align:center;
}
h2{
  color:#999;
  font-size:1.4rem;
  margin:15px 20px 15px 0;
  font-weight:300;
  text-align:center;
}
p{
  font-size:.9rem;
  line-height:1.5rem;
  margin-bottom:30px;
  font-family:'gilroy-light', sans-serif;
}
b{
  font-family:'gilroy-extrabold', sans-serif;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.hoverTrigger b{
  font-weight:700;
  float:left;
  line-height:20px;
}
.hoverTrigger:hover {
  cursor: pointer;
}
.hoverTrigger:hover .project_title, .modalTrigger:focus .project_title{
  bottom:20px;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
    /*display:block;*/
}
object{
  float:left;
  margin-left:7px;
  width:20px;
  height:20px;
}
.box_wrapper{
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom:0;
  overflow: hidden;
  margin-top:0px;
  margin-bottom:0;
}

.work .three-col {
  width:28%;
  margin: 0 2.5% 30px 2.5%;
}
.work .three-col div {
  width:100%;
}
.two-col div.hover_graphic{
  width:100%;
  margin:auto;
  max-height:100%;
}
div.hover_graphic{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    font-size:150px;
    font-weight:700;
    text-align:center;
    opacity:.9;
    top: 500px;
    padding-top:60px;
    /*make the content lies under wrapper*/
    background-color:#333;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*make the smooth transition in 0.3s*/
    color: #fff;
}

.hoverTrigger .two-col:hover div.hover_graphic, .modalTrigger:focus div.hover_graphic {
  top: 0;
  /*bring the content back*/
}
.hoverTrigger .modalTrigger{
    display: block;
    /* padding-top: 70px; */
    position: absolute;
    bottom: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
}
.project_title{
  position:absolute;
  bottom:-60px;
  /*margin-top:30px;
  font-size:15px;
  padding-top:10px;*/
  z-index:300;
  opacity:1;
  border-top:4px solid #FFF;
  text-transform:uppercase;
  /*display:none;*/
  color:#FFF;
  padding:10px 0 0 10px;
}

.hoverTrigger .two-col .hover_graphic .turn{
   transition: all 0.4s ease-in-out;
   max-width:100%;
   margin:auto;
}
.hoverTrigger .two-col:hover .hover_graphic .turn, .modalTrigger:focus .hover_graphic .turn{
   transform: rotate(360deg);
}

ul{
  margin-left:10px;
}
ul li{
  position: relative;
  padding-left: 1.5em;
}
ul li:before {
    content: "+";
    left: 0px;
    position: absolute;
}
.mobile-space{
  display:none !important;
}
.green{
  color:#000;
  text-decoration:none;
}
.green:hover, .green:focus{
  color:#89C5B9;
  text-decoration:none;
}

.list{
   position:absolute;
  right:670px;
  top:340px;
   bottom:auto;
  width:200px;
  transform:rotate(320deg);
}

.list ul{
  padding:0;
  margin:0;
}
.list ul li{
  list-style-type:none;
  border-bottom:3px solid #333;
  padding:20px 0 5px 0px;
  line-height:16px;
}

.list ul li:before{
  content:"";

}

.list a{
  text-decoration:none;
  color:#333;
  /* font-family:'oswald'; */
  font-family:'gilroy-extrabold', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:16px;
  line-height:16px;

}

/* TRIANGLE STYLES */

.triangle {
    width: 500px;
    height: 700px;
    background-color: #FEFAEE;
    position: absolute;
    top: -300px;
    right: -90px;
    transform: rotate(-40deg);
    text-align:right;
    color: #000;
    display: flex;
    flex-direction: column-reverse;
}

.triangle p{
  color: #EB3A0A;
  text-align:left;
  /* font-family: 'oswald'; */
  font-family:'gilroy-extrabold', sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: bold;
  padding: 0 0 0px 10px;
  float:right;
  width:125px;
}

.triangle .web{
    color: #333;
    position: absolute;
    right: 350px;
    top: 315px;
    font-size: 3.9rem;
}
.hack{
  transform:rotate(90deg);
  white-space: nowrap;
  position:absolute;
  top:385px;
  left:3px;
}

@supports (writing-mode: vertical-lr) {

.triangle p{
  writing-mode: vertical-rl;
  padding:0 0 0 3px;
}

.triangle .web{
    writing-mode: horizontal-tb;
}

.hack{
  transform:rotate(0);
  position:absolute;
  left:0;
}

}

.me{
  width:340px;
  margin:auto;
  position: absolute;
  right:360px;
  top:83px;
  transform: rotate(320deg);
  /*border:12px solid #FFF;*/
  color:#FEFAEE;
  height:350px;
  font-size:100px;
  line-height:100px;
  /* padding:30px; */
  text-transform:uppercase;
  /* font-family:'oswald'; */
  font-family:'gilroy-extrabold', sans-serif;
  font-weight:bold;
}
.me hr{
    width: 200px;
    padding: 0;
    margin: 10px 0 0 100px;
    height:0;
    border:none;
    align: right;
    align-items: end;
    border-bottom: 20px solid #333;
}
.topbox{
  position:relative;
  top: 0;
  transform: translateY(-50%);
}
.smaller_text{
  /* font-size:53px; */
  font-size:43px;
  /* font-family:'oswald', sans-serif; */
  font-family:'gilroy-extrabold', sans-serif;
  color:#FEF9ED;
  line-height:55px;
  position:absolute;
  top:280px;
  right:80px;
  text-align:right;
  text-transform:uppercase;
  /* width:54%; */
  /* margin-left:90px;
  background-color:#F9B714;
  border:6px solid #FFF;
  padding:15px;
  background: linear-gradient(-33deg,#FFC926 45%,transparent 0%) #FFDC73; */
}
.trigger{
  display:none;
}
.scroll-down{
  position:absolute;
  bottom:0;
  right:5%;
  height:70px;
  //border:1px solid #FFF;
  text-align:center;
  width:120px;
  background-color:#FEF9ED;
  z-index:2000;
  text-decoration:none !important;
}
.scroll-down .name{
  font-weight:700;
  font-size:1.6rem;
  text-transform:uppercase;
  text-align:center;
  line-height:2.2rem;
  width:80%;
  margin:auto;
  margin-top:10px;
}
.down{
animation: MoveUpDown 1s linear infinite;
position: absolute;
/*margin:auto;*/
left: 45px;
bottom: 10px;
}

@keyframes MoveUpDown {
0% {
  bottom: 23px;
}
50% {
  bottom: 30px;
}
100% {
  bottom: 23px;
}
}
.top{
    /*background: url('../images/rays2.gif') no-repeat center center fixed;*/
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     /*height:100%;
     min-width:100%;
     position:right 0px top 0px;*/
     width:100%;
     height:100%;
     margin-bottom: 0px;
     padding: 0px;
     /* background-color:#89C5B9; */
     background-color:#EC3A0B;
}
.huge_text{
  color:#FEF9ED;
  /* font-family:'oswald', sans-serif; */
  font-family:'gilroy-extrabold', sans-serif;
  /* font-size:120px; */
  font-size:130px;
  text-transform:uppercase;
  position:absolute;
  right:70px;
  top:200px;
  text-align:right;
}
.three-col{
  float:left;
  border:none;
  width:32%;
  text-align:left;
  margin:0 0 30px 0;
}

.three-col.center{
  margin-left:0;
  margin-right:20px;
}

.three-col div{
  width:85%;
  margin:auto;
}

.three-col h3{
  text-align:left;
  /* font-family:'oswald', sans-serif; */
  font-family:'gilroy-extrabold', sans-serif;
  text-transform:uppercase;
  color:#89C5B9;
  font-size:1.5rem;
  margin-bottom:20px;
  margin-top:0;
  padding-top:0;
}

.one-third-col{
  float:left;
  border:none;
  width:25%;
  margin-right:5%;
  text-align:left;
  margin-top:30px;
}

.one-third-col b{
  font-size:1.1rem;
  text-transform:uppercase;
}

.two-thirds-col{
  float:left;
  border:none;
  width:70%;
  text-align:left;
  margin-bottom:30px;
  margin-top:30px;
}
.arrow{
  width:20px;
  height:20px;
}
.two-col{
  float:left;
  border:none;
  width:45%;
  margin-right:5%;
  text-align:left;
  margin-bottom:60px;
}
.container{
  float:left;
}
.row{
  border:none;
  margin-top:40px;
  margin-bottom:40px;
  float:left;
}
.no-margins{
  margin-top:0;
  margin-bottom:0;
}
.container>div:first-child{
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  text-align:left;
  border-top:1px solid #999;
}
.about{
height:100%;
}
.experience{
 background-color:#FCF9E6;
}
.skills{
background-color:#FFF;
height:100%;
margin-bottom:70px;
}
.work{

}
.contact{
  background-color:#333;
  color:#FFF;
}

.contact h1{
  color:#FFF;
}

.contact-row{
  float:left;
  border-top: 1px solid #eee;
  border-bottom:1px solid #eee;
  margin:70px 0;
}

.contact-icons{
  margin-top:20px;
  float:left;
  width:30%;
  margin-right:3%;
}
.contact-icons img{
  float:left;
}
.contact-icons p{
  float:left;
  padding:0 0 0 20px;
  line-height:40px
}

.contact-icons a {
  color:#fff;
  text-decoration:none;
}

.contact-icons a:hover, .contact-icons a:focus {
  color:#89C5B9;
  text-decoration:underline;
}

.navigation{
  width:120px;
  position:absolute;
  right:5%;
  top:100%;
  background-color:#89C5B9;
  border:none;
  text-align:center;
}

.fixed .navigation{
  position:fixed;
  right:5%;
  top:80px;
}
.navigation a{
  display:block;
  text-decoration:none;
  color:#FFF;
  padding:30px 10px;
  font-size:1rem;
//  width:100%;
}
.navigation a:hover, .navigation a:focus{
  background-color:#EB3A0A;
}

.navigation a.active{
  background-color:#EB3A0A;
}

/* BAR CHART */

.bar-chart ul li {
  padding-left:0;
  background-color:#C4DAD7;
  height:10px;
}
.skills ul li:before {
  content: none !important;
  display: inline-block !important;
  margin-left: 0 !important;
  width: 0 !important;
  color: #fff !important;
  background-color: #fff !important;
  text-align: center !important;
  border-radius: 0 !important;
  height: 0 !important;
  margin-right: 0 !important;
  line-height: 0 !important;
}

.lines {
  height: 100%;
  position: relative;
}
.lines .line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}
.lines .line.l--0 {
  left: 0;
}
.lines .line.l--25 {
  left: 25%;
}
.lines .line.l--50 {
  left: 50%;
}
.lines .line.l--75 {
  left: 75%;
}
.lines .line.l--100 {
  left: calc(100% - 1px);
}
.lines .line .line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.lines .line .line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.bar-chart {
  margin: 20px 0 0 !important;
}
.bar-chart:first-child {
  margin: 0;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3s;
}
.chart--design .chart__title {
  animation-delay: 4.2s;
}

.chart--horiz {
  overflow: hidden;
  padding-left: 0;
}
.chart--horiz li{
  margin-bottom:1.2rem;
}
.chart--horiz .chart__bar .fill {
  height: 10px;
  margin-bottom: 10px;
  display: block;
  background: #EB3A0A;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--dev .chart--horiz .chart__bar .fill.next13 {
  animation-delay: 2.7s;
}
.chart--dev .chart--horiz .chart__bar .fill.next12 {
  animation-delay: 2.5s;
}
.chart--dev .chart--horiz .chart__bar .fill.next11 {
  animation-delay: 2.3s;
}
.chart--dev .chart--horiz .chart__bar .fill.next10 {
  animation-delay: 2.1s;
}
.chart--dev .chart--horiz .chart__bar .fill.next9 {
  animation-delay: 1.9s;
}
.chart--dev .chart--horiz .chart__bar .fill.next8 {
  animation-delay: 1.7s;
}
.chart--dev .chart--horiz .chart__bar .fill.next7 {
  animation-delay: 1.5s;
}
.chart--dev .chart--horiz .chart__bar .fill.next6 {
  animation-delay: 1.3s;
}
.chart--dev .chart--horiz .chart__bar .fill.next5 {
  animation-delay: 1.1s;
}
.chart--dev .chart--horiz .chart__bar .fill.next4 {
  animation-delay: .9s;
}
.chart--dev .chart--horiz .chart__bar .fill.next3 {
  animation-delay: .7s;
}
.chart--dev .chart--horiz .chart__bar .fill.next2 {
  animation-delay: .5s;
}
.chart--dev .chart--horiz .chart__bar .fill.next1 {
  animation-delay: 0.3s;
}
.chart--dev .chart--horiz .chart__bar .fill.next0 {
  animation-delay: 0s;
}
.chart--horiz .chart__bar .fill[data-skill='35'] {
  width: 35%;
}
.chart--horiz .chart__bar .fill[data-skill='40'] {
  width: 40%;
}
.chart--horiz .chart__bar .fill[data-skill='45'] {
  width: 45%;
}
.chart--horiz .chart__bar .fill[data-skill='50'] {
  width: 50%;
}
.chart--horiz .chart__bar .fill[data-skill='55'] {
  width: 55%;
}
.chart--horiz .chart__bar .fill[data-skill='60'] {
  width: 60%;
}
.chart--horiz .chart__bar .fill[data-skill='65'] {
  width: 65%;
}
.chart--horiz .chart__bar .fill[data-skill='70'] {
  width: 70%;
}
.chart--horiz .chart__bar .fill[data-skill='75'] {
  width: 75%;
}
.chart--horiz .chart__bar .fill[data-skill='80'] {
  width: 80%;
}
.chart--horiz .chart__bar .fill[data-skill='85'] {
  width: 85%;
}
.chart--horiz .chart__bar .fill[data-skill='90'] {
  width: 90%;
}
.chart--horiz .chart__bar .fill[data-skill='95'] {
  width: 95%;
}
.chart--horiz .chart__label {
  background-color:transparent;
  line-height: 30px;
  color: #575757;
  font-family: 'gilroy-light', sans-serif;
  font-size: 15px;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* MODAL WINDOWS */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    vertical-align:middle;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    animation-name:modalbox;
    animation-duration:.5s;
    z-index:100;
}


/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
     position: relative;
     top: 50%;
     transform: translateY(-50%);
    padding: 20px;
    border: 1px solid #333;
    width: 60%;
    overflow:auto;
}
.modal-content .two-col{
    margin-bottom:10px;
}

.modal-content h2{
  text-align:left;
  margin:0px 20px 40px 0px;
  font-size:1.8rem;
  color:#EB3A0A;
  font-weight:700;
  line-height:2rem;
  font-family:'gilroy-extrabold', sans-serif;
  text-transform:uppercase;
}
.modal-content p.small-print{
  padding-top:30px;
  font-size:.9rem;
  color:#666;
  margin-top:30px;
}
.modal-content a {
    color:#EB3A0A;
    text-decoration:none;
}

.modal-content a.visit{
  text-decoration:none;
  color:#FFF;
  font-weight:bold;
  text-transform:uppercase;
  padding:10px 15px;
  background-color:#EB3A0A;
}

.modal-content a.visit:hover, .modal-content a.visit:focus{
  text-decoration:none;
  background-color:#89C5B9;
  color:#FFF;
}
.modal-content a.close:focus, .modal-content a.close:hover{
  border:1px dashed #555;
}
.modal a:hover, .modal a:focus{
  color:#89C5B9;
  border:1px dashed #555;
}
.icon_container{
  float:left;
}
.icon_container h1{
  width:450px;
  border-top: 1px solid #999;
  margin:auto;
  margin-bottom:20px;
  padding-top:60px;
}
.icon_container p {
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
  }

.icons{
  text-align:center;
  margin:auto;
  width:450px;
  margin-bottom:120px;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
    width:auto;
    text-align:right;
    /* margin-bottom:20px; */
    padding:0 3px;
}
.close-container{
  width:100%;
  height:27px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.no-top-border{
  border-top:0 !important;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 1300px) {
  div.hover_graphic{
      padding-top:90px;
  }
}

@media only screen and (max-width: 480px){
  .huge_text{
    width:300px;
    font-size:70px;
    right:30px;
    top:135px;
    line-height:65px;
  }
  .smaller_text{
    right:30px;
    left:auto;

  }
  .topbox{
    min-height:350px;
    overflow:hidden;
    top:25%;
  }
  .me {
    transform:rotate(0deg);
    font-size:3rem;
    line-height:3.2rem;
    /* width:600px; */
    left:20px;
    color:#333;
    width:200px;
  }
  .me hr{
    margin-left:0;
    width:150px;
    border-bottom:10px solid #333;
  }
  .triangle{
      transform:rotate(0deg);
      height:0px;
      height:90vh;
      top:0;
      width:300px;
      width:100%;
      left:0;
  }
  .triangle p{
    font-size: 2.4rem;
    line-height: 3rem;
    padding-bottom: 0px;
    margin-bottom:0;
    padding-left: 0;
    width:95px;
  }
  .triangle .web{
      left: 230px;
      top:130px;
      bottom: auto;
      font-size: 3.3rem;
  }
  .list{
    transform:rotate(0);
    left:20px;
    top:200px;
    width:150px;
    z-index:40;
  }
  .hack{
    top:200px;
    left:230px;
  }

  .icon_container h1{
   max-width:80%
  }
  .icons{
    max-width:80%;
  }
}

@media only screen and (max-width: 768px) and (min-width:481px){
  .huge_text{
    font-size:70px;
    right:70px;
    top:170px;
    line-height:130px;
  }
  .me {
    transform:rotate(0deg);
    font-size:4rem;
    line-height:4.2rem;
    /* width:600px; */
    left:20px;
  }
  .me hr{
    margin-left:0;
  }
  .triangle{
      transform:rotate(0deg);
      height:0;
      height:100vh;
      top:0;
      width:300px;
  }
  .triangle p{
    padding-bottom:130px;
  }

  .triangle .web{
      right: 150px;
      top: 130px;
      bottom:auto;
      font-size: 3.9rem;
  }
  .list{
    transform:rotate(0);
    left:20px;
    top:270px;
  }
 .hack{
   top:200px;
 }

}

@media only screen and (max-width: 919px) and (min-width:700px){
  /* .me {
      width: 380px;
      font-size:3.6rem;
      line-height:3.8rem;
  } */
  .me hr{
    margin-left:0;
  }
}


/* @media only screen and (max-width: 1120px) and (min-width:920px){
  .me {
      width: 440px;
  }
} */


@media only screen and (max-width: 1100px) and (min-width:768px) {

  div.hover_graphic{
      font-size:100px;
      padding-top:50px;
  }

  .hoverTrigger .two-col .hover_graphic .project_title{
    margin-top:50px;
    font-size:14px;
    padding:5px;
    opacity:1;
    border-top:4px solid #FFF;
  }
  .turn{
    font-size:80px;
  }
  .project_title{
  padding-right:20px !important;
  max-width:90%;
  }
}


@media only screen and (min-width: 1200px){
  .me {
    transform:rotate(0deg);
  }
  .triangle{
      transform:rotate(0deg);
      height:100vh;
      top:0;
      width:300px;
  }
  .triangle p{
    padding-bottom:130px;
  }
  .triangle .web{
    right: 155px;
    top: 125px;
    font-size: 4rem;
  }
  .list{
    position: absolute;
right: auto;
left: 100px;
top: 320px;
bottom: auto;
width: 500px;
transform:rotate(0);
  }
  .hack{
    top:200px;
    padding-bottom:0 !important;
    line-height:55px !important;
    left:0px !important;
  }
}



@media only screen and (max-width: 768px) {
  body{
    font-size:1rem;
    line-height:1.5rem;
  }
  p{
    font-size:1rem;
    line-height:1.5rem;
  }
 /* .topbox{
   min-height:350px;
   overflow:hidden;
   top:35%;
 } */

  .smaller_text{
    font-size:30px;
    line-height:35px;
    position:absolute;
    margin-left:50px;
    bottom:5px;
    width:63%;
  }
  .scroll-down {
    height:70px;
    background-color:#FEF9ED;
  }
  .container.work>div:first-child{
   border-top:1px solid #999;
  }
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    position: relative;
    top: 0;
    transform: none;
    padding: 20px;
    border: 1px solid #888;
    width: 89%;
    overflow:auto;
    }

  .modal-content .two-col:nth-child(2){
    margin-top:40px;
    text-align:center;
    margin-bottom:30px;
  }

  .modal-content .two-col{
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .modal-content h2{
    margin-left:0;
  }
  .close {
    color: #FFF !important;
    float: none;
    font-size: 36px;
    font-weight: bold;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 12px;
    background: #EB3A0A;
    text-align: right;
    margin-bottom: 20px;
}

.container{
  padding-top:40px;
}

.work .three-col {
  width:100%;
}

.box_wrapper{
  padding-bottom:70px;
  border:none;
  margin-bottom:0px;
  margin-top:0;
}

div.hover_graphic{
  display:none;
}
 .hoverTrigger{
   margin-bottom:50px;
  float:left;
}
.hoverTrigger:hover .project_title{
  bottom:0;
}
.hoverTrigger .modalTrigger{
    display: block;
    position: absolute;
    bottom: 50px;
    right:0;
    z-index: 30;
    width: 50px;
    height: 50px;
    /* background-color: #EB3A0A; */
    background-color:#333;
    opacity:1;
}
.hoverTrigger .modalTrigger:after{
  content:"+";
  /* font-family:"heebo", sans-serif; */
  font-weight:700;
  font-size:50px;
  color:#FFF;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.project_title{
  position:absolute;
  bottom:0px;
  background:#333;
  height:40px;
  /*margin-top:30px;
  font-size:15px;
  padding-top:10px;*/
  z-index:300;
  opacity:1;
  border-top:0;
  text-transform:uppercase;
  /*display:none;*/
  width:65vw;
  color:#FFF;
  padding:10px 0 0 10px;
  bottom:0px;
  left:-250px;
}

.about{
 height:auto;
}
.skills{
  height:auto;
}
.scroll-down{
  width:100%;
  right:0;
}
.down{
  left:45%;
}
.navigation{
  width:100%;
  right:0;
  display:none;
}
.fixed .navigation{
  display:none;
}
.trigger{
  display:none;
}
.three-col{
  width:100%;
  margin-left:0;
  margin-right:0;
}
.three-col div{
  width:100%;
}
.two-col{
  width:100%;
  margin-left:0;
  margin-bottom:0;
}
ul{
  margin-left:0;
}
.one-third-col{
  width:100%;
  margin-bottom:0;
}

.two-thirds-col{
 width:100%;
 margin-top:0;
}
.two-thirds-col p {
  display:none !important;
}

.contact-icons{
  width:100%;
}
.container>div:first-child{
  width:80%;
  border-top:none;
}
.skills{
  margin-bottom:0px;
}
.skills .two-col{
  margin-bottom: -20px;
}
.skills .row{
  margin-top:0;
}
.fixed .trigger{
  display:block;
  margin:auto 0;
  text-align:center;
  background-color:#89C5B9;
  color:#FFF;
  height:30px;
  padding:15px 25px 0 0;
  position:fixed;
  width:95%;
  z-index:100;
  font-size:1.2rem;
  text-transform:uppercase;
}
#Actual {
  background:#89C5B9;
  color:#FFF;
  padding:0;
  margin:0;
  width:100%;
  position:relative;
    z-index:100;
}
#Actual a{
    display:block;
    text-decoration:none;
    color:#FFF;
    font-size:1.2rem;
    text-transform:uppercase;
    padding:30px 10px;
}
#Actual a:hover, #Actual a:focus{
    background-color:#EB3A0A;
  }

}

.slideup, .slidedown{
  overflow-y:hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  background:#89C5B9;
  margin:auto;
  overflow-x:hidden;
  padding-top:20px;
  margin-left:-5%;
  width:110%;
  position:relative;
}
.slideup {
  max-height:0px;
}
.slidedown {
  max-height:680px;
}
img.bio {
    width: 100%;
  }
}
