article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: \201c \201d \2018 \2019;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,html input[type=button],/* 1 */input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: 'Ubuntu', sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #333333;
}

.wrapper {
  width: 1170px;
  margin: auto;
}

.header {
  background: linear-gradient(
      to bottom right,
      rgba(247, 247, 247, 0.7),
      rgba(247, 247, 247, 0.7)
    ),
    url(../assets/danielle-macinnes.jpg);
  background-size: cover;
  background-repeat: none;
  background-position: center;
  height: 756px;
}

.header .wrapper {
  display: flex;
  flex-direction: column;
}

.header-links li {
  display: inline;
  margin: 30px 20px;
  float: right;
}

.header-links a {
  text-decoration: none;
  display: inline;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.header-links a:hover {
  text-decoration: underline;
}

.header-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.header-hero h1 {
  font-size: 52px;
  font-weight: 700px;
  display: flex;
  padding: 15px 30px;
  text-shadow: 0 0 5px white;
  margin-bottom: 5px;
  line-height: 28px;
}

.header p {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  width: 350px;
  text-align: center;
  line-height: 28px;
}

.banner {
  background: #f8f8f8;
  color: #333333;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 40px;
}

.about button {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  box-sizing: border-box;
  background-color: transparent;
  width: 180px;
  height: 45px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 60px;
}

.about button:hover {
  font-weight: 700;
  border-width: 3px;
}

.about {
  padding-top: 50px;
  background: #fcfcfc;
}

.about .wrapper {
  display: flex;
  flex-grow: 1;
}

.about-bio {
  padding-right: 50px;
}

.about .about-paragraph-blue {
  color: #333333;
  font-weight: 600;
  margin-top: 5px;
}

.about h3 {
  margin-bottom: -4px;
}

.about p {
  font-size: 14px;
  font-weight: 300;
  padding-right: 30px;
  line-height: 28px;
  color: #666666;
}

.about-pic-wrap {
  width: 570px;
  height: 500px;
  overflow: hidden;
}

.work {
  background: #fcfcfc;
  padding-top: 70px;
  padding-bottom: 70px;
}

.work h2 {
  text-align: center;
  margin-top: 0;
}

.work-gallery {
  display: flex;
  flex: 1 0 370px;
  justify-content: space-between;
}

.work-box {
  display: flex;
  flex-direction: column;
  max-width: 370px;
  padding: 0 30px;
}

.work-box a {
  display: inline-block;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.work-box a:first-child {
  max-width: 130px;
}

.work-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.work-description p {
  color: #797878;
}

.work-description p,
h4 {
  margin-top: 30px;
  color: #666666;
}

.work-description h3 {
  display: inline-block;
  padding-bottom: 2px;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 700;
}

.work .work-button {
  margin-top: 20px;
}

.work .work-button a {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  box-sizing: border-box;
  width: 130px;
  height: 40px;
  text-decoration: none;
  font-family: Ubuntu;
  color: #000000;
  font-size: 14px; /* Approximation due to font substitution */
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}

.work .work-button a:hover {
  color: #fcfcfc;
  background-color: #333333;
}

.taggers {
  margin-top: 30px;
}

.tags {
  display: inline-block;
  border: 1px solid #666666;
  padding: 4px;
  margin: 4px;
}

.skills {
  background: #fcfcfc;
  padding: 30px 0;
}

.skills .wrapper {
  display: flex;
  flex-direction: column;
}

.skills h2 {
  text-align: center;
  margin-top: 40px;
}

.skills-gallery {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: 50px;
}

.skills-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.skills-box p {
  font-size: 20px;
  font-weight: 200;
}

.contact {
  padding-bottom: 90px;
}

.contact h2 {
  margin-top: 80px;
  text-align: center;
}

.contact-row {
  margin: 78px auto 0;
  display: flex;
  justify-content: space-between;
  width: 770px;
}

.contact-box {
  display: flex;
  align-items: center;
}

.contact-box .fa {
  display: flex;
  font-size: 20px;
  line-height: 37px;
  margin-right: 10px;
  color: white;
  background: #333333;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
}

.contact-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.contact form {
  display: flex;
  justify-content: center;
}

.contact-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 770px;
}

.contact-inputs input {
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 370px;
  height: 45px;
  text-indent: 10px;
}

.contact-subject input {
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  height: 45px;
  text-indent: 10px;
  margin-top: 28px;
}

.contact-submit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact-textarea {
  display: flex;
  justify-content: center;
  align-items: center;
}

textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  height: 120px;
  text-indent: 10px;
  resize: none;
  margin-top: 28px;
  padding-top: 10px;
}

