@import url("https://fonts.googleapis.com/css?family=Raleway|Open+Sans|Arapey|Roboto+Slab|Josefin+Sans|Montserrat");
/*@import url('https://fonts.googleapis.com/css?family=Zilla+Slab|Reem+Kufi|Lato|Quattrocento+Sans|Jura|Chakra+Petch|VT323|Aldrich|Lekton|Inconsolata|Share+Tech+Mono');*/
@import url("https://fonts.googleapis.com/css?family=Space+Mono");
html,
body {
  background-color: #f9fff9;
  background-color: #214600;
  background-image: url("./img/windows.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  height: 100vh;
  font-family: "Lato";
  transition: 0.4s all;
  overflow-x: hidden;
  padding: 0;
}

.window {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 3px 3px 10px #111;
}

#window-welcome {
  position: absolute;
  top: 28vh;
  left: 12vw;
  width: 50vw;
  animation-delay: 0s;
}

#window-photo {
  position: absolute;
  top: 70vh;
  left: 13vw;
  width: 300px;
  animation-delay: 1.5s;
}
#window-photo .photo-image {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 200px;
}
#window-photo .photo-image img {
  width: 100%;
}

#window-mood {
  position: absolute;
  top: 50vh;
  left: 34vw;
  width: 50vw;
  box-sizing: border-box;
  animation-delay: 0.5s;
}
#window-mood .mood-div {
  width: 100%;
  box-sizing: border-box;
  font-family: "Space Mono";
  background-color: #fff;
  padding: 30px;
  z-index: 1;
}
@media (min-width: 700px) {
  #window-mood .mood-div {
    height: auto;
  }
}
#window-mood .mood-div p {
  color: #202020;
}
#window-mood .mood-div a {
  color: #555;
}

#window-message {
  position: absolute;
  top: 16vh;
  left: 65%;
  width: 400px;
  animation-delay: 1s;
}
#window-message .toolbar {
  z-index: 0;
}

#window-projects {
  justify-content: flex-start;
  background-color: #454;
  background-color: white;
  text-align: left;
  z-index: 3;
  width: 85vw;
  position: absolute;
  top: 5vh;
  left: 7vw;
}

#window-blog {
  justify-content: flex-start;
  background-color: #454;
  background-color: white;
  text-align: left;
  z-index: 3;
  width: 94vw;
  position: absolute;
  top: 8vh;
  left: 3vw;
  height: 90vh;
}

.blog-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
}

#blog-post {
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 1;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  #blog-post {
    padding: 18px;
    box-sizing: border-box;
  }
}

.blog-front {
  padding: 30px;
}

.article {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article .article-text {
  width: 66%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-bottom: 50px;
}
.article .article-header {
  width: 66%;
  height: 500px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .article .article-header {
    width: 100%;
    height: 250px;
  }
}
.article .article-details {
  font-size: 13px;
  color: #ccc;
}
.article h1 {
  margin-top: 10px;
}

.article-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.article-container a {
  width: 31%;
  margin-right: 20px;
}

.article-preview-link {
  text-decoration: none;
  color: black;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  background-color: white;
}
.article-preview-link img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.article-preview-link:hover {
  opacity: 0.7;
}

.article-preview {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  border-radius: 2px;
  flex-direction: column;
  margin-bottom: 20px;
}
.article-preview .details {
  font-size: 11px;
  color: #999;
  margin-top: 275px;
}
.article-preview h3 {
  margin: 0;
  font-weight: 400;
  font-family: "Space Mono";
}
.article-preview p {
  font-size: 12px;
  margin: 0;
  font-family: "Space Mono";
}

.browser-bar {
  height: 48px;
  background-color: #565656;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}
.browser-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.browser-bar img {
  width: 20px;
  height: 20px;
  fill: #aaa;
  filter: invert(93%) sepia(100%) saturate(0%) hue-rotate(172deg) brightness(107%) contrast(107%);
  filter: invert(83%) sepia(2%) saturate(9%) hue-rotate(353deg) brightness(82%) contrast(93%);
}
.browser-bar #browser-bar-address {
  background-color: #868686;
  color: #ccc;
  border: 1px solid #aaa;
  width: 80%;
  margin-left: 20px;
  font-family: "Open Sans";
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 2px;
}

#window-settings {
  position: absolute;
  top: 7vh;
  left: 3vw;
  width: 340px;
}
#window-settings #settings {
  background-color: #bbb;
  font-family: "Space Mono";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 15px 20px 15px;
  justify-content: center;
}
#window-settings #settings .settings-colors {
  display: flex;
  flex-direction: row;
}
#window-settings #settings #bg-color {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#window-settings #settings h3 {
  color: black;
  font-weight: 300;
  margin: 15px 0;
}
#window-settings #settings .color,
#window-settings #settings .color-t {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
#window-settings #settings #black {
  background-color: black;
  color: #444;
}
#window-settings #settings #white {
  background-color: white;
  color: #bbb;
}
#window-settings #settings #pink {
  background-color: #ddaacc;
  color: #aa7799;
}
#window-settings #settings #yellow {
  background-color: #ffff33;
  color: #aaaa44;
}
#window-settings #settings #green {
  background-color: #aaddaa;
  color: #77aa77;
}
#window-settings #settings #green2 {
  background-color: #445f44;
  color: #77aa77;
}
#window-settings #settings #gray {
  background-color: #333;
  color: #666;
}
#window-settings #settings #purple {
  background-color: #600070;
  color: #9d00ad;
}

