/*
Theme Name: Jacob Lett portfolio
Theme URI: http://jacoblett.com/
Author: Jacob Lett
*/

/*-  Reset / Sets the basic styles
----------------------------------------------------------------------*/
/*	--------------------------
CSS RESET 
--------------------------	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
table,
td,
th {
  vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: none;
}

/*-  Sets the overall typography
----------------------------------------------------------------------*/
/*	--------------------------
Typography
--------------------------	*/
html {
	font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
	scroll-margin-top: 20px;
	background: #e2e2e2;
	padding-bottom:0;
}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
}

/* SEO Tags*/
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.title {
  font-weight: normal;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans,
    Tahoma, sans-serif;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
blockquote p {
  color: #053f74;
}
.title {
  font-size: 2.5rem;
}
h1 {
  font-size: 1.5rem;
  margin: 5px 0 0.8em 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 8px 0;
}
h2 {
  font-size: 1.2rem;
  margin: 30px 0 8px 0;
  font-weight: bold;
}
h3 {
  font-size: 1.1rem;
  margin: 0 0 5px 0;
}
h4 {
  font-size: 1.3rem;
  margin: 0 0 0 0;
  font-weight: bold;
}
h5 {
  font-size: 1.3rem;
  margin: 0 0 0 0;
  font-weight: bold;
}
h6 {
  font-size: 1.3rem;
  margin: 0 0 0 0;
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
/* Links */
a {
  color: #007aeb;
  text-decoration: none;
}
a:visited {
  color: #007aeb;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #37773a;
}

/* Body Text */
p {
  margin: 0 0 1rem;
}
pre,
code,
tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}
blockquote {
}
.reg {
  position: relative;
  top: -0.5rem;
  font-size: 70%;
}
hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  width: 100%;
  text-align: left;
  margin: 10px 0 15px 0;
  clear: both;
}



.experience p {
  margin-bottom: 10px;
}
.experience .label {
  font-weight: bold;
}
/* Lists */
ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 25px;
}
li ul,
li ol {
  margin: 0;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: decimal;
}
li {
  position: relative;
  margin-bottom: 0.8rem;
}
article ul li:before {
  position: absolute;
  top: 0px;
  margin: 8px 0 0 -12px;
  /* accommodate Camino */
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ccc;
  content: "";
}

dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5rem;
}

/* Tables */
table {
  margin-bottom: 1.4rem;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}

/*-  Some frequently used CSS styles
----------------------------------------------------------------------*/
/*	--------------------------
Utility classes
--------------------------	*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flush-c {
  text-align: center;
}
.flush-l {
  text-align: left;
}
.flush-r {
  text-align: right;
}
.inlineList li {
  display: inline;
  list-style-type: none;
}

.thumbList {
  margin: 0;
  padding: 0;
}
.thumbList li {
  float: left;
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.thumbList li img {
  vertical-align: top;
}

img.border {
  border: 1px solid #e2e2e2;
}
.block {
  display: block;
}

.float-l,
.alignleft {
  float: left;
}
.float-r,
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.float-c,
.aligncenter {
  clear: both;
}

.hide {
  display: none;
}

.goldenLeft .colOne {
  width: 60%;
  float: left;
}
.goldenLeft .colTwo {
  width: 35%;
  float: right;
}

.goldenRight .colOne {
  width: 60%;
  float: right;
}
.goldenRight .colTwo {
  width: 35%;
  float: left;
}

.colOne img,
.colTwo img,
.home img,
figure img {
  max-width: 99.5%;
  /* just in case, to force correct aspet ratio */
  height: auto !important;
  -ms-interpolation-mode: bicubic;
  display: block;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #000;
  margin: 1rem -15px;
}

.hero h3.fittext {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 2;
  line-height: 1.2;
}

.hero .btn.primary {
  display: none;
}
@media screen and (min-width: 950px) {
  .hero h3.fittext {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    z-index: 2;
  }

  .hero .btn.primary {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1.2rem;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    border: none;
    white-space: normal;

    bottom: 8%;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1.2rem;
    z-index: 2;
    right: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    border: none;
    white-space: normal;
  }
}

.hero img {
  opacity: 0.5;
}

.twoCol {
  overflow: hidden;
  margin-bottom: 0.8rem;
  position: relative;
}
.colOne,
.colTwo {
  width: 49%;
}

.colOne {
  float: left;
}
.colTwo {
  float: right;
}
/*
<div class="twoCol">
<div class="colOne">

</div><!-- .colOne -->
<div class="colTwo">

</div><!-- .colTwo -->
</div><!-- .twoCol -->
*/

