/* 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;
}
/*
  Variables
 */
/*
@mixin for-phone-only {
  @media (max-width: 599px) { @content; }
}
@mixin for-tablet-portrait-up {
  @media (min-width: 600px) { @content; }
}
@mixin for-tablet-portrait-only {
  @media (min-width: 600px) and (max-width: 899px) { @content; }
}
@mixin for-desktop-up {
  @media (min-width: 1200px) { @content; }
}
@mixin for-desktop-only {
  @media (min-width: 1200px) and (max-width: 1799px) { @content; }
}
@mixin for-big-desktop-up {
  @media (min-width: 1800px) { @content; }
 */
/*
  Global
 */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
p,
ul,
ol,
label {
  line-height: 1.5rem;
  font-size: 1rem;
}
/*
  Layout
 */
/*
  Banner
 */
.banner-wrapper {
  box-shadow: 1px 5px 10px 0px black;
  z-index: 6;
}
.banner-wrapper img {
  width: 100%;
  max-height: 100vh;
}
/*
  About
 */
.about-wrapper {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 5px 10px 0px black;
  background: #EDBC9F;
  z-index: 5;
}
@media (min-width: 600px) {
  .about-wrapper {
    padding: 5rem;
  }
}
@media (min-width: 1200px) {
  .about-wrapper {
    padding: 3rem 16rem 5rem 16rem;
    margin: 0 auto;
  }
}
.about-wrapper h1 {
  padding: 1rem 0;
}
.about-wrapper .about-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .about-wrapper .about-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .about-wrapper .about-content {
    justify-content: space-around;
  }
}
.about-wrapper .about-content p {
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .about-wrapper .about-content p {
    width: 45%;
  }
}
.about-wrapper .about-content .about-img {
  border-radius: 50%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .about-wrapper .about-content .about-img {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .about-wrapper .about-content .about-img {
    width: 25%;
  }
}
/*
  Skills
 */
.skills-wrapper {
  background: #899CA0;
  padding: 1rem;
  box-shadow: 1px 5px 10px 0px black;
  z-index: 4;
}
@media (min-width: 600px) {
  .skills-wrapper {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .skills-wrapper {
    padding: 3rem 15rem 1rem 15rem;
  }
}
.skills-wrapper h1 {
  padding: 2rem 1rem 1rem 1rem;
}
.skills-wrapper .skill-cards {
  margin: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .skills-wrapper .skill-cards {
    justify-content: center;
  }
}
.skills-wrapper .skill-cards .skill-card {
  box-sizing: border-box;
  width: 30%;
  padding: 0.1rem;
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(16%) hue-rotate(63deg) brightness(94%) contrast(103%);
}
@media (min-width: 600px) {
  .skills-wrapper .skill-cards .skill-card {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .skills-wrapper .skill-cards .skill-card {
    width: 10%;
    margin: 0.5rem;
  }
}
/*
  Projects
 */
.projects-wrapper {
  box-shadow: 1px 5px 10px 0px black;
  z-index: 4;
}
@media (min-width: 600px) {
  .projects-wrapper {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .projects-wrapper {
    padding: 3rem 15rem 1rem 15rem;
  }
}
.projects-wrapper h1 {
  padding: 2rem 1rem 1rem 1rem;
}
.projects-wrapper .project-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1rem;
}
.projects-wrapper .project-cards .project-card {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #F9E1BE;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  z-index: 3;
  box-shadow: 1px 5px 10px 0px black;
}
@media (min-width: 600px) {
  .projects-wrapper .project-cards .project-card {
    max-width: 45%;
  }
}
.projects-wrapper .project-cards .project-card .project-card-content {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.projects-wrapper .project-cards .project-card .project-card-content h3 a {
  text-decoration: none;
}
.projects-wrapper .project-cards .project-card .project-card-content .project-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0.5rem;
}
.projects-wrapper .project-cards .project-card .project-card-content .project-desc {
  margin-bottom: 0.5rem;
}
.projects-wrapper .project-cards .project-card .project-card-content .project-highlights li {
  margin-bottom: 0.5rem;
}
.projects-wrapper .project-cards .project-card .project-card-content .project-repo {
  text-decoration: none;
}
.projects-wrapper .project-cards .project-card .project-img {
  width: 100%;
}
/*
  Contact
 */
.contact-wrapper {
  background: #E3948B;
  box-shadow: 1px 5px 10px 0px black;
  z-index: 2;
}
@media (min-width: 600px) {
  .contact-wrapper {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .contact-wrapper {
    padding: 3rem 15rem 1rem 15rem;
  }
}
.contact-wrapper h1 {
  padding: 2rem 1rem 1rem 1rem;
}
.contact-wrapper .contact-social {
  display: flex;
  justify-content: space-around;
}
.contact-wrapper .contact-social a {
  text-decoration: none;
  color: #0000EC;
  font-weight: bold;
}
.contact-wrapper form {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.contact-wrapper form p {
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .contact-wrapper form p {
    text-align: center;
  }
}
.contact-wrapper form label {
  margin-bottom: 0.5rem;
}
.contact-wrapper form input {
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  border: 1px solid black;
  border-radius: 5px;
}
.contact-wrapper form textarea {
  padding: 0.5rem;
  border: 1px solid black;
  border-radius: 5px;
}
.contact-wrapper form button {
  margin: 1rem 0;
  padding: 0.5rem;
  border: 1px solid black;
  border-radius: 5px;
}
.contact-wrapper form .beehive {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
/*
  Footer
 */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: #847E7B;
}
footer .copyright {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer .copyright p {
  text-align: center;
}
.layout-wrapper {
  background: #EDBC9F;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