.toolbar {
  background: #0d73fc;
  box-sizing: border-box;
  height: 26px;
  width: 100%;
  z-index: 20;
  border-radius: 2px;
  transition: 0.4s all;
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: move;
  justify-content: flex-start;
}
.toolbar .toolbar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  margin: 5px;
  border: none;
}
.toolbar .toolbar-button i {
  display: inline-block;
  font-size: 9px;
  margin: -2em;
  padding: 2em;
}
.toolbar .toolbar-button:focus {
  outline: none !important;
}
.toolbar .toolbar-button::-moz-focus-inner {
  border: 0;
}
.toolbar .toolbar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s all;
  background-color: hsl(214, 85%, 60%);
  cursor: pointer;
  color: white;
  padding: 0 10px;
  margin-left: 15px;
  border-top: 2px solid #eeaa77;
  font-size: 14px;
  font-family: "Courier";
}
.toolbar .red {
  background-color: #cc7777;
}
.toolbar .yellow {
  background-color: #ccbb77;
}
.toolbar .green {
  background-color: #77cc77;
}

#welcome-section {
  height: 95vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
#welcome-section #profile-image {
  width: 100%;
  filter: grayscale(70%);
  -o-object-fit: cover;
     object-fit: cover;
}
#welcome-section .welcome-div {
  width: 100%;
  height: 100%;
  padding: 40px 60px 60px 60px;
  font-family: "Share Tech Mono";
  font-family: "Space Mono";
  background-color: #222;
  box-sizing: border-box;
  border-radius: 2px;
  z-index: 1;
  background: rgb(51, 31, 64);
  background: linear-gradient(90deg, rgb(51, 31, 64) 14%, rgb(37, 25, 29) 84%);
  background: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#331f40",endColorstr="#25191d",GradientType=1);
}
#welcome-section .welcome-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background-image: url("img/gamithra-bg.png"); */
  background-size: cover;
  filter: grayscale(70%);
  box-sizing: border-box;
}
#welcome-section .welcome-bg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: -1;
  overflow: hidden;
  display: none;
}
#welcome-section .welcome-bg-wrapper img {
  filter: grayscale(70%);
  width: 100%;
}
#welcome-section h1 {
  margin: 20px 0 10px 0;
  z-index: 1;
  font-family: "Aldrich";
  font-family: "Space Mono";
  font-weight: 200;
  font-size: 28px;
  color: #white;
}
#welcome-section h4 {
  margin: 10px 0 10px 0;
  z-index: 1;
  font-size: 18px;
  font-weight: 200;
  width: 50vw;
  text-align: center;
  color: #222;
}
#welcome-section a {
  text-decoration: none;
  z-index: 1;
  color: #5d5252;
}
#welcome-section p {
  margin: 5px;
  font-size: 14px;
  z-index: 1;
  color: rgb(138, 138, 127);
}
#welcome-section #welcome-bullet {
  font-size: 11px;
  color: #232;
  padding: 10px 0 10px 0;
  font-size: 12px;
  font-weight: 200;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
}
#welcome-section #welcome-bullet div {
  width: 33%;
  padding-top: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-bottom: 20px;
}
#welcome-section #welcome-bullet div p {
  border-left: 2px solid #eee;
  padding: 0 0 0 10px;
  margin: 4px;
}
#welcome-section #welcome-bullet div .present {
  border-left: 2px solid #fffd6e;
}
#welcome-section #welcome-bullet div .present .link-overlay::after {
  background-color: #fffd6e;
}
#welcome-section #welcome-bullet div .past {
  border-left: 2px solid #eeaa77;
}
#welcome-section #welcome-bullet div .future {
  border-left: 2px solid rgb(204, 255, 204);
}
#welcome-section #welcome-bullet div .future .link-overlay::after {
  background-color: rgb(204, 255, 204);
}
#welcome-section #welcome-bullet div .welcome-heading {
  margin-top: 0;
  border: none;
}
#welcome-section #welcome-bullet .welcome-past .welcome-heading {
  background-color: #eeaa77;
  color: white;
  color: #333;
  color: #0d73fc;
  border-radius: 4px;
}
#welcome-section #welcome-bullet .welcome-present .welcome-heading {
  background-color: #fffd6e;
  color: white;
  color: #333;
  color: #0d73fc;
  border-radius: 4px;
}
#welcome-section #welcome-bullet .welcome-future .welcome-heading {
  background-color: rgb(204, 255, 204);
  color: #333;
  color: #0d73fc;
  border-radius: 4px;
}
@media (max-width: 500px) {
  #welcome-section #welcome-bullet {
    width: 100%;
  }
}
#welcome-section #welcome-bullet hr {
  display: none;
}
#welcome-section #welcome-bullet .welcome-heading {
  font-size: 16px;
  color: white;
  color: white;
  margin-top: 12px;
  font-weight: 800;
}