.submit-button {
  margin: 30px 0 100px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  background: #333333;
  width: 140px;
  height: 45px;
  float: left;
  border: none;
}

footer {
  height: 200px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .fa {
  margin: 0 10px;
  color: #333333;
}

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

/* Responsive Design Styles */

@media (max-width: 1220px) {
  .about-pic-wrap {
    width: 500px;
    height: 430px;
    overflow: hidden;
  }

  .about-bio {
    padding: 0 25px;
  }
}

@media (max-width: 1186px) {
  .wrapper {
    width: 1100px;
  }
}

@media (max-width: 1116px) {
  .wrapper {
    width: 1080px;
  }

  .about button {
    margin: 35px 0;
  }

  .header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1098px) {
  .wrapper {
    width: 950px;
  }

  .about-pic-wrap {
    width: 400px;
    height: 330px;
    overflow: hidden;
  }

  .work-box {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    padding: 0 30px;
    margin-top: 50px;
  }

  .work-gallery {
    display: flex;
    flex: 1 0 370px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 968px) {
  .wrapper {
    width: 800px;
  }
}

@media (max-width: 817px) {
  .wrapper {
    width: 600px;
  }

  .contact-inputs input {
    border-style: solid;
    border-width: 1px;
    border-color: #b6b6b6;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 293px;
    height: 45px;
    text-indent: 10px;
  }

  .about .wrapper {
    display: flex;
    flex-direction: column;
  }

  .about-pic-wrap {
    float: right;
  }

  .contact-row {
    margin: 78px auto 0;
    display: flex;
    justify-content: space-between;
    width: 596px;
  }

  .contact-box .fa {
    display: flex;
    font-size: 10px;
    line-height: 37px;
    margin-right: 10px;
    color: white;
    background: #333333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 619px) {
  .wrapper {
    width: 500px;
  }

  .skills-box p {
    font-size: 15px;
    font-weight: 200;
  }

  .contact {
    padding: 0px 10px;
  }

  .contact-row {
    margin: 78px auto 0;
    display: flex;
    justify-content: space-between;
    width: 504px;
  }

  .contact-inputs input {
    border-style: solid;
    border-width: 1px;
    border-color: #b6b6b6;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 242px;
    height: 45px;
    text-indent: 10px;
  }

  .contact-box:nth-child(3) {
    display: none;
  }
}

@media (max-width: 619px) {
  .contact-row {
    margin: 78px auto 0;
    display: flex;
    justify-content: space-between;
    width: 409px;
  }
}

@media (max-width: 537px) {
  .wrapper {
    width: 80%;
  }

  .header-hero h1 {
    font-size: 30px;
    font-weight: 700px;
    display: flex;
    padding: 15px 30px;
    text-shadow: 0 0 5px white;
    margin-bottom: 5px;
    line-height: 28px;
  }

  .header-links {
    padding-left: 0;
  }

  .header-links a {
    text-decoration: none;
    display: inline;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
  }

  .contact-inputs input {
    border-style: solid;
    border-width: 1px;
    border-color: #b6b6b6;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 193px;
    height: 45px;
    text-indent: 10px;
  }
}

@media (max-width: 521px) {
  .header-links li {
    display: inline;
    margin: 30px 16px;
    float: right;
  }

  .contact-row {
    margin: 78px auto 0;
    display: flex;
    justify-content: space-between;
    width: 371px;
  }

  .contact-inputs input {
    border-style: solid;
    border-width: 1px;
    border-color: #b6b6b6;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 174px;
    height: 45px;
    text-indent: 10px;
  }
}

@media (max-width: 480px) {
  .about-pic-wrap {
    width: 300px;
    height: 230px;
    overflow: hidden;
  }

  .devicons {
    font-size: 31px;
  }

  .skills-box p {
    font-size: 12px;
    font-weight: 100;
  }

  .contact-box p {
    font-size: 14px;
  }
}

@media (max-width: 440px) {
  .contact-inputs input {
    width: 155px;
  }

  .header-links li {
    margin: 30px 10px;
  }

  .contact-box {
    margin-top: 30px;
  }

  .contact-row {
    margin: 78px auto 0;
    display: flex;
    justify-content: space-between;
    width: 296px;
    display: flex;
    flex-direction: column;
  }

  .header-links li {
    margin: 30px 8px;
  }

  .header-hero h1 {
    font-size: 28px;
  }

  .header p {
    font-size: 12px;
    width: 216px;
  }

  .contact-inputs input {
    width: 132px;
  }
}
