 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 

.h3 {
    font: black;
}
 
 
 body {
    font-size: 24px;
    font: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 32px;
    color: #333;
    background-image: url('../images/LemonsBackground.jpg');
  }
  
  .header {
    padding-top: 20px;
    margin-bottom: 20px;
    height: 80px;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    color: #333;
    border-bottom: 2px solid #cccccc;
    background-color: #ffffff;
    overflow: hidden;
  }
 
  .headercontainer {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .header a {
    float: left;
    color: #777777;
    text-align: center;
    padding-top: 30px;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
  }

  .header a.name {
    font-size: 25px;
    font-weight: bold;
    background-color: rgb(255, 220, 0);
    color: white;
    padding: 30px;
  }

  .header a:default {
    background-color: white;
  }

  .header a:hover {
    background-color: #ddd;
    color:rgb(255, 220, 0);
  }

  .header a:active {
    background-color: rgb(255, 220, 0);
    color: white;
  }

  .header a:focus {
    background-color: rgb(255, 220, 0);
    color: white;
  }

  .header-right {
    float: right;
    padding: 15px 0px 15px 0px;
  }

  @media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  #mainmiddlesection {
    width: 919px;
    border: 5px solid rgb(255, 220, 0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 120px;
    overflow: auto;
    clear: both;
    color: #777777;
    background: #ffffff;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
  }

  .Portfolio {
    padding: 10px 10px 10px 10px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 20px;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: bold;
    font: #333;
  }
  
  section {
    padding: 20px;
    margin-bottom: 20px;
    background: #333;
    align-content: center;
  }

  .codeLinks {
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    align-content: center;
  }

  .codeLinksSection {
    padding-left: 120px;
  }

  .homeIconSection {
    float: right;
  }

  .homeIcon {
    width: 40px;
    height: 40px;
  }

  .icon {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
  }

  .iconsRow {
    margin: 0px;
  }
  

  #division {
    background: white;
    font-size: 18px;
    padding: 0px 20px 20px 20px;
  }
  
  footer {
    padding: 5px 5px 5px 5px;
    margin-bottom: 80px;
    border-top: 5px solid rgb(255, 220, 0);
    border-bottom: 5px solid rgb(255,220,0);
    background: white;
    color: black;
    text-align: center;
    font-size: 12px;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  

body {
    background-color: white;
    padding: 0px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

.row {
    margin: -10px -20px -20px;
}

.row,
.row > .column {
    padding: 10px 0px 10px 10px;
}

.column {
    float: left;
    width: 33.333%;
    padding-left: 0px
}

.content {
    background-color: white;
    position: relative;
    text-align: center;
    float:left;
    padding-left: 10px;
}

.bottom-center {
    position: absolute;
    z-index: 1;
    border-right: 4px solid black;
    border-left: 4px solid black;
    bottom: 30px;
    width: 260px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    background-color:rgb(255, 220, 0);
    font:black;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .column {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}