#contact {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#contact h6,
#contact a {
  margin: 0px 0;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  font-family: "Space Mono";
}

#resume a {
  text-decoration: none;
  color: #588;
  font-size: 11px;
  padding-top: 0px;
}

hr {
  color: black;
  width: 20vw;
}

#navbar {
  background-color: #0d73fc;
  top: 0;
  height: 45px;
  font-family: "Inconsolata";
  font-family: "Space Mono";
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  width: 100%;
  align-items: center;
  transition: 0.4s all;
  justify-content: space-between;
}
#navbar .navbar-links {
  display: flex;
  list-style: inside;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  width: 40%;
  text-align: center;
  padding: 0;
  list-style-type: none;
}
#navbar .navbar-links #nav-welcome-section {
  border-bottom: 2px solid #cfc;
}
#navbar .navbar-links #nav-photo {
  border-bottom: 2px solid #cfc;
}
#navbar .navbar-links #nav-mood {
  border-bottom: 2px solid #cfc;
}
#navbar .navbar-links #nav-message {
  border-bottom: 2px solid #cfc;
}
#navbar .navbar-links a {
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  transition: 0.4s all;
  color: #fff;
  width: 140px;
  padding: 0 15px;
  margin: 2px 3px 2px 3px;
  height: 80%;
  background-color: hsl(214, 85%, 60%);
  box-sizing: border-box;
}
#navbar .navbar-info {
  display: flex;
  align-items: center;
  background-color: black;
  opacity: 0.5;
  height: 100%;
  font-size: 12px;
  box-sizing: border-box;
  color: white;
  padding: 10px;
  width: 110px;
}
#navbar .navbar-info #navbar-settings {
  font-size: 16px;
}
#navbar .navbar-info div {
  padding: 0 10px;
}

.project-wrapper {
  overflow-y: auto;
  max-height: 80vh;
}

.project-section {
  display: flex;
  flex-direction: column;
}
.project-section .section-title {
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  background: black;
  font-family: "Open Sans";
  top: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.project-section .section-title h1 {
  font-weight: 200;
  color: white;
  max-width: 50%;
  font-size: 28px;
  margin: 0;
}
.project-section .section-title h2 {
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #8b8;
  max-width: 50%;
  font-size: 20px;
}

#profile-links img {
  height: 20px;
  margin: 15px 5px 5px 5px;
}

.profile-link {
  fill: white;
  filter: invert(87%) sepia(7%) saturate(727%) hue-rotate(314deg) brightness(100%) contrast(104%);
  filter: invert(8%) sepia(47%) saturate(11890%) hue-rotate(210deg) brightness(100%) contrast(28%);
}

#content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-fade {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.title-fade:hover {
  opacity: 0.4;
}

.projects-color {
  background-color: #333;
}

.projects-unpublished {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.project-tiles {
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 6;
  justify-content: center;
}

.project-tile {
  border: 0px solid #fff;
  height: auto;
  /*box-shadow: 5px 5px 15px 10px #222;*/
  margin: 0px 20px 30px 20px;
  max-width: 18vw;
  background-color: white;
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 14px;
}
.project-tile p {
  padding: 0 10px;
}
.project-tile img,
.project-tile svg {
  width: 100%;
}

.project-title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 3px;
  font-family: "Montserrat";
}

.project-hackathon {
  font-style: italic;
  font-size: 13px;
  margin: 2px;
  font-weight: 200;
}

.project-link {
  font-size: 12px;
  margin: 0 5px;
  color: #8d8;
  opacity: 1;
}