.threeCol {
  overflow: hidden;
  margin-bottom: 1rem;
}
.threeCol .colOne,
.threeCol .colTwo,
.threeCol .colThree {
  width: 32.5%;
  float: left;
  text-align: center;
}

/*
<div class="threeCol">
<div class="colOne">

</div><!-- .colOne -->
<div class="colTwo">

</div><!-- .colOne -->
<div class="colThree">

</div><!-- .colThree -->
</div><!-- .threeCol -->
*/

.fourCol {
  overflow: hidden;
  margin-bottom: 1rem;
}
.fourCol .col {
  width: 23%;
  float: left;
  padding-right: 10px;
}

iframe {
  overflow-y: hidden;
}

.rCorner {
  border-radius: 8px; /* css3 */
  -moz-border-radius: 8px; /* firefox */
  -webkit-border-radius: 8px; /* safari/chrome */
  -khtml-border-radius: 8px; /* konqueror */
}

.floatList {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.floatList li {
  float: left;
  list-style-type: none;
  margin: 0 15px 15px 0;
  text-align: center;
  background: none;
}
.floatList li a img {
  border: 2px solid #ccc;
}
.floatList li a:hover {
  text-decoration: none;
}
.floatList li a:hover img {
  border: 2px solid #f47735;
}
.floatList .text,
.floatList .title {
  display: block;
  padding-right: 30px;
}

.hidden {
  display: none;
}
img.border {
  border: 1px solid #e2e2e2;
}

.ieUpdate {
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f0f8ff;
  padding: 20px;
  margin: 20px 0;
}

/*-  Main stylesheet, patch-free design
----------------------------------------------------------------------*/
/*
#007aeb - electric blue
#e2e2e2 - light gray
*/
/* --------------------------
Site structure 
-------------------------- */

html,
body {
  min-height: 100%;
}
body {
  margin: 0 auto;
}
.doc {
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
.wrapper {
  overflow: hidden;
  position: relative;
}
.fittext {
  text-align: center;
}
.mobile-only {
  display: none;
}
blockquote {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 20px;
}
blockquote p {
  color: #888 !important;
}
/* --------------------------
Header
-------------------------- */
h1 small {
  font-size: 60%;
  display: block;
}
header.wrapper {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

header.wrapper h1 {
  border: none;
  margin: 0;
  padding: 0;
}
header.wrapper nav.wrapper {
  height: auto;
}
.mainNav a {
  margin: 0 20px;
}
.positioning {
  display: block;
  margin-bottom: 10px;
  color: #444;
  font-weight: normal;
  font-style: italic;
}
.logo  {
text-align:center;
}
.logo:hover {
  text-decoration: none;
  opacity: 0.7;
}
.contactLinks {
  text-align: right;
  position: absolute;
  top: 8px;
  right: 0;
}
.contactLinks a {
  display: block;
}
.hide {
  display: none !important;
}
/* --------------------------
Navigation
-------------------------- */
nav.wrapper {
  margin: 10px auto;
  width: 100%;
  position: relative;
  height: 32px;
}
nav.wrapper a,
.fadeNav span {
  display: inline-block;
}
nav.wrapper a:hover {
  text-decoration: none;
}
nav.wrapper .h {
  color: #777;
  font-size: 16px;
}
.p1,
.p2,
.p3,
.p4,
.p5,
.p6,
.p7,
.fadeNav span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ccc;
  color: #ccc;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  margin: 0 3px;
}
.fadeNav {
  margin-top: 10px;
}
.fadeNav span:hover {
  background-color: #505050;
}
nav.wrapper .h:hover {
  background-color: inherit;
  color: #505050;
}
.project1 nav.wrapper .p1,
.project2 nav.wrapper .p2,
.project3 nav.wrapper .p3,
.project4 nav.wrapper .p4,
.project5 nav.wrapper .p5,
.project6 nav.wrapper .p6,
.project7 nav.wrapper .p7 {
  background-color: #007aeb;
}
.home nav.wrapper .h {
  color: #007aeb;
}
.btn {
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-indent: 0;
  font-size: 14px;
}
.btn:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.btn:active {
  border-color: #b3b3b3;
}
.btn.alt {
  background-color: #fff !important;
  color: #007aeb !important;
}
.btn.primary {
  background-color: #007aeb;
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 8px 15px;
}
nav.wrapper .prev {
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
nav.wrapper .next {
  padding-left: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.h,
.p1,
.p2,
.p3,
.p4,
.p5,
.p6,
.p7 {
  margin: 0 2%;
}
.p1,
.p2,
.p3,
.p4,
.p5,
.p6,
.p7 {
  display: -moz-inline-stack;
  line-height: 7px;
}
.scaleProjects {
  text-align: center;
  margin: 0 65px 0 85px;
  line-height: 25px;
}
.cta {
  cursor: pointer;
  background-color: #007aeb;
  color: white !important;
  margin-bottom: 20px;
  font-size: 14px;
  display: inline-block;
  padding: 5px 18px;
}
.cta:hover {
  background-color: #26a0eb;
  color: white;
}
/* breadcrumbs */
.breadcrumb {
  font-size: 10px;
}
.breadcrumb li {
  display: inline-block;
}
/*
Responsive Mobile Toggle Menu v1.0
Description:Mobile first responsive toggle menu
Author:Danielle Vautier
*/
.mainNav {
  margin-bottom: 20px !important;
}
/*Menu mobile first CSS*/
body {
  -webkit-animation: bugfix infinite 1s;
}
.mainMenu {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.4;
  float: left;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 3px 5px #ececec;
  box-shadow: 0px 0px 3px 5px #ececec;
}
#toggleMenu,
.toggleMenu {
  display: none;
}
.toggleMenu {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#toggleMenu:checked ~ .menu {
  max-height: 800px;
  opacity: 1;
}
.menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  max-height: 0px;
  overflow-y: hidden;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.menu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.menu li:hover {
  background-color: #eee;
  cursor: pointer;
}
.menu a,
.menu a:visited {
  text-decoration: none;
  display: block;
  width: 94%;
  padding: 5px 3%;
}
.menu li:first-child {
  border-left: 0;
}
.menu a:hover {
  color: #666;
}
label.menuTitle {
  text-align: left;
  font-size: 20px;
  padding: 6px 3%;
  margin: 0;
  width: 94%;
  display: block;
  font-weight: bold;
  cursor: pointer;
  background-size: 24px 19px;
  color: #007aeb;
}
@media screen and (min-width: 600px) {
  label.menuTitle {
    display: none;
  }
  .menu {
    display: block !important;
    border: 0;
    overflow: visible;
    max-height: inherit;
    padding: 15px 0;
  }
  .menu li {
    width: auto;
    display: inline;
    border: 0;
    border-left: 1px solid #ccc;
  }
  .menu li:hover {
    background: none;
  }
  .menu li:first-child {
    border-left: 0;
  }
  .menu a,
  .menu a:visited {
    display: inline;
    width: auto;
    padding: 0 3px 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .menu li,
  .mainNav label {
    padding: 10px 0;
  }
}
label.menuTitle {
  display: none;
}
.menu {
  display: block !important;
}
/* --------------------------
Footer
-------------------------- */
footer {
  clear: both;
  border: 1px solid #e2e2e2;
  padding: 2rem;
  margin: 0;
}

@media screen and (min-width: 600px) {
  footer .colTwo ul {
    border-left: 1px solid #e2e2e2;
    padding: 0 0 0 20px;
  }
}

footer ul li {
  list-style-type: disc;
  margin: 0 0 8px 0;
}
footer .colTwo ul li {
  list-style-type: none;
  margin: 0 0 8px 0;
}
.copyright {
  color: #444;
  text-align: center;
}
.location-list li {
  display: inline-block;
  padding-right: 1rem;
  line-height: 30px;
  margin-right: 1rem;
}
.gravatar {
  float: left;
  margin: 3px 20px 80px 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 3px #ddd;
  box-shadow: 0px 0px 0px 3px #ddd;
}
footer p,
footer ul,
footer .twoCol {
  margin-bottom: 0;
}
footer .colOne p {
  line-height: 1.8;
}
footer h2 {
  margin-top: 0;
}
.pageTop {
  margin: 1rem auto;
  display: none;
}
/*social sharing */
.a2a_kit_size_16 a,
.a2a_kit_size_16 .a2a_img,
.a2a_kit_size_16 .a2a_dd,
.a2a_kit_size_16 .a2a_svg {
  float: none !important;
  display: inline-block !important;
}
/* --------------------------
Home Template
-------------------------- */
.home .projectImg {
  width: 300px;
  float: none;
  margin: 0 auto;
}
.projectImg p {
  text-align: center;
}
h1.fittext {
  text-align: center;
  border: none;
  color: #e2e2e2;
  letter-spacing: -4px;
  margin-bottom: 20px;
}
h1.fittext b {
  vertical-align: middle;
  color: #eaeaea;
}
h1.fittext a {
  color: #ccc;
}
h1.fittext a:hover {
  color: #007aeb;
  text-decoration: none;
}
.projectGrid a {
  display: inline-block;
  margin: 5px;
  width: 23%;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  cursor: pointer;
}
.projectGrid a:hover {
  border-color: #007aeb;
  cursor: pointer;
}
.projectGrid img:hover {
  cursor: pointer;
}
.home article h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}

.menu a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}
.home article h3 {
  font-size: 1.25rem;
}
.home .twoCol.goldenRight .colOne {
  margin-top: 80px;
}
.home .twoCol.goldenRight .gravatar {
  float: none;
}
.home .projectImg {
  min-height: 250px !important;
}

.home .menu .portfolio {
  display: none;
}
.home .menu .resume {
  border-left: none;
}
/* --------------------------
Project Template
-------------------------- */
.fadeNav .cycle-pager-active {
  font-weight: bold;
  background-color: #007aeb;
}
.projectImg {
  margin: 10px 0;
}
/* Project image cross fader */
.fade img {
  /* Boilerplate responsive images CSS */
  width: auto;
  max-width: 99.5%;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
  border: none;
}
.placeholder {
  /* Making it invisible lets the parent container adjust its size */
  visibility: hidden;
}
.fadeNav {
  text-align: center;
}
/*http://jquery.malsup.com/cycle/faq.html*/
.fade img.placeholder {
  display: block;
}
.fade img.border {
  border: 1px solid #e2e2e2;
}
.project7 .colOne.bump {
  margin-top: 40px;
}
.project10 .fadeNav {
  display: none;
}
.fadeNav span {
  cursor: pointer;
}
/* --------------------------
Resume template
-------------------------- */
.resume .label {
  font-weight: bold;
}
.resume .date {
  display: block;
  font-style: italic;
}
.indent {
  padding-left: 25px;
}
blockquote p.quote {
  color: #007aeb;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  padding: 0 50px 0 0;
}
.resume ul span.date {
  display: inline;
}
.testimonials {
  margin: 30px 0;
}
.article h1,
.meta h1,
.error h1 {
  font-size: 30px;
}
.article h2,
.meta h2,
.error h2 {
  font-size: 25px;
}
.project7 h2 {
  margin-top: 0;
}
.project7 .ebookImg {
  margin-top: 40px;
}
.highlight {
  background-color: #f4feff;
  padding: 5px;
}
.fittext {
  visibility: hidden;
}

#resume .location {
  font-style: italic;
}
#resume .date {
  display: block;
}

/* --------------------------
Landing Page template
-------------------------- */
.lp .mainNav {
  display: block;
}
.centerColumn {
  margin: 5% auto;
  width: 60%;
  clear: both;
}
.lp h1.fittext {
  margin-top: 30px;
}
.lp .projectImg {
  width: 60%;
}
.lp .projectDesc {
  width: 35%;
}
.lp .projectDesc .btn {
  background-color: #007aeb;
  color: white;
  margin-bottom: 10px;
  display: inline-block;
  padding: 8px 15px;
}
.lp article {
  line-height: 1.5;
}
.lp article h2 small {
  display: block;
  font-size: 80%;
  color: inherit;
}

.ctaBox {
  padding: 0 20px 20px 20px;
  border: 5px solid #e2e2e2;
}
.lp article blockquote {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.lp article blockquote cite {
  font-weight: normal;
  font-size: 80%;
}
.crafted {
  text-align: center;
  margin-top: 6rem;
}

#footerLinks .location-list {
  visibility: hidden;
  margin-top: -10px;
}
/* 
#footerLinks:hover  .location-list {
visibility: visible;

}
*/
.crafted ~ .location-list a {
  color: inherit;
}

.crafted .stateface-mi {
  font-size: 60px;
  display: inline-block;
  height: 60px;
}
.centerColumn .twoCol.goldenRight {
}
.centerColumn .twoCol.goldenRight .colOne {
  width: 85%;
  float: right;
}
.centerColumn .twoCol.goldenRight .colTwo {
  width: 8%;
  float: left;
}
.stateface-mi {
  color: #ccc;
}
.lp article .fa {
  font-size: 80px;
  color: #ccc;
  margin: 50px auto;
  width: 50%;
}
.lp article .projectDesc li,
.lp .fittext {
  color: #7a7a7a;
}
.lp article h3 {
  font-weight: bold;
  font-style: italic;
  margin: 30px 0 5px 0;
  padding-bottom: 5px;
}
.numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc); /* remove if you don't care about IE8 */
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 32px Arial, sans-serif;
}
/* --------------------------
CSS Animations
-------------------------- */
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article {
  -webkit-animation-name: FadeIn;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
}
/* --------------------------
Blog Template
-------------------------- */
.blog .subPabes li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
/* --------------------------
MEDIA QUERIES
-------------------------- */
/* Desktop screens ----------- */
@media only screen and (min-width: 1025px) {
  /* Styles */
  body {
    max-width: 1200px;
    min-width: 1024px;
    margin: 0 auto;
  }
  .projectImg {
    float: left;
    width: 70%;
  }
  .projectDesc {
    float: right;
    width: 25%;
    margin-right: 20px;
  }
}
/* Tablets (landscape) ----------- */
@media only screen and (max-width: 1024px) {
  /* Styles */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  body {
    max-width: 1024px;
    min-width: 860px;
  }
  .projectImg {
    width: 100%;
    float: none;
    margin: 0;
  }
  footer .colOne p {
    padding-right: 20px;
  }
  footer .colOne .gravatar {
    margin: 20px;
  }

  .lp .projectImg {
    width: 100%;
    float: none;
  }
  .lp .projectDesc {
    float: none;
    margin: 0 auto;
    width: 80%;
    clear: both;
  }
  .projectGrid a {
    width: 30%;
  }
}
/* Tablets (portrait) ----------- */
@media only screen and (max-width: 860px) {
  /* Styles */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  body {
    max-width: 860px;
    min-width: 600px;
  }
  h1.fittext {
    letter-spacing: -1px;
  }
  .projectImg {
    width: 100%;
    float: none;
    margin: 0;
  }
  .projectImg {
    min-height: auto;
  }
  footer p {
    margin-bottom: 1rem;
  }
  .colOne,
  .colTwo {
    width: 100% !important;
    float: none !important;
  }
  .projectGrid a {
    width: 46%;
  }
  footer ul {
    border: none;
    padding: 0;
    margin: 0;
  }
  footer ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  footer .colOne .gravatar {
    margin-bottom: 60px;
  }
  .home article {
    margin: 0 10%;
  }
  .home .twoCol.goldenRight .colOne {
    margin-top: 10%;
  }
  .lp .centerColumn .colTwo {
    display: none;
  }
}
/* Smartphones (landscape & portrait) ----------- */
@media only screen and (max-width: 600px) {
  /* Styles */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  body {
    max-width: 600px;
    min-width: 300px;
  }
  header.wrapper ul,
  header.wrapper p {
    position: relative;
    padding-left: 0;
    display: block;
    float: none;
  }
  footer p {
    margin-bottom: 1rem;
  }
  .contactLinks .email,
  .contactLinks .tel span {
    display: none;
  }
  .contactLinks .tel i {
    font-size: 30px;
  }
  .mobile-only {
    display: block;
  }
  .centerColumn,
  .lp .projectDesc {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    clear: both;
  }

  
  .projectImg {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  nav.wrapper {
    margin: 10px 0 0 0;
  }
  .colOne,
  .colTwo {
    width: 100% !important;
    float: none !important;
  }
  blockquote p.quote {
    padding: 0;
  }
  .pageTop {
    display: inline-block;
	margin:1rem;
  }
  .contactLinks {
    position: absolute;
    text-align: left;
    margin: 0 0 15px 0;
    clear: both;
    right: 0;
    top: -10px;
  }
  .positioning {
    display: block;
    margin-bottom: 0px;
  }
  header.wrapper p,
  header.wrapper ul {
    margin-bottom: 0px;
  }
  .project7 .colOne.bump {
    margin: 0;
  }
  .introP {
    margin-bottom: 0;
  }
  footer .colOne .gravatar {
    margin: 10px;
    float: none;
  }
  .home.article article {
    margin: 0;
  }
  .projectGrid a {
    width: 95%;
  }
  .mainNav a {
    margin: 0;
  }
}

nav.wrapper .next {
  display: none;
}

.objective p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 1rem 2rem 2rem 2rem;
  max-width:800px;
  margin: 0 auto;
}

#location {
  text-align: center;
  padding: 1rem;
}

.blue-bar {
	color:#007aeb;
}

.home .logo i {
	display:none;
}

#projects h3 + p {
	margin-top:0;
	margin-bottom:10px;
}

#projects p + p {
	margin-bottom:30px;
}