/*----------RESETS----------*/
body, p, ul, li, a, img {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font: inherit;
  text-align: inherit;
  text-decoration: none;
  vertical-align: inherit;
  color: inherit;
  background: transparent;
}





/*----------BASICS----------*/
body {
  color: black;
  font-family: 'Quicksand', sans-serif;
  font-size: 32px;
  text-shadow: 0 2px 3px rgba(0,0,0,.2);
  min-width: 1021px;
}

p {
  font-size: 22px;
  margin-bottom: 25px;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
}

a:hover {
  color: orange;
}

a:active {
  font-size: 31.5px;
  text-shadow: none;
  color: #CC8400;
}

a:visited {

}

img {
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}





/*----------HEADER----------*/
header {
  background: white;
  color: black;
  min-width: 1021px;
  padding: 20px 0;

  position: fixed;
  width: 100%;
  z-index: 1;
  border-bottom: 2px solid orange;
}

.name-in-header {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}

.div-for-links-in-header {
  float: right;
}

.ul-for-links-in-header > li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid orange;
}





/*----------MAIN CONTENT----------*/
.main-content {
  min-width: 1021px;
}





/*----------MAIN CONTENT - SECTION ONE - NAME / JOB TITLE----------*/
.section-one {
  background: whitesmoke;
  background-image: url("../assets/images/nyc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 132px;
  padding-bottom: 50px;
  text-align: center;
}

.name-in-section-one {
  background: orange;
  color: white;
  font-size: 72px;
  font-weight: 300;
}

.job-title-in-section-one {
  background: orange;
  color: white;
  font-size: 42px;
  margin-bottom: 10px;
}

.headshot-image {
  display: block;
  height: 300px;
  width: auto;
  border-radius: 50%;
  margin: 10px auto;
}

.faux-button-in-section-one {
  position: relative;
  background: #66a0fd;
  color: white;
  margin: 0 25px;
  width: 40%;
  border-radius: 2px;
  font-size: 18px;
}

.faux-solo {
  margin: 0 auto;
  width: 15%;
}

.faux-button-in-section-one:active {
  box-shadow: 0 0 10px 0 orange;
  top: 2px;
  color: orange;
}

.faux {
  font-size: 18px;
  padding: 5px 0;
}

.div-for-faux-buttons {
  width: 500px;
  margin: 0 auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}




/*----------MAIN CONTENT - SECTION TWO - SUMMARY----------*/
.header-one {
  display: inline-block;
  margin: 0 auto 10px auto;
  font-size: 52px;
  font-weight: 300;
  border-bottom: 2px solid orange;
}

.section-two {
  background: white;
  text-align: center;
}

.section-two-paragraphs-div {
  margin: 0 5%;
  text-align: left;
}

.center-aligned-paragraph {
  text-align: center;
}

.last-paragraph a {
  border-bottom: 2px solid #66a0fd;
}

.last-paragraph a:hover {
  border-bottom: none;
}

.last-paragraph a:active {
  font-size: inherit;
  text-shadow: 0 0 2px black;
}




/*----------MAIN CONTENT - SECTION THREE - SKILLS----------*/
.section-three {
  margin-top: 100px;
  margin-bottom: 120px;
  background: white;
  text-align: center;
  font-size: 22px;
}

.div-for-skill-logos {

}

.ul-for-skill-logos {
  display: inline-block;
  margin: 0 auto;
  max-width: 678px;
}

.ul-for-skill-logos > li {
  float: left;
  padding: 25px 50px;
}

.skill-logo-img {
  max-width: 115px;
}





/*----------MAIN CONTENT - SECTION FOUR - PROJECTS----------*/
.header-two {
  display: inline-block;
  margin: 0 auto 10px auto;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 2px solid #66a0fd;
}

.header-three {
  margin: 10px 0;
}

.header-three a {
  font-size: 22px;
  text-decoration: underline;
}

.header-three a:active {
  font-size: 20px;
}

.section-four {
  margin-top: 100px;
  text-align: center;
  font-size: 22px;
}

.project-one {

}

.project-two {
}

.project-three {
  margin: 30px 0 0 0;
}

.project-four {
}

.project-five {
}

.div-for-project-border {
  border-bottom: 2px solid #66a0fd;
  width: 70%;
  margin: 30px auto;
}

.project-picture-left img {
  max-width: 100%;
}

.project-picture-right img {
  max-width: 100%;
}

.project-picture-left:hover {
  border: 3px solid #66a0fd;
  opacity: 0.7;
}

.project-picture-right:hover {
  border: 3px solid #66a0fd;
  opacity: 0.7;
}

.project-picture-left:active {
  position: relative;
  top: 5px;
}

.project-picture-right:active {
  position: relative;
  top: 5px;
}

.project-picture-left {
  float: left;
  max-width: 40%;
  margin: 30px 30px 30px 30px;
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid orange;
}

.project-picture-right {
  float: right;
  max-width: 40%;
  margin: 30px 30px 30px 30px;
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid orange;
}

.project-description-left-ttw {
  margin-top: 2%;
  float: left;
  min-width: 510.5px;
  max-width: 50%;
}

.project-description-left {
  margin-top: 5%;
  float: left;
  min-width: 510.5px;
  max-width: 50%;
}

.project-description-right {
  margin-top: 5%;
  float: right;
  min-width: 510.5px;
  max-width: 50%;
}

.left-aligned-paragraph {
  text-align: left;
  margin: 10px 30px;
}

.left-aligned-paragraph a {
  border-bottom: 2px solid #66a0fd;
}

.left-aligned-paragraph a:active {
  font-size: 22px;
  text-shadow: 0 0 2px black;
}





/*----------MAIN CONTENT - SECTION FIVE - RESUME----------*/
.section-five {
  margin-top: 100px;
  text-align: center;
  font-size: 22px;
}





/*----------FOOTER - CONTACT----------*/
.footer {
  margin-top: 100px;
  background: white;
  text-align: center;
  font-size: 22px;
  min-width: 1021px;
}

.contact-link-div {
  position: relative;
  border: 2px solid white;
  border-radius: 5px;
  width: 122px;
  height: 124px;
}

.contact-logo-img {
  max-width: 120px;
  margin: 0 auto;
}

.contact-logo-one {
  margin: 2px auto 0 auto;
}

.contact-logo-two {
  margin: 8px auto 0 auto;
}

.contact-logo-three {
  margin: 20px auto 0 auto;
}

/*----------FOOTER - LINK STATES----------*/
.contact-link-li:hover .contact-link-div {
  border: 2px solid orange;
  color: orange;
  cursor: pointer;
}

.contact-link-li:hover a {
  color: orange;
}

.contact-link-li:active .contact-link-div {
  top: 2px;
}

.contact-link-li:active a {
  color: #CC8400;
}

.contact-link-li a:hover {

}

.contact-link-li a:active {
  font-size: inherit;
}





/*----------OTHER----------*/
.picture-below-footer {
  background: whitesmoke;
  margin-top: 100px;
  height: 300px;
  background-image: url("../assets/images/nyc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
