 /* 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;
}
 
 
 
 
 body {
    font-size: 24px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 32px;
    color: #333;
    background-image: url('../images/LemonsBackground.jpg');
  }

  .header {
    padding-top: 20px;
    margin-bottom: 40px;
    height: 80px;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    color: #333;
    border-bottom: 2px solid #cccccc;
    background-color: #ffffff;
    overflow: hidden;
  }
 
  .headercontainer {
    width: 960px;
    height: 80px;
    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:default {
    background-color: white;
  }

  .header a:hover {
    background-color: #ddd;
    color: #4aaaa5;
  }

  .header a:active {
    background-color: #4aaaa5;
    color: white;
  }

  .header a:focus {
    background-color: #4aaaa5;
    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: 350px;
    border: 5px solid rgb(255, 220, 0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    margin-bottom: 120px;
    overflow: auto;
    clear: both;
    color: #777777;
    background: #ffffff;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
  }

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

  .form {
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px;
  }

  .forminput {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    width: 100%;
    border: 1px solid #dddddd;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    text-align: top;
  }

  .formsubmit {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 30%;
    font-style: bold;
    font-size: 20px;
    padding: 8px 25px 8px 25px;
    background-color: rgb(255, 220, 0);
    color: #333;
  }

  .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%;
  }
  
