/* your styles go here */
#burger span{
  background-color: #A5A5A5;
}

#title {
  padding: 19px;
  color: #007D80;
}

.links {
  text-align: right !important;
  margin-right: 10px;
}

.thumbs {
  position: relative;
  top: 10%;
}

.work {
  padding-top: 72px;
}

@media (max-width: 767px) {
  .work {
    margin-bottom: 10px;
  }
}

.row-port {
  margin-bottom: 40px;
}

.case-study {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .case-study {
    padding: 20px 0px;
  }
}

@media (min-width: 768px) {
  #active {
    color: #007272;
    border-bottom: solid 4px #007272;
  }
}

@media (max-width: 767px) {
  #active {
    color: #007272;
  }
}

@media (max-width: 767px) {
  #active span::after {
      position: absolute;
      right: 12px;
      bottom: 0;
      width: 30%;
      height: 1px;
      border-bottom: solid 4px #007272;
      content: ""
  }
}

.img-port {
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.3);
  border-radius: 2%;
}

.left-box {
margin-right: 30px;
margin-left: 30px;
padding-left: 0px;
}

@media (max-width: 767px) {
  .left-box {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .left-img {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .left-port {
    padding-left: 0px;
  }
}

.left-portal {
  margin-bottom: 96px;
}

.left-portal-lead {
  margin-bottom: 144px;
}

@media (max-width: 767px) {
  .copyright {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .left-box > h2 {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .left-img > h4 {
    font-size: 18px !important;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .left-box > p {
    font-size: 16px !important;
  }
}

.img-rounded {
  border-radius: 6px;
}

#hero-text {
	padding-left: 0px;
}

#hero-text > h1 {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 110px;
	color: #A5A5A5;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 48px;
}

#hero-text > h6 {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 18px;
	color: #A5A5A5;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
  #hero-text > h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #hero-text > p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .lead {
    margin: 0px 0px 20px 0;
  }
}
/*@media (min-width: 768px) {
  #hero-text > h1 {
    margin-top: 10%;
  }
}*/

#hero-text > ul {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: left;
  padding-left: 20px;
}

#hero-text > p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: left;
}

.fav {
  padding-right: 16px;
}

.fav > img {
  height: 32px;
  width: 32px;
  margin-top: -4px;
}

.leadin {
  font-size: 20px;
  line-height: 1.4;
}

.contact-form label {
  font-family: "Lato", sans-serif;;
}

.overlay2 {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0%;
    position: fixed; /* Stay in place */
    z-index: 1031; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.85); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.7s;
}

.overlay-content {
    color: #A5A5A5;
    position: relative;
    top: 30%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.overlay2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #A5A5A5;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay2 a:hover, .overlay2 a:focus {
    color: #007D80;
}

.overlay2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay2 a {font-size: 20px}
    .overlay2 .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.hovereffect {

height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
margin-bottom: 25px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.7);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h5.info, .hovereffect h4.info {
text-decoration:none;
display:inline-block;
color:#007D80;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .1s ease-in-out;
transition:all .1s ease-in-out;
margin:33% 0 0;
padding:7px 14px;
}

/*.hovereffect h4.info:hover {
color: #00A4A6;
}*/

.hovereffect:hover img {
-ms-transform:scale(1.02);
-webkit-transform:scale(1.02);
transform:scale(1.02);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h5.info, .hovereffect:hover h4.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover h5.info, .hovereffect:hover h4.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
