/*	portfolio layout styles using Lightbox V2 by Lokesh Dhakar http://www.lokeshdhakar.com */

/* Typography ----------------------------------------------- */

.port-category {
	color: #F20F4B;
	font-family: "Cabin-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
 }


/* Text elements */

p {
  margin: 0 0 0.25em 0;
  line-height: 1.625em;
}

.project-name {
	color: #585858
	font-family: "Cabin-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	line-height: 2.5em;
	text-transform: uppercase;	 
}

.project-description {
	color: #848484
	font-family: "Cabin-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-top: -1em;
}

/* The following styles control the look of rows and thumbnails ----------- */

/*this is formatting for each row */
.imageRow {
  *zoom: 1;
  margin: 20px 0;
  padding-bottom: 30px;
  width: 100%;
}

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

.last { 
	border-bottom: none;
}

/*this controls the space around the frame picture */
.imageRow .single {
  float: left;
  padding-left: 20px;
  padding-right: 50px;
}

.imageRow .last-thumb {
  float: left;
  padding-right: 0px;
}


/*this controls what the thumbnail frame looks like */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(179, 179, 179, 1);
  padding: 10px;
  line-height: 1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*this is a small border around the image */
.imageRow .single a img {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* this changes the background of the thumbnail frame */
.imageRow .single a:hover {
  background-color: #585858;
}



/* ======================================================================= */
/* ! Layouts for smaller screens */
/* ======================================================================= */		

@media only screen and (max-width: 1000px) {
  body, input, textarea {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 700px) {
  body, input, textarea {
    font-size: 12px;
    padding-top: 0;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
  }
}
