/*
	General styles
*/
@import url('https://fonts.googleapis.com/css?family=Dosis:200,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');
body, html {
	height: 100%;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}
.hyapps-page-anchor{
  padding-top: 60px;
  margin-top:-60px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 20px;
}
a{
  cursor: pointer;
}
a, a:visited, a:hover{
	text-decoration: none;
}
.touchonly {
	display: none;
}
p{
  font-family: 'Raleway', sans-serif;
}
html.touch .touchonly {
	display: block;
}
hr{
  border-top: 1px solid #6ed3cf;
  margin: 0px;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.navbar-default{
  background: #fff;
  border-bottom: 3px solid #FFCC00;
}
.navbar-brand{
  font-weight: 700;
  color: rgb(4, 175, 168);
  font-size: 24px;
}
.navbar-default .navbar-nav>li>a{
  color: #000;
  font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #777;
  } 
.navbar-right{
  margin-right: 0px !important;
}  
.section2{
  width: 940px;
	margin: 0px auto -8px !important;
  position: relative;
}
.section3, .section4{
  width: 700px;
  margin: 0px auto -4px !important;
}
.hyapps-spacer-sm{
  width: 100%;
  height: 30px;
}
.hyapps-green-text{
  color: #6ed3cf;
}
.hyapps-yellow-text{
  color: #ffcc00;  
}
.hyapps-text-p{
  font-size: 18px;
  text-align: justify;
}
.hyapps-small-margin{
  margin: 1.5em;
}
.hyapps-crossline{
  background: url(../img/header-line2.png) repeat-x left center;
  height: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.hyapps-white-transparent-bg{
  background: rgba(255,255,255,0.4);
  width: 60%;
  margin: 0 auto; 
}
.hyapps-small-padding{
  padding: 0.5em;
}
.hyapps-crossline-texy{
      margin: 0;
    padding: 0;
    font-size: 100px;
    background: url(../img/bg.png) repeat;
    position: relative;
    bottom: 42px;
}
.hyapps-header-headline{
  font-family: 'Dosis', sans-serif;
  font-size: 4em;
  font-weight: 100;
  letter-spacing: 0.8em;
  color: #ffcc00;
  margin-top: 0px;
}
.hyapps-section-heading{
  text-align: center;
  margin-top: -5px !important;
  font-family: 'Dosis', sans-serif !important;

}
.hyapps-bounce-heading{
  font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: 5px solid #ffcc00;
    width: 200px;
    height: 56px;
    margin: 0 auto 40px;
    padding: 11px;
    font-family: 'Dosis', sans-serif !important;

}
.gallery-item img{
  height: 240px;
  border: 3px solid #6ed3cf;
}
.header-underline{
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 3em;
  background: #6ed3cf;
}
.hyapps-svg-link{
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0px solid #6ed3cf;
  -webkit-transition: border-bottom 1s; /* For Safari 3.1 to 6.0 */
    transition: border-bottom 1s; 
}
.hyapps-svg-link:hover{
  text-decoration: none;
}
.hyapps-section2-left-text{
    position: absolute;
    top: 50px;
    width: 430px;
    height: 300px;
    font-size: 18px;
    left: 0px;
    text-align: justify;
}
.hyapps-section2-left-text>h3, .hyapps-section2-right-text>h3{
      margin-top: 10px;
    }
.hyapps-section2-right-text{
    position: absolute;
    top: 50px;
    width: 430px;
    height: 300px;
    font-size: 18px;
    right: 0px;
    text-align: justify;
}
.hyapps-section2-right-text a{
    color: #037570;
}
.hyapps-gallery-item{
  position: relative;
}
.hyapps-gallery-img{
   display: block;
  width: 100%;
  height: auto;
}
.hyapps-gallery-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(3,117,112,0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.hyapps-gallery-item:hover .hyapps-gallery-overlay {
  height: 100%;
}
.gallery-overylay-text{ 
  /*white-space: nowrap; */
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 99%;
  text-align: center;
}
.gallery-overylay-text p{
  width: 96%;
  height: 150px;
  margin-top: 5px;
}
.hyapps-skills-container{
  margin-top: -5px;
}
.hyapps-skills-container .thumbnail{
  border: 0px solid transparent;
  height: 120px;
  text-align: center;
  margin-bottom: 60px;
}
.hyapps-skills-container img{
  height: auto;
  /*width: 40%;*/
  height: 80px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  filter: grayscale(100%);
}

/*footer*/
footer{
  text-align: center;
  margin: 0px auto;
  border-top: 4px solid #6ed3cf;
}
footer .hyapps-bounce-heading{
  margin-top: 20px;
}
.hyapps-contact-section{
  padding-top: 40px;
  padding-bottom: 80px;
}
footer a{
    color: #000000;
  }
footer a:hover{
    color: #6ed3cf;
  }
.bounceInDown{
  -webkit-transform: translateX(0px); 
  transform: translateX(0px); 
}
.btn-primary{
  background: #ffffff;
  border: 2px solid #6ed3cf;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  border-radius: 0px;
  -webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
  transition: background 1s;

}
.btn-primary:hover{
  background: #6ed3cf;
  border: 2px solid #6ed3cf;
  color: #ffffff;
}
.btn-primary a{
  color: #6ed3cf !important;
  padding: 8px 12px;
  }
.btn-primary a:hover{
  color: #ffffff !important;
  }  
/*------*/
#text {
  stroke: black !important;
  stroke-width: 2;
  fill: transparent;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: dash 10s linear ;
}
@keyframes dash {
  80% {
    fill: transparent;
      stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    /* works, know why */
    fill: black;
  }
}
/*----*/
.fadein-trigger {
  height: 400px;
  opacity: 0; 
}
.project {
    /*padding: 50px 0;*/
    opacity: 0;
    /*transform: translateX(9.84615em);*/
    @include breakpoint(medium down) {
        transform: translateX(0px) ;
     }
    transition: all 1s ease-out;
}
.project.fade-in{
    opacity: 1;
    /*transform: translateX(1em) ;*/
}

 

/* scrollmagic animation starts here*/
/*------*/
.parallax-bg {
    padding: 150px 0;
    color: #fff;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.parallax-bg-container {
    background: url('../img/home-section-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    position: absolute;
    width: 100%;
    height: 130%;
    top: 0;
    z-index: 1;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);
}
.content-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    top:40vh;
    z-index: 2;
    text-align: center;
}
.gallery-item .animated{
    margin-bottom: 10px;
  }
/*==============================================*/
.hyapps-svg-container{
  width: 700px;
  height: auto;
  margin: 0px auto;
}
@media(max-width:767px){
    .hyapps-header-headline {
      font-size: 2.2em;
      font-weight: 600;
      letter-spacing: 0.2em;
      margin-top: 0px;
  }  
  .content-wrapper{
    width: 100%
  }
  .content-wrapper h3 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
}

 @media(min-width:767px) {
    .navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
    .navbar-right {
    float: right!important;
    margin-right: 0px !important;
  }
}
@media only screen and (min-width : 320px) and (max-width:479px) {
  footer{
    /*height: 100px;*/
  }
  .featurette{
    height: auto;
    border-bottom: 1px solid #6ed3cf;
    margin-top: 30px;
  }
  .featurette-divider{
    margin: 20px 0;
  }
  .animated{
    margin-bottom: 10px;
  }
  .featurette-divider-sm{
    margin: 0px;
  }
  .content-wrapper{
    top:30vh !important;
  }

  #skills, #portfolio, #about{
      position: relative; /* required */
      padding-top: 70px;  
  }  
  .hyapps-contact-section{
    padding-top: 20px;
    padding-bottom: 20px;
  }
 .btn-primary{
    font-size: 14px;
    padding: 6px;
  }
  .btn-primary a{
    padding: 8px 0px !important;
    font-size: 14px !important;
  }
  .navbar-brand{
    width: 70%;
  }
  
 }
