
/* bg colour + Google font */
body {
	width: 100%;
	height: 100%;
	font-family: Muli,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	background-color: #fff;
}

#project-top {
	color: #F2F2F2;
	background-color: #F2F2F2;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color:#000;
}

h4 {
    margin: 0 0 14px;
	margin-top:10px;
    text-transform: none;
	font-size:22px;
}

/* standard font size */
p {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-weight:400;
}

.half-line {
	display:block;
	margin-bottom:14px;
}	

.cv-txt {
	color: #999;
	margin-bottom: 14px;
}

.cv-head {
	margin: 0 0 0;
	font-weight: 400;
}


/* for hovering captions in general */
figure {
	padding: 0;
    margin-top: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

figcaption {
    position: absolute;
    background: rgba(0,0,0,.3);
    color: #fff;
}

figcaption h3 {
	color:#FFF;
	padding: 20px 40px 10px 20px;
	margin:0;
}

figcaption p,
figcaption a {
	color:#FFF;
}


/* for hovering captions on project sites */
.design-section figcaption,
.process-section figcaption {
  opacity: 0;
  bottom: -30%; 
  left: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  padding: 0;
  width:100%;
  display:block;
}

.design-section figure,
.process-section figure {
	height:130px;
	margin-top:-130px;
	z-index:1;
}

.design-section img,
.process-section img {
	padding-top:0;
	margin-top:14px;
	z-index:0;
}

.design-section figcaption p,
.process-section figcaption p {
	margin:0;
	padding: 1.5% 2.5%;
	font-size:15px;
}

.design-section figcapion a,
.process-section figcapion a {
	margin:0;
	padding: 0;
	font-size:15px;
}


/*.hover left out for open */
.design-section figure.open figcaption,
.process-section figure.open figcaption{
	bottom: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

/* QUESTIONMARK BEFORE HOVER */
.design-section figure:before,
.process-section figure:before {  
  content: "\f059";
  font-family: FontAwesome;
  position: absolute; 
  color: rgba(45,45,45, 0.5);
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 20px;
  /* Only Fx 4 supporting transitions on psuedo elements so far... */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
    bottom: 8px;
  left: 8px;

}

.process-section figure:before {  
  color: rgba(127, 127, 127, 1);
}

/* HOVER LEFT OUT FOR OPEN */
.design-section figure.open:before,
.process-section figure.open:before {
  opacity: 0;
}


/* for hovering captions in explore-section */

.explore-section figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.explore-section figure {
	width: 50%;
	float:left;
	padding-left:14px;
}
 
.explore-section figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .2s ease;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}

.explore-section figure:hover figcaption {
    top: 0;
}

.explore-section figcaption p {
	color:#FFF;
	padding: 0 40px 20px 20px;
}


.explore-projects {
	padding-top: 0;
}


/* FOR LOOGO GRAVE YARD HOVER EFFECT */

.logograveyard {
    position:relative;
    height:100px;
    width:100px;
	display:inline-block;
	margin:0px 20px;
	vertical-align:bottom;
}

.logograveyard img {
	max-height:100%;
	max-width:100%;
    position:absolute;
	top:0;
	bottom:0;
	padding:0;
    left:0;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;    
    transition: opacity 0.4s ease-in-out;
}
 
.logograveyard img.top:hover {
    opacity:0;
}







/* font size if big */
@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }

h5 {
	font-size:18px;
}
}

/* link colour */
a {
	color: #000000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #FF5D5D;
}

.light {
    font-weight: 400;
}

/* navbar colour if collapsed */
.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid #ffffff4d;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #29108c;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
	padding: 16px 15px 14px 15px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

/* navbar colour when toggle */
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #29108c;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

/* navbar text colour */
.navbar-custom a {
	color: #FFF;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

/* navbar text colour hover */
.navbar-custom .nav li a:hover {
    outline: 0;
    color: #bababa;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #C0C0C0;
}



@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -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;
    }
	
.navbar-nav>li>a {
  padding-top: 16px;
  padding-bottom: 14px;
}

