@import url(https://fonts.googleapis.com/css?family=Montserrat|Roboto+Slab);@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: CodeBold;
  font-weight: bold;
  src: url("/assets/fonts/CODE_Bold.otf") format("opentype");
}

@font-face {
  font-family: CodeLight;
  font-weight: bold;
  src: url("/assets/fonts/CODE_Light_1.otf") format("opentype");
}

html {
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 5rem 0;
  letter-spacing: .1rem;
  line-height: 2.2rem;
  font-family: "Helvetica", sans-serif;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 2.0rem;
  margin-top: 0;
  letter-spacing: 0.025em;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  color: #000000;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::-webkit-scrollbar {
  width: .3rem;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 3rem;
}

.intro-wrapper {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
}

.section-wrapper {
  min-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  padding: 15rem 30rem;
}

.cms-wrapper {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.homepage-wrapper {
  padding: 10rem 15rem;
}

.content-wrapper {
  padding: 15rem 30rem;
}

.item {
  position: relative;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #eeeeee;
  padding: 7rem;
  margin: 1rem;
}

.item .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e8481d;
  height: 5px;
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item:hover .hover {
  width: 100%;
}

.alert {
  display: block;
  min-width: 25rem;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem;
  position: fixed;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3rem;
  border-radius: .2rem;
  -webkit-animation: fadein .5s, fadout .5s 2.5s;
  animation: fadein .5s, fadout .5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

header {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 999;
}

header .backBtn {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 999;
  font-size: 2.5rem;
  color: #aaaaaa;
  cursor: pointer;
}

header .backBtn:hover {
  color: #e8481d;
}

header .openMenu {
  font-size: 2.5rem;
  color: #aaaaaa;
  cursor: pointer;
}

header .openMenu:hover {
  color: #e8481d;
}

header nav {
  height: 0;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #000000;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .closeMenu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 999;
  font-size: 2.5rem;
  color: #FFFFFF;
  cursor: pointer;
}

header nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

header nav ul li {
  padding: 1rem 0;
  list-style-type: none;
}

header nav ul li a {
  color: #FFFFFF;
}

header nav ul li a:hover {
  color: #e8481d;
}

footer {
  width: 100vw;
  padding: 1rem 30rem;
  background-color: #000000;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-item {
  margin-left: 1rem;
  color: #FFFFFF;
}

footer .footer-item:hover {
  color: #e8481d;
}

#welcome {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/assets/img/homepageBG.png") no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}

#welcome h1 {
  text-transform: uppercase;
  letter-spacing: 1rem;
  font-family: "CodeBold", sans-serif;
  font-size: 4rem;
}

#welcome h1 span {
  font-family: "CodeLight", sans-serif;
}

#welcome hr {
  width: 7rem;
  margin-top: 5rem;
  border: 0.1rem solid #e8481d;
  background-color: #e8481d;
}

#welcome p {
  font-family: "CodeLight", sans-serif;
}

#welcome a {
  position: relative;
  color: #FFFFFF;
  padding: 1rem 3rem;
  border: 0.2rem solid #e8481d;
  z-index: 2;
}

#welcome a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #e8481d;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

#welcome a:hover:after {
  width: 100%;
}

#subjects {
  text-align: center;
}

#subjects hr {
  width: 7rem;
  border: 0.1rem solid #e8481d;
  background-color: #e8481d;
}

#subjects .subjects {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

#subject {
  text-align: center;
}

#subject hr {
  width: 7rem;
  border: 0.1rem solid #e8481d;
  background-color: #e8481d;
}

#subject .projects {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

#subject .projects .pItem {
  cursor: pointer;
}

#about {
  text-align: center;
}

#about hr {
  width: 7rem;
  border: 0.1rem solid #e8481d;
  background-color: #e8481d;
}

#about .about {
  margin-top: 2rem;
}

#about .about .aboutSection {
  margin-bottom: 5rem;
}

#about .about .aboutSection h3 {
  margin-bottom: 1rem;
}

#about .about .aboutSection .tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about .about .aboutSection .tags p {
  position: relative;
  padding: 0 1rem;
  margin: 0 0 1rem 0;
}

#about .about .aboutSection .tags p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .2rem;
  height: 100%;
  background-color: #e8481d;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

#about .about .aboutSection .image {
  padding-top: 2rem;
}

#codesnippets {
  text-align: center;
}

#codesnippets hr {
  width: 7rem;
  border: 0.1rem solid #e8481d;
  background-color: #e8481d;
}

#codesnippets .codesnippets {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

#codesnippets .codesnippets .pItem {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: .3s;
  transition: .3s;
}

