/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
  width: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  height: 100%;
  width: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1px; /*for using REM units*/
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2em;
}

h2,
h3,
h4,
h5,
h6 {
  color: #1f2b61;
}

p {
  color: #959ec3;
}

textarea:focus,
input:focus {
  outline: none;
}

body {
  background: #1f2b61;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-title {
  font-weight: bold;
  text-align: center;
  margin: 2.5em;
  font-size: 1.8em;
}

.button {
  padding: 0.5em 1.5em;
  background: #009c08;
  color: #fff;
  border-radius: 4em;
  font-weight: 600;
  padding: 0.75em 3em;
}

.widget-header {
  display: none !important;
}

header {
  z-index: 10;
  display: flex;
  align-items: center;
  align-self: center;
  padding: 0.8em 1.3em;
  width: 100%;
  max-width: 1250px;
  justify-content: space-between;
}
header .branding {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  color: rgba(255, 255, 255, 0.8);
}
header .branding span {
  margin-right: 4px;
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
}
header .header-social ul {
  display: flex;
}
header .header-social ul li {
  padding: 10px;
}
header .header-social ul li a i {
  font-size: 1.4em;
}

#banner {
  z-index: 4;
  display: flex;
  flex: 1;
  margin-top: 4vw;
  align-items: center;
  width: 100%;
}
#banner #banner-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70%;
  max-width: 600px;
}
#banner #banner-content h1 {
  margin-bottom: 0.5em;
}
#banner #banner-image-container {
  overflow: hidden;
  display: flex;
  flex: 1;
  padding-bottom: 20px;
}
#banner #banner-image-container img {
  width: 70vw;
  height: 55vw;
  max-width: 800px;
  max-height: 550px;
  background: white;
  padding: 25px;
  border-radius: 20px;
  margin-left: 15vw;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#divider-wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: skewY(-11deg);
  background: #009c08;
  padding: 15px 0;
}
#divider-wrapper #divider-sub-wrapper {
  transform: skewY(-1deg);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f8f9ff;
}
#divider-wrapper #divider-sub-wrapper #divided-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent;
  transform: skewY(12deg);
}

#features {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  text-align: center;
  max-width: 1250px;
}
#features h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.8em;
}
#features p {
  max-width: 1000px;
  padding: 0px 40px;
}
#features .features-wrapper {
  margin: 6em 0 2em 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
#features .features-wrapper .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  margin-top: 20px;
}
#features .features-wrapper .feature i {
  padding: 15px;
  color: #009c08;
}
#features .features-wrapper .feature h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px;
}
#features .features-wrapper .feature p {
  text-align: center;
  padding: 5px;
}

#portfolio {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 5em;
}
#portfolio #projects-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1250px;
  align-items: center;
  justify-content: space-evenly;
}
#portfolio #projects-wrapper .project-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin-bottom: 2em;
}
#portfolio #projects-wrapper .project-container img {
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
  padding: 15px;
  margin: 2em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#portfolio #projects-wrapper .project-container .project-heading {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.6);
}
#portfolio #projects-wrapper .project-container .button-wrapper {
  height: 100%;
  padding: 15px;
}
#portfolio #projects-wrapper .project-container .button-wrapper .link {
  padding: 0.5em 1.5em;
  border-radius: 4em;
  border: 2px solid transparent;
  font-weight: 600;
  padding: 0.5em 1.2em;
}
#portfolio #projects-wrapper .project-container .button-wrapper .live-button {
  background: #009c08;
  color: #fff;
}
#portfolio #projects-wrapper .project-container .button-wrapper .code-button {
  border-color: #009c08;
  color: #009c08;
}

