body {
  font-family: 'Open Sans', sans-serif;
}

/*@mixin transition($value){
  -webkit-transition: ($value);
     -moz-transition: ($value);
      -ms-transition: ($value);
          transition: ($value);
}*/
html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  color: white;
  -webkit-transition: background 5s linear;
  -moz-transition: background 5s linear;
  -ms-transition: background 5s linear;
  -o-transition: background 5s linear;
  transition: background 5s linear;
}

.noTransition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.noTransition .loopCol {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.noTransition .fixedBg {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: white;
}


h1 {
	//font-family: 'Architects Daughter', cursive;
	font-size:4.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	line-height:1.1em;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
	margin:10px;
}

h2 {
	margin:20px 0px 20px 0px;
	font-weight:200;
	font-size:1em;
	letter-spacing:0.1em;
}

h3 {
	margin:60px 0px 60px 0px;
}
h3 a:hover {
	background-color:rgba(0,0,0,0.15);
}

h3 a {
	font-size:2em;
	font-family: 'Architects Daughter', cursive;
	padding:15px 20px 15px 20px;
	-webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15) ;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15) ;
	text-shadow: 4px 4px 1px rgba(0,0,0,0.15) ;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(border-stripe-4.png) 10 round;
	-webkit-border-image: url(border-stripe-4.png) 10 round;
	-o-border-image: url(border-stripe-4.png) 10 round;
	border-image: url(border-stripe-4.png) 10 round;

}

.pulse2 {
	-webkit-animation: pulse2 1.5s ease infinite;
	-moz-animation: pulse2 1.5s ease infinite;
	-ms-animation: pulse2 1.5s ease infinite;
	animation: pulse2 1.5s ease infinite;
}

@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }
 50% {
    -webkit-transform: scale(0.9);
   	-moz-transform: scale(0.9);
   	-o-transform: scale(0.9);
   	-ms-transform: scale(0.9);
   	transform: scale(0.9);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -moz-transform: scale(0.9);
   transform: scale(0.9);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -webkit-transform: scale(0.9);
   transform: scale(0.9);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -ms-transform: scale(0.9);
   transform: scale(0.9);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }

}


#footer {
   position:fixed;
   text-align:center;
   padding:5px;
   left:0px;
   bottom:0px;
   height:45px;
   width:100%;
   background-color: rgba(0, 0, 0, 0.1);
}

#footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    margin-right: 30px;
    float: right;
	font-size: 0.9em;
}

.container {
  max-width: 500px;
  z-index: 1;
  margin: 0 auto;
  padding: 20px 0px 50px 0px;
  text-align:center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.textContainer {
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: -0.38vw;
  line-height: 0.98;
  min-height: 88vh;
}

.text {
  color: #46200A;
}


section {
  margin-bottom: 16vh;
}
section h4 {
  margin-bottom: 20px;
  letter-spacing: 1px;
}



.shortColumn {
  width: 45%;
}

.loopCol {
  border-bottom: 1px solid white;
  position: relative;
}
.loopCol:hover span {
  z-index: 50;
}

.coloredHover.spanActive {
  z-index: 500;
}

.coloredHover {
  -webkit-transition: color 20s linear;
  -moz-transition: color 20s linear;
  -ms-transition: color 20s linear;
  -o-transition: color 20s linear;
  transition: color 20s linear;
  position: absolute;
  left: 0;
  z-index: -1;
}

/* -------------------------------
		 Firefox fix span inside A 
----------------------------------*/
.firefoxFix .loopCol {
  display: inline-block;
}

/* -------------------------------
		 ABOUT
----------------------------------*/
.info {
  position: relative;
  font-size: 14px;
  font-size: 1.3vw;
  line-height: 1.5;
}
.info ul {
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 20px;
}
.info li {
  display: inline-block;
  margin-right: 25px;
}

/* -------------------------------
		 GET IN TOUCH 
----------------------------------*/
.email {
  font-size: 4vw;
  font-family: 'circularbold', sans-serif;
  position: relative;
  margin: 10px 0 4vh 0;
  display: block;
  text-decoration: none !important;
  border: none;
}



/* -------------------------------
		 FIXED BACKGROND
----------------------------------*/
.fixedBg {
  height: 100%;
  width: 100%;
  position: fixed !important;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: background 20s linear, color 20s linear;
  -moz-transition: background 20s linear, color 20s linear;
  -ms-transition: background 20s linear, color 20s linear;
  -o-transition: background 20s linear, color 20s linear;
  transition: background 20s linear, color 20s linear;
  text-align: left;
  font-size: 10.2vw;
  font-family: 'circularbold', sans-serif;
  letter-spacing: -0.3vw;
  line-height: 0.95;
}
.fixedBg .container {
  padding-top: 11vh;
}
.fixedBg span {
  position: absolute;
}
.fixedBg span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}
.fixedBg span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 40%, 0);
  -moz-transform: translate3d(0, 40%, 0);
  -ms-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
}
.fixedBg span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 60%, 0);
  -moz-transform: translate3d(0, 60%, 0);
  -ms-transform: translate3d(0, 60%, 0);
  transform: translate3d(0, 60%, 0);
}
.fixedBg span:nth-of-type(4) {
  -webkit-transform: translate3d(0, 80%, 0);
  -moz-transform: translate3d(0, 80%, 0);
  -ms-transform: translate3d(0, 80%, 0);
  transform: translate3d(0, 80%, 0);
}