@media (min-width: 480) and (max-width: 767) { 
  .hyapps-section2-left-text{
    display: none;
  }
  footer{
    height: 200px;
  }
  .featurette{
    height: auto;
    border-bottom: 1px solid #6ed3cf;
    margin-top: 30px;

  }
  .featurette-divider{
    margin: 50px 0;
  }
  .animated{
    margin-bottom: 10px;
  }
  .featurette-divider-sm{
    margin: 0px;
  }
  .hyapps-header-headline{
    font-size: 2em;
  }
  #skills, #portfolio, #about{
      position: relative; /* required */
      padding-top: 70px;  
  }  
  .hyapps-contact-section{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .btn-primary{
    font-size: 14px;
    padding: 6px;
  }
  .btn-primary a{
    padding: 8px 0px !important;
    font-size: 14px !important;
  }
 }
@media (min-width: 768) and (max-width: 979) { 
  footer{
    height: 250px;
  }  
  .featurette{
    height: 100vh;
    border-bottom: 1px solid #6ed3cf;
    margin-top: 90px;

  }
  .featurette-divider{
    margin: 80px 0;
  }
  .featurette-divider-sm{
    margin: 0px;
  }
  #skills, #portfolio, #about{
      position: relative; /* required */
      padding-top: 70px;  
  }  
  .navbar-right{
    margin-right: 0px !important;
  }
 }
@media (min-width: 980) { 
  footer{
    height: 250px;
  }
  .featurette{
    height: 100vh;
    border-bottom: 1px solid #6ed3cf;
  }
  .featurette-divider{
    margin: 80px 0;
  }
  .featurette-divider-sm{
    margin: 0px;
  }
 }