.details {
  display: flex;
  width: 100%;
  align-items: center;
  max-width: 1250px;
}
.details .detail-content {
  flex: 1;
}
.details .detail-content h3 {
  font-weight: bold;
}
.details .detail-img {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.details .detail-img img {
  align-self: center;
  width: 90%;
}

#contact {
  width: 100%;
  height: 100%;
  margin-top: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact h2 {
  color: white;
}
#contact form {
  display: flex;
  flex-direction: column;
  width: 80%;
}
#contact form p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
#contact form p label {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
#contact form p input {
  width: 100%;
  height: 2em;
  max-width: 400px;
  padding: 0.25em;
  margin: 1em;
  border-radius: 4px;
  border: none;
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.6);
  padding: 0.75em;
  text-align: center;
}
#contact form p input :focus {
  outline: none;
}
#contact form p textarea {
  width: 100%;
  height: 5em;
  max-width: 400px;
  padding: 0.25em;
  margin: 1em;
  border-radius: 4px;
  border: none;
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.6);
  padding: 0.75em;
  text-align: center;
}

footer {
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
  justify-content: space-around;
  padding: 1em;
}
footer .copyright {
  margin-bottom: 0.5em;
}
footer .footer-social ul {
  display: flex;
}
footer .footer-social ul a i {
  padding: 0.5em;
}

#calendar {
  width: 100%;
  height: 100%;
  overflow: scroll;
  margin-top: 50px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 650px) {
  header {
    flex-direction: row;
    text-align: center;
  }
  .brand-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
  }
  #banner {
    margin-bottom: 4em;
    padding: 8em 0;
  }
  #banner-content {
    margin-left: 5vw;
  }
  #banner-content h1 {
    font-size: 1.8em;
  }
  #banner-content p {
    font-size: 1em;
    margin-bottom: 1em;
  }
  #features {
    height: 100%;
    margin: 10em 0px;
  }
  #features .features-wrapper {
    flex-direction: column;
  }
}
.details {
  flex-direction: column;
}

#details-1,
#details-2,
#details-3 {
  margin-bottom: 2em;
}
#details-1 .detail-content,
#details-2 .detail-content,
#details-3 .detail-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  padding: 5%;
}
#details-1 .detail-content h3,
#details-2 .detail-content h3,
#details-3 .detail-content h3 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1em;
}
#details-1 .detail-content p,
#details-2 .detail-content p,
#details-3 .detail-content p {
  text-align: center;
}

#details-2 {
  flex-direction: column-reverse;
  text-align: center;
}

footer {
  margin-top: 6em;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 651px) {
  header {
    justify-content: space-between;
  }
  #banner-content {
    margin-left: 5vw;
  }
  #banner-content h1 {
    font-size: 2.2em;
  }
  #banner-content p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.4em;
  }
  #features {
    margin: 6em 0px;
  }
  #features .feature {
    max-width: 300px;
  }
  .details {
    flex-direction: row;
  }
  #details-1 .detail-content,
#details-3 .detail-content {
    padding: 5% 10% 5% 5%;
    align-items: flex-start;
  }
  #details-1 .detail-content h3,
#details-1 .detail-content p,
#details-3 .detail-content h3,
#details-3 .detail-content p {
    text-align: left;
  }
  #details-2 {
    flex-direction: row;
  }
  #details-2 .detail-content {
    padding: 5% 5% 5% 10%;
  }
  #details-2 .detail-content h3,
#details-2 .detail-content p {
    text-align: right;
  }
  footer {
    margin-top: 10em;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #banner-content h1 {
    font-size: 2.6em;
  }
  #banner-content p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 3em;
  }
  .detail-content h3 {
    font-size: 2.5;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #banner-content h1 {
    font-size: 2.8em;
    line-height: 1.4;
  }
  #banner-content p {
    font-size: 1em;
    line-height: 1.6;
  }
  #portfolio #projects-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #banner-content {
    margin-left: 18.5vw;
  }
  #banner-content h1 {
    font-size: 3.1em;
  }
}
noscript p {
  padding: 10px;
}
noscript .noscript-full {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
noscript .noscript-full h1 {
  text-align: center;
  font-size: 2em;
}/*# sourceMappingURL=main.css.map */