/* navbar colour when desktop */
    .navbar-custom.top-nav-collapse {
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background-color: #29108c;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/image3.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-dilemma {
    background: url(../portfolio/dilemmas_as_invitations/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-dialoguethroughdesign {
    background: url(../portfolio/dialogue_through_design/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-englishhindu {
    background: url(../portfolio/english_is_not_hindu/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-fingreneikunsten {
    background: url(../portfolio/faa_fingrene_i_kunsten/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-graphicprocess {
    background: url(../portfolio/graphic_design_as_process/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-letterpress {
    background: url(../portfolio/letterpress/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-louisiana {
    background: url(../portfolio/louisiana/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-mindlab {
    background: url(../portfolio/mindlab/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-photoillustrations {
    background: url(../portfolio/photographic_illustrations/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-rapanui {
    background: url(../portfolio/rapa_nui/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-rfa {
    background: url(../portfolio/reseau_femmes_artisanes/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-uneaten {
    background: url(http://www.hasbeck.com/portfolio/uneaten/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-auditor {
    background: url(http://www.hasbeck.com/portfolio/auditor_publicus/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-hap {
    background: url(http://www.hasbeck.com/portfolio/npgc_hap/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-baby {
    background: url(http://www.hasbeck.com/portfolio/having_a_baby/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-trinityshouse {
    background: url(http://www.hasbeck.com/portfolio/trinitys_house/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-oddsandends {
    background: url(http://www.hasbeck.com/portfolio/odds_and_ends/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-coloplast {
    background: url(http://www.hasbeck.com/portfolio/coloplast/intro-bg.jpg) no-repeat bottom center scroll;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

/* heading txt colour */
.intro .intro-body .brand-heading {
	font-size: 50px;
	color: #5dffc5;
}

.intro .intro-body .intro-text {
	font-size: 18px;
	color: #fff;
	font-weight:400;
}

/* project heading txt colour */
.intro .intro-body .project-heading {
	font-size: 40px;
	color: #fff;
	text-transform:none;
}

.intro .intro-body .project-intro-text {
	font-size: 18px;
	color: #fff;
	font-weight:normal;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
	

    .intro .intro-body .project-heading {
        font-size: 70px;
    }

    .intro .intro-body .project-intro-text {
        font-size: 20px;
    }

}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 0px;
}

.process-section {
    padding-top: 0px;
}

/* the second colour sections */
.portfolio-section {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	color: #fff;
	background: no-repeat center center scroll;
	background-color: #F2F2F2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.design-section {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	color: #fff;
	background: no-repeat center center scroll;
	background-color: #fff;
}

.explore-section {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	color: #fff;
	background: no-repeat center center scroll;
	background-color: #fff;
}

.row {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: 0px;
	margin-right: 0px;
	}

img {
	text-align:center;
	margin:auto;
	padding-top: 14px;
}


/* mixitup styling */
#grid .mix{
	display: none;
	width:33.3%;
	font-size:0px;
}

#grid img{
	padding: 0px;
	padding-left:12px;
	padding-bottom:12px;
	width:100%;
	display:inline-block;
}

#grid{
	width: 100%;
	text-align:left;
	padding-left:3px; /*adding up to 15*/
	padding-right:15px;
}


.filter {
	margin-bottom:12px;
	padding: 2px 2px;
}

.mixitup-wrapper {
	padding:0px 15px;
}

.nav-pills {
	padding: 0px;
	margin-bottom:20px;
}
.nav-pills li {
	display:inline-block;
	float:none;
}

.nav-pills>li>a {
	border-radius:5px;
		padding: 7px 10px;
		background-color: none;
		border-color: #C2C2C2;
		border-width: 1.5px;
		border-style: solid;
		text-transform:none;
		color:#000;
		font-size:13px;
		font-weight:normal; /* RECENTLY CHANGED FROM BOLD*/
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
	background-color: #C2C2C2; /* #8B8B8B; #C0C0C0; */
	color: #000; /* #FF5D5D; */
	font-weight:inherit;
	color:#FFF;
	border-color: #C2C2C2;
	
}

.nav-pills>li>a:hover {
	background-color: none;
	color: #FF5D5D;
	border-color: #FF5D5D; /*#C0C0C0; */
/*	color: #FF5D5D; */
cursor:default;
}	




	 
@media(min-width:767px) {


    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(min-width:1200px) {
	.col-lg-offset-2 {
		margin-left: 8.3333334%;
	}
	.col-lg-8 {
		width:82.445%;
	}
	
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:680px) {
#grid .mix{
	width:50%;
}
}

/* TO GET THE PORTFOLIO BUTTONS TO BREAK NICELY */
@media(max-width:590px) {
.mixitup-wrapper {
	padding:0px 110px;
}
}

@media(max-width:525px) {
.mixitup-wrapper {
	padding:0px 70px;
}
}

@media(max-width:450px) {
.mixitup-wrapper {
	padding:0px 40px;
}
}

@media(max-width:400px) {
.mixitup-wrapper {
	padding:0px 30px;
}
}

@media(max-width:370px) {
.mixitup-wrapper {
	padding:0px 15px;
}

.nav-pills>li>a {
		padding: 6px 9px;
		font-size:11px;
}

.filter {
	margin-bottom:7px;
}
}

/* HOVER OVER EXPLORE SECTION IF SMALL */
@media(max-width:767px) {
.explore-section figcaption h3 {
	font-size:20px;
}

.explore-section figcaption p {
	font-size:16px;
}
}

@media(max-width:580px) {
.explore-section figcaption h3 {
	font-size:16px;
	padding: 10px 20px 10px 10px;
}	 
.explore-section figcaption p {
	font-size:0px;
}

/* SMALLER TEXT WHEN HOVER OVER WHEN SMALL */
.design-section figcaption p,
.process-section figcaption p {
	font-size:12px;
}

.design-section figcapion a,
.process-section figcapion a {
	font-size:12px;
}

}


footer {
    padding: 50px 0px;
}

footer p {
    margin: 0;
	font-size:14px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