.project-link:hover {
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
}

footer {
  width: 100%;
  text-align: left;
  color: black;
  position: absolute;
  top: 0;
  display: flex;
  position: fixed;
  font-family: "Roboto";
  font-size: 14px;
  padding: 20px 15px 0 0;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  z-index: 30;
}
footer span {
  color: #ccc;
  position: absolute;
  top: 0;
  padding-bottom: 50px;
}
footer a {
  color: #8ad;
  opacity: 1;
}
footer a:hover {
  opacity: 0.7;
  transition: opacity 0.1s ease-in-out;
}

.message-wrapper {
  width: 100%;
  background-color: #0d73fc;
  height: auto;
  padding: 10px;
  padding-top: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.message-wrapper .form__success {
  margin-top: 15px;
  font-size: 12px;
  font-family: "Space Mono";
  color: white;
}

.form__field,
.form__field--textarea {
  width: 100%;
  max-width: 100%;
  background-color: hsl(214, 85%, 60%);
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 200;
  color: #eee;
  font-family: "Space Mono";
}
.form__field:focus,
.form__field--textarea:focus {
  border: 1px solid hsl(214, 85%, 60%);
}

.form__field {
  height: 48px;
  position: relative;
}

.form__field--textarea {
  height: 120px;
  resize: none;
}

.form-submit {
  border: none;
  border-radius: 2px;
  font-family: "Space Mono";
  background-color: white;
  color: #222;
  padding: 12px 26px;
}

.project-tags {
  color: #ccc;
  font-size: 10px;
}

@media (max-width: 700px) {
  body {
    height: 1100px;
  }
  .project-tiles {
    flex-direction: column;
    padding: 0 10px;
  }
  .project-tile {
    max-width: 80vw;
  }
  #nav-message {
    border-bottom: none;
  }
  #welcome-section h4 {
    width: 85%;
  }
  #navbar {
    height: 6vh;
    padding-left: 2.5vw;
    box-sizing: border-box;
    position: static;
  }
  #navbar .navbar-links a {
    height: 60%;
    padding: 5px 6px 2px 6px;
    font-size: 12px;
    margin-bottom: 0;
  }
  #navbar .navbar-links #nav-photo {
    border-bottom: 0px;
  }
  #navbar .navbar-info {
    padding: 4px;
  }
  #content {
    max-width: 100vw;
  }
  #navbar ul {
    margin-top: 15px;
    flex-direction: row;
  }
  #profile-image {
    width: 20%;
  }
  #welcome-section {
    padding: 0 10px;
    height: 450px;
  }
  .projects {
    padding: 0;
    margin: 0;
    width: 100vw;
  }
  .project-section {
    flex-direction: column;
  }
  .project-section .section-title {
    width: 100%;
    padding-top: 0;
    height: 100%;
  }
  .project-section .section-title h1 {
    margin-top: 20px;
  }
  .project-section .section-title h2 {
    margin-top: 20px;
  }
  #window-welcome {
    width: 95vw;
    top: 9vh;
    left: 2.5vw;
  }
  #window-welcome .welcome-div {
    padding: 20px;
  }
  #window-welcome #welcome-bullet {
    flex-direction: column;
  }
  #window-welcome #welcome-bullet div {
    width: 100%;
  }
  #window-photo {
    position: absolute;
    top: 600px;
    left: 5vh;
    width: 300px;
  }
  #window-mood {
    top: 420px;
    left: 2.5vw;
    width: 95vw;
    height: auto;
    display: none;
    box-sizing: border-box;
  }
  .mood-div {
    height: auto;
  }
  #window-message {
    display: none;
    position: absolute;
    left: 5vw;
    width: 90vw;
    max-width: 100%;
  }
  .article-container {
    flex-direction: column;
    display: grid;
  }
  .article-container a {
    width: 100%;
  }
}
.link-overlay {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: white;
}

.link-overlay:visited {
  text-decoration: none;
}

.link-overlay:after {
  content: "";
  background-color: #eeaa77;
  opacity: 0.2;
  height: 11px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#mood-graph {
  width: 100%;
  height: auto;
  border: none;
  margin-left: -30px;
}
@media (max-width: 900px) {
  #mood-graph {
    display: none;
  }
}

.mood-graph-grid {
  box-sizing: border-box;
}

.mood-title {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .mood-title {
    display: none;
  }
}

.mood-mobile {
  display: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .mood-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  #navbar-clock {
    display: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
}

/*==== FADE IN UP ===*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: both;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*==== FADE IN RIGHT ===*/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-fill-mode: both;
}/*# sourceMappingURL=style.css.map */