body {
  height: 100%;
}

head{
	display: block;

}

html{
  height: 100%;
}

hr{
  border-top: 2px solid #4C3D00;
  margin-top: 10px;
  margin-bottom: 6px;
}

span.line {
  display: inline-block;
}


/*FONTS*/
h1{
font-family: "Clearface ITC W01";
font-size: 5vw;
line-height: 5.5vw;
margin-bottom: 6px;
margin-top: 12px;
}

h2{
font-family: 'proxima_nova_rgregular';
font-size: 11pt;
letter-spacing: 2px;
line-height: 25px;
}

h3{
font-family: 'proxima_nova_rgregular';
font-size: 10pt;
letter-spacing: 1px;
line-height: 21px;
text-decoration: underline;
}

h4{
font-family: "Clearface ITC W01";
font-size: 12pt;
line-height: 18px;
}

h5{
font-family: "Clearface ITC W01";
font-size: 28pt;
line-height: 36px;
}

h6{
font-family: 'proxima_nova_ltsemibold';
font-size: 12pt;
letter-spacing: 1px;
line-height: 21px;
}

body{
	height: 100%;
}


/*SECTIONS - HP*/

.intro{
  padding-top: 5%;
  margin-top: 0px;
  background-color: white;
  color: white;
  padding-bottom: 10%;
  overflow:auto;

}


.pause{
  padding-top: 15%;
  margin-top: 0px;
  background-color: #ffb1a3;
  color: white;
  height: 100%;
}

.about{
  padding-top: 0px;
  margin-top: 0px;
  background-color: #ffd2ba;
  color: black;
  padding-bottom: 150px;
  margin-bottom: 0px;
  height: 100%;
}

.bio{
  padding-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #f6f6f6;
  color: #474747;
  overflow:auto;
}

.work{
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 10%;
  color: black;
}

.effect img.image{
/*type your css here which you want to use for both*/
}
.effect:hover img.image{
display:none;
}
.effect img.hover{
display:none;
}
.effect:hover img.hover{
display:block;
}

.prjintro{
  padding-top: 10%;
  margin-top: 0px;
  background-color: white;
  height: 100%;
  color:#939597;
}

.prjintro_FILL{
  padding-top: 8%;
  margin-top: 0px;
  color: white;
  height: 100%;
  background-color:#ffcd19;
}

.sticky{
  margin: 0px;
  padding: 0px;
  height: 40px;
  color:#939597;
  position: fixed;
  z-index: 30;
}

.prjimage{
  padding-top: 0px;
  margin-top: 0px;
  color:#939597;
}

footer{
  padding-top: 5%;
  padding-bottom: 15%;
  margin-top: 0px;
  background-color: #0851ce;
  color:white;
  height: 40%;
}


/*SECTIONS - SLIDEDOWN GALLERY*/


.work .container{
	color:white;
	padding-top: 5%;
	padding-bottom: 5%;
	display:block;
	overflow:auto;
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	position: relative;
}

.work .container .col-lg-12{
	text-align: center;
}


/*GALLERY STUFF*/

.work .container .col-lg-4{
	padding-left: 0px;
	color:white;
}

.thumbnail {
    position:relative;
    overflow:hidden;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    width: 100%;
    padding: 0px;
    color:white;
}
 
.work .container .col-lg-11 .thumbnail .caption {
    position:absolute;
    top:0;
    right:0;
    background:transparent;
    width:100%;
    height:100%;
    display: none;
    text-align:center;
    vertical-align: center;
    padding-top: 25%;
    z-index:2;
    color:white;
}

.work .col-lg-11 .thumbnail .img{
	width: 100%;
}