.modal .modal-content {
  position: relative;
  margin: 5rem 0;
  background-color: #fefefe;
  padding: 2rem;
  border: .1rem solid #888;
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.modal .modal-content .closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.modal .modal-content .closeBtn:hover {
  color: #e8481d;
}

.modal .modal-content .dates {
  margin-bottom: 2rem;
}

.modal .modal-content .dates small:first-of-type {
  margin-right: 2rem;
}

.modal .modal-content p {
  margin: 0;
}

.modal .modal-content .fiddle {
  margin-top: 2rem;
}

.projectModal small {
  color: #aaaaaa;
}

.projectModal figure:after {
  content: "\F06E";
}

.projectModal .links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editModal figure:after {
  content: "\F00D";
}

.editModal .files,
.editModal .images {
  margin: 0 0 2rem !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editModal input[type='file'] {
  margin-bottom: 4rem;
}

.projectModal hr,
.editModal hr {
  border: 0.05rem solid #e8481d;
}

.projectModal h3,
.editModal h3 {
  margin: 2rem 0;
}

.projectModal .files,
.editModal .files {
  margin: 2rem 0;
}

.projectModal .files a,
.editModal .files a {
  margin-right: 3rem;
}

.projectModal .images,
.editModal .images {
  margin-top: 2rem;
}

.projectModal .images figure,
.editModal .images figure {
  height: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 1rem .5rem 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #eeeeee;
          box-shadow: 0 0 10px 0 #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.projectModal .images figure img,
.editModal .images figure img {
  display: block;
  width: 25rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.projectModal .images figure:before,
.editModal .images figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.projectModal .images figure:after,
.editModal .images figure:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.projectModal .images figure:hover:before,
.editModal .images figure:hover:before {
  opacity: 1;
}

.projectModal .images figure:hover:after,
.editModal .images figure:hover:after {
  opacity: 1;
}

.addModal,
.editModal {
  position: fixed;
}

.addModal p,
.editModal p {
  margin: 1rem 0 3rem !important;
}

.addModal input,
.addModal select,
.editModal input,
.editModal select {
  display: block;
  width: 50%;
  margin-bottom: 2rem;
}

.addModal #cke_content,
.addModal #cke_newContent,
.editModal #cke_content,
.editModal #cke_newContent {
  margin-bottom: 2rem;
}

.addModal #cke_content .cke_contents,
.addModal #cke_newContent .cke_contents,
.editModal #cke_content .cke_contents,
.editModal #cke_newContent .cke_contents {
  height: 50rem !important;
}

#imgModal {
  z-index: 2;
  background-color: #000000;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#imgModal figure {
  max-width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 5rem 0;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: .5rem;
}

#imgModal figure img {
  width: 100%;
}

#imgModal .closeImg {
  position: fixed;
  top: 2rem;
  right: 2rem;
  font-size: 2.5rem;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

#imgModal .closeImg:hover {
  color: #e8481d;
}

#login {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/assets/img/homepageBG.png") no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}

#login h1 {
  text-transform: uppercase;
  letter-spacing: 1rem;
}

#login hr {
  width: 7rem;
  margin: 5rem 0;
  border: 0.1rem solid #e8481d;
  background-color: #e8481d;
}

#login .loginMsg {
  margin-bottom: 4rem;
}

#login form {
  width: 30rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#login form input {
  margin-bottom: 2rem;
  background: transparent;
  border: none;
  border-bottom: 0.1rem solid #e8481d;
}

#login form button {
  position: relative;
  color: #FFFFFF;
  padding: 1rem 3rem;
  border: 0.2rem solid #e8481d;
  background: transparent;
  margin-top: 2rem;
  z-index: 2;
}

#login form button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #e8481d;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

#login form button:hover:after {
  width: 100%;
}

.cms-header a {
  color: #FFFFFF;
}

.cms-header .information {
  width: 100vw;
  padding: 2rem 15rem;
  background-color: #e8481d;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cms-header .information .menu {
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cms-header .information .menu p {
  margin: 0;
}

.cms-header .cms-navigation {
  padding: 1rem 15rem;
  background-color: #ea5b34;
}

.cms-header .cms-navigation a {
  margin-right: 2rem;
  position: relative;
}

.cms-header .cms-navigation a:before {
  width: .3rem;
  height: 0;
  position: absolute;
  top: 50%;
  left: -1rem;
  content: '';
  background-color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.cms-header .cms-navigation a:hover:before {
  height: 100%;
}

#homepage .homepage {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#homepage .homepage p {
  margin: 0;
}

#homepage .homepage .time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homepage .homepage .time h2 {
  font-size: 7rem;
  font-weight: normal;
}

#homepage .homepage .info-box {
  width: 25rem;
  margin-bottom: 5rem;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 3rem 0 #aaaaaa;
          box-shadow: 0 0 3rem 0 #aaaaaa;
}

#homepage .homepage .info-box hr {
  border: 0.05rem solid #e8481d;
  background-color: #e8481d;
}

#homepage .homepage .info-box:last-of-type {
  margin-bottom: 0;
}

#cms-projects .addBtn {
  color: #000000;
  cursor: pointer;
}

#cms-projects .addBtn:hover {
  color: #e8481d;
}

#cms-projects table {
  width: 100%;
  margin-top: 2rem;
  text-align: left;
}

#cms-projects table tr {
  border-bottom: 0.1rem solid #e8481d;
}

#cms-projects table tr th {
  padding: .5rem;
}

#cms-projects table tr th:nth-child(5) {
  text-align: center;
}

#cms-projects table tr td {
  padding: .5rem;
}

#cms-projects table tr td a {
  cursor: pointer;
}

#cms-projects table tr td a:first-of-type {
  margin-right: 1rem;
}

#cms-projects table tr td a:hover {
  color: #e8481d;
}

#cms-projects table tr td:nth-child(5) {
  text-align: center;
}

#cms-codesnippets .addBtn {
  color: #000000;
  cursor: pointer;
}

#cms-codesnippets .addBtn:hover {
  color: #e8481d;
}

#cms-codesnippets table {
  width: 100%;
  margin-top: 2rem;
  text-align: left;
}

#cms-codesnippets table tr {
  border-bottom: 0.1rem solid #e8481d;
}

#cms-codesnippets table tr th {
  padding: .5rem;
}

#cms-codesnippets table tr th:nth-child(6) {
  text-align: center;
}

#cms-codesnippets table tr td {
  padding: .5rem;
}

#cms-codesnippets table tr td a {
  cursor: pointer;
}

#cms-codesnippets table tr td a:first-of-type {
  margin-right: 1rem;
}

#cms-codesnippets table tr td a:hover {
  color: #e8481d;
}

#cms-codesnippets table tr td:nth-child(6) {
  text-align: center;
}