.spanActive {
  z-index: 500;
  position: relative;
  background: white;
}

.bgActive {
  opacity: 1;
  z-index: 10;
}
.bgActive span {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.loopCol {
  	/*&:hover + .fixedBg{
  		opacity: 1;
  		z-index: 10;
  		width: 100%;
  		span{
    			@include transform(translate3d(0,0,0) !important);
    		}
  	}*/
}
.loopCol:hover {
  background: white;
  z-index: 500;
}

[data-background="triprebel"] {
  /*background: url("img/triprebelbackground.jpg");
  background-size: cover;
  background-position: 50% 50%;*/
}

[data-background="twitter"] {
  /*background: url("img/twitterbackground.png");
  background-size: cover;*/
}

[data-background="behance"] {
  /*background: url("img/behancebackground.jpg");
  background-size: cover;*/
}

[data-background="dribbble"] {
  /*background: url("img/dribblebackground.jpg");
  background-size: cover;*/
}

/* -------------------------------
		ANIMATIONS 
----------------------------------*/
@keyframes blinking {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-moz-keyframes blinking {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-o-keyframes blinking {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes bouncing {
  0%, 4%, 10%, 16%, 20% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  8% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  12% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@-webkit-keyframes bouncing {
  0%, 4%, 10%, 16%, 20% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  8% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  12% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@-moz-keyframes bouncing {
  0%, 4%, 10%, 16%, 20% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  8% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  12% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@-o-keyframes bouncing {
  0%, 4%, 10%, 16%, 20% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  8% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  12% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

/* -------------------------------
		 MEDIA QUERIES 
----------------------------------*/
@media all and (max-width: 1024px) {
  .featuresList li {
    width: 32%;
  }

  .info {
    font-size: 2vw;
  }

  .shortColumn {
    width: 50%;
  }

  .textContainer {
    min-height: 75vh;
  }

}
@media all and (max-width: 768px) {
  #brName {
    display: block;
  }

  .shortColumn {
    width: 75%;
  }

  .textContainer {
    min-height: 80vh;
    font-size: 11.2vw;
    letter-spacing: -.45vw;
  }

  .info {
    font-size: 2.5vw;
  }


  .email {
    font-size: 7.5vw;
  }

  .featuresList li {
    width: 50%;
  }
  .featuresList .clearfix:after {
    display: none;
  }

  .jstext {
    padding-right: 0px;
  }
}
@media all and (max-width: 468px) {
  .textContainer {
    min-height: 80vh;
    font-size: 11.4vw;
    letter-spacing: -.45vw;
  }

  .featuresList li, .shortColumn {
    width: 100%;
  }

  section h4:after {
    width: 140px;
    overflow: hidden;
  }

  .info {
    font-size: 16px;
  }

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