 /* 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;
}




 

#name {
  font-size: 50px;
  text-align: center;

}

#myModal {
  align-content: center;
}

 
 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: 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: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;
  }


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

  .AboutMe {
    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;
    color: #333;
  }
  
  section {
    padding: 20px;
    margin-bottom: 20px;
    background: #333;
    align-content: center;
  }

  .profile-image {
    margin: auto;
    position: relative;
    left:34%;
    width: 260px;
    height: 240px;
    padding: 0px 30px 0px 20px;
    text-decoration-color: white;
    background: #fff;
    image: url('file:/Users/Lexie.Murphy/Desktop/Basic-Portfolio/assets/images/Lexie.jpg');
  }

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

#myBtn {
  margin: auto;
  position: relative;
  left: 44%;
  background-color: rgb(255, 220, 0);
  font-size: 20px;
  font-style: bold;
  font: black;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}


.modal-content {
  background-color: #eed43f;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}


.close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}







  

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 980px) {
  .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: 768px) {
  .column {
      width: 100%;
  }
}

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

@media screen and (max-width: 640px) {
  .name {
    float: left;
    display: block;
    text-align: left;
    position: static;
  }
  }
