@charset "UTF-8";
/*! Gutenberg reset — adapted from Normalize */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0; }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
cite,
code,
small {
  display: block; }

body,
article,
section,
footer,
header,
div,
input,
nav,
article ol,
article ul,
blockquote,
figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
abbr {
  letter-spacing: 0.1em; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

small {
  font-size: 70%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

em,
i {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* Embedded content
   ========================================================================== */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Images
   ========================================================================== */
img {
  max-width: 100%;
  display: block;
  margin: auto; }

.imagefig {
  margin: auto;
}

/* Configuration
   ========================================================================== */
/* Mixins
   ========================================================================== */
/* Calculations
   ========================================================================== */
/* Mixins
   ========================================================================== */
/* Font themes
   ========================================================================== */
/* Defaults
   ========================================================================== */
html {
  font-size: 16px;
  font-size: 100%;
  font-family: Open Sans, Arial, Helvetica, Sans-serif;
  color: #222; }

* {
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0px 0px 26px;
  margin: 0rem 0rem 1.625rem; }

/* Paragraph
   ========================================================================== */
/* Headings
   ========================================================================== */
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  margin-top: 104px;
  /*margin-top: 6.5rem;*/
  margin-top: 64px;
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin-top: 65px;
  /*margin-top: 4.0625rem;*/
  margin-top: 32px;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 39px;
  margin-top: 2.4375rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem; }

h1 + h2 {
  margin-top: 26px;
  margin-top: 1.625rem; }

h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 13px;
  margin-top: 0.8125rem; }

h5 + h6 {
  margin-top: -13px;
  margin-top: -0.8125rem; }

h6 {
  font-style: italic;
  font-weight: normal; }

/* Links
   ========================================================================== */
a {
  color: #222;
  transition: all .3s; }
  a:hover {
    color: #222; }
  a:visited {
    color: #666; }
    a:visited:hover {
      color: #222; }
  a:active {
    color: #280680; }

/* Figures & other elements
   ========================================================================== */
figcaption {
  line-height: 26px;
  line-height: 1.625rem;
  color: #222;
  font-size: .8125rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center; }

blockquote {
  font-style: italic;
  padding-left: 1.4375rem; }

cite {
  font-style: normal; }

figure blockquote {
  padding: 26px 0px;
  padding: 1.625rem 0rem; }
  figure blockquote p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 39px;
    line-height: 2.4375rem; }

ul li,
ol li {
  margin-bottom: 0; }

hr {
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
  border: 0;
  color: #222;
  display: block;
  height: 26px;
  height: 1.625rem;
  margin-right: auto;
  margin-left: auto;
  background-size: 100% 26px;
  background-size: 100% 1.625rem;
  background-image: linear-gradient(to bottom, transparent 1px, transparent 11px, #222 11px, #222 15px, transparent 15px, transparent 26px);
  width: 100px; }

small {
  line-height: 13px;
  line-height: 0.8125rem; }

code {
  padding: 26px;
  padding: 1.625rem; }

.attention-grabber {
  font-size: 19.2px;
  font-size: 1.2rem; }

/* Grid
   ========================================================================== */
.grid, .grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat;
  background-size: 100% 26px;
  background-size: 100% 1.625rem; }

.grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 13px, rgba(0, 170, 255, 0.2) 13px, transparent 14px, transparent 26px); }

/* Gutenberg defaults
   ========================================================================== */
article {
  width: 80%;
  margin: 0 auto; }

.toggleWrapper {
  display: block;
  position: fixed;
  top: 26px;
  right: 26px;
  background-color: #231F20;
  border-radius: 25px;
  padding: 0 10px 0 20px;
  height: 32px; }

.btnToggleGrid {
  background: url("../../assets/images/grid-icons.png") top right no-repeat;
  background-size: 32px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-right: 35px;
  height: 32px;
  line-height: 34px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }
  .btnToggleGrid:hover {
    color: #fff; }
  .btnToggleGrid:active {
    color: #f00; }

.double-grid {
  background-position-y: -32px; }

.grid-off {
  background-position-y: -64px; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.uppercase {
  letter-spacing: .1em;
  text-transform: uppercase; }

/* Put your styles below this line
   ========================================================================== */
* {
  box-sizing: border-box; }

.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 999999px; }

.content {
  max-width: 780px; }

p{
  text-align: justify;
}

.header {
  background-color: rgba(18, 76, 105, .98);
  background-image: url("../images/santaHat.png");
  color: #fff;
  padding: .5rem 0 0 0;
  margin: 0; }

.header h1{
  margin: 30px 0px;
}

.footer {
  background-color: rgba(18, 76, 105, .98);
  background-image: url("../images/santaHat.png");
  color: #000;
  padding: 1rem 0;
  margin: 4rem 0 0 0;
  font-size: 85%; }

.footer a:link, .footer a:visited {
  color: #000; }

.footer p {
  margin: 0;
  padding: 0; }

.footer .wrapper {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  border-radius: 3px; }

.main {
  border-bottom: 3px solid #222;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all;
  transition-duration: .5s; }

.auxMenu {
  border-bottom: 1px solid #222;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all;
  transition-duration: .5s;

  /*position:absolute;
  top:0;
  right:0;
  margin:0;
*/}

.main .nav, .auxMenu .nav {
  list-style: none;
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.auxMenu .nav{
  width: 100%;
}

.main .nav a:link,
.main .nav a:visited,
.auxMenu .nav a:link,
.auxMenu .nav a:visited{
  font-weight: bold;
  color: #000; 
  text-decoration: none;
  display: block;
  padding: .5rem 1rem;
  margin: 0; }
.auxMenu .nav{
  padding:0;
  margin:0;
}
.auxMenu .nav a{
  text-align: center;
}

.nav a:hover:link,
.nav a:hover:visited {
  background-color: rgba(255, 255, 255, 0.6); }

/*.auxMenu:hover {
  transition:.3s;
  min-width:100%;
}*/

li.dropdown {
    display: inline-block;
    min-width: 100px;
    transition:.5s;
}
.dropdown:hover{
    min-width: 200px;
    background-color: #fff
}
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: rgb(157,183,195);
    background-color: rgba(255,255,255,.6);*/
    background: linear-gradient(0deg,rgba(255,255,255,.6),rgba(255,255,255,.6)),url("../img/sanatHat.png") repeat;
    width:100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
  transition:.1s;
  background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content{
    display: block;
}

.button {
  background-color:#44c767;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:20px;
  border:1px solid #18ab29;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  padding:16px 31px;
  text-decoration:none;
  text-shadow:0px 1px 0px #2f6627;
  display: inline-block; /* Center */
}
.myButton:hover {
  background-color:#5cbf2a;
}
.myButton:active {
  position:relative;
  top:1px;
}


.subnav {
  list-style: none;
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
  padding: 0;
  display: flex;
  flex-direction: column; }

.subnav a:link,
.subnav a:visited {
  text-decoration: none;
  display: block;
  padding: .5rem;
  margin: 0 0 5px 0;
  background-color: #ccc;
  color: #000;
  border-radius: 3px; }

.subnav a:hover,
.subnav a.selected:link,
.subnav a.selected:visited {
  background-color: #333;
  color: #fff; }

@media screen and (min-width: 640px) {
  .main .nav {
    flex-direction: row;
    justify-content: space-between; } }

.subnav {
  flex-direction: row; }

.subnav li {
  margin-right: 10px; }

h1 small {
  display: block;
  padding: 0.5rem 0 0 0;
  color: #666;
  line-height: 1.4; }

.box {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 1rem; }

.box *:last-child {
  margin-bottom: 0; }

.flag-new::before {
  content: "New!";
  background-color: #087f23;
  position: absolute;
  top: -.8rem;
  left: -.8rem;
  padding: .3rem .5rem;
  display: inline-block;
  color: #fff;
  font-weight: both;
  transform: rotate(-20deg); }

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-box {
  background-image: url(/img/tiny_grid.png);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 1rem;
  position: relative; }

.panel-primary {
  background-image: url(/img/inflicted.png);
  color: #fff; }

.panel-primary a:link,
.panel-primary a:visited,
.homepage-bar a:link,
.homepage-bar a:visited {
  color: #fff; }

.panel-box > a:link, .panel-box > a:visited {
  text-decoration: none;
  color: #000; }

.panel-box ul {
  margin: 1rem 0;
  padding: 0 0 0 1.2em; }

.home-layout h1, .home-layout h2, .panel-box h3, .project-layout h3 {
  margin: 0; }

.homepage-bar {
  background-color: #5e35b1;
  color: #fff;
  padding: 1rem;
  position: relative; }

.homepage-bar a {
  text-decoration: none; }

.row-section h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 1rem; }

.row-section h2::before {
  content: "";
  border-bottom: 1px solid #ddd;
  align-self: center; }

.row-section h2::after {
  content: "";
  border-bottom: 1px solid #ddd;
  align-self: center; }

@media screen and (min-width: 640px) {
  .row-section {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .row-section h2 {
    grid-column: 1 / -1; }
  .home-layout {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 2fr 2fr 1fr 1fr; }
  .homepage-bar {
    grid-column: 1 / -1; }
  .home-layout .panel-box {
    grid-column: auto / span 2; }
  .home-layout .panel-c, .home-layout .panel-d {
    grid-column: auto / span 3; }
  .home-layout .panel-g {
    grid-column: auto / span 1; }
  .home-layout .panel-primary {
    grid-column: 1 / 4; } }

.pics-row {
  display: none;
}
.pics-row2 {
  display: none;
}
.pics-col {
  display: none;
}
.middle-col {
}
  .pics-row ul {
    list-style: none;
    padding: 0 1rem;
    margin: 0 0 0 0;

    display: grid;
    grid-template-columns: repeat(8,minmax(8%,1fr));
    grid-gap:1rem;
  }
  .pics-row li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pics-row {
    margin: 0;
    display: grid;
    grid-template-rows: repeat(1,minmax(20px,1fr));
    grid-gap:1rem;
  }
@media screen and (min-width: 720px) {
  .pics-row ul {
    list-style: none;
    padding: 0 1rem;
    margin: 0 0 0 0;

    display: grid;
    grid-template-columns: repeat(8,minmax(40px,1fr));
    grid-gap:1rem;
  }
  .pics-row li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pics-row {
    margin: 0;
    display: grid;
    grid-template-rows: repeat(1,minmax(20px,1fr));
    grid-gap:1rem;
  }

  .pics-row2 ul {
    list-style: none;
    padding: 0 1rem;
    margin: 0 0 0 0;

    display: grid;
    grid-template-columns: repeat(3,minmax(40px,1fr));
    grid-gap:1rem;
  }
  .pics-row2 li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pics-row2 {
    margin: 0;
    display: grid;
    grid-template-rows: repeat(1,minmax(20px,1fr));
    grid-gap:1rem;
  }

  .pics-col ul {
    list-style: none;
    padding: 0 1rem;
    margin: 0 0 0 0;

    display: grid;
    /* grid-template-rows: repeat(9,minmax(40px,1fr)); */
    grid-gap:0.25rem;
  }
  .pics-col li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pics-col {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1,minmax(20px,1fr));
    grid-gap:1rem;
  }

  .triCol {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap:1.5rem;
    max-width:99999px;
  }

  .middle-col {
    border-width: 0 3px;
    border-style: solid;
    padding: 0 2rem;
    border-color: lime;
  }
}

.project-listing ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.project-listing li {
  margin-top: 26px;
  margin-top: 1.625rem; }

.projects-list {
/*  display: flex;
  flex-direction: row;*/
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem; }

.project img {
  border: 1px solid #ccc;
  padding: 10px;
  max-width: 350px; }

@supports (display: grid) {
  .project {
    display: flex;
    flex-direction: column; 
    padding: 30px;
    max-width:350px;
    background-image: url(/img/tiny_grid.png)}
  .project img {
    width: 100%;
    height: 200px;
    object-fit: contain; 
    background-color: rgba(255,255,255,.5); } }

@media screen and (max-width: 640px) {
  .project {
    max-width: 85%;
  }
}

.project h3 {
  margin: 0; }

.project header {
  order: 1; }

.project .description {
  order: 3; 
  margin-bottom: 10px; }

.project .timestamp {
  order: 4;
  text-align: right; 
  align-self: flex-end;
  margin-bottom: 0px; 
  margin-top: auto; }

.project figure {
  margin: 0;
  order: 2; }

.project footer {
  order: 5;
  margin-top: auto; }

.project-layout {
  background-image: url(/img/tiny_grid.png);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 1rem; }

@media screen and (min-width: 640px) {
  .project-layout .body {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 300px 1fr;
    background-color: #fff;
    border-radius: 3px;
    padding: .5rem; } }

code {
  display: inline;
  padding: 0; }

h1 a:link, h1 a:visited, h1 a:hover, h1 a:visited:hover, h1 a:visited {
  color: #fff;
  text-decoration: none; }

/*p a:link, p a:visited, p a:hover, p a:visited:hover, p a:visited {
    color: #000;
  text-decoration: none;
}*/

.card-listing {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0; }

.card-listing li {
  background-image: url(/img/tiny_grid.png);
  border: 1px solid #999;
  border-radius: 3px;
  margin-bottom: 1rem; }

.card-listing .headerWrap {
  background-color: #fff;
  color: #fff;
  margin: 0;
  border-radius: 3px;
  padding: .6rem 20px; }
.headerWrap h3 {
  margin: 0;
  color: #000;
}

.card-listing li:hover .headerWrap {
  transition: all;
  transition-duration: 1s; }

.card-listing .type-random .headerWrap {
  background-color: rgba(50, 205, 235, 0.3); }

.card-listing .headerWrap{
  background-color: #fff;
  color: #fff;
  margin: 0;
  border-radius: 3px;
  padding: .6rem 20px; }
.card-listing .headerWrap p{
  font-size: 0.7rem ;
  font-weight:normal ;
  color: #888;
  position: relative;
  top: -5px;
  margin: 0 0 -10px 0;
}

.card-listing li h3:before {
  content: "Random";
  font-size: 0.7rem;
  font-weight: normal;
  background-color: #000;
  color:#fff;
  border-radius: 10px;
  float: right;
  padding: 0 10px; 
  margin : 0 0 0 10px;}

.card-listing li p{
  margin: 0;
}

.card-listing .type-miniproject .headerWrap {
  background-color: rgba(255, 108, 129, 0.3); }
.card-listing .type-miniproject:hover .headerWrap {
  background-color: rgba(255, 108, 129, 0.8); }
.card-listing .type-miniproject h3:before {
  content: "Mini-Project"; }

.card-listing .type-idea .headerWrap {
  background-color: rgba(119, 213, 129, 0.3); }
.card-listing .type-idea:hover .headerWrap {
  background-color: rgba(119, 213, 129, 0.8); }
.card-listing .type-idea h3:before {
  content: "Idea"; }

.card-listing h3 a:link,
.card-listing h3 a:visited {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin: 0; }
.card-listing p a:link,
.card-listing p a:visited {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin: 0; }

.card-listing .details {
  padding: .8rem 1rem 0.8rem 1rem; 
  margin: 0;}

@media screen and (min-width: 800px) {
  @supports (grid-gap: 10px) {
    .card-listing {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-gap: 2rem; }
    .card-listing li {
      margin: 0; } } }

.imagegrid {
  margin: 0;
  padding: 0;
  list-style: none; }

.imagegrid img {
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

@media screen and (min-width: 600px) {
  .imagegrid li {
    float: left;
    max-width: 49%;
    padding: 10px; }
  .patterncontent {
    clear: both; }
  @supports (grid-gap: 10px) {
    .imagegrid {
      display: grid;
      grid-template-columns: 2fr 3fr;
      grid-gap: 10px; }
    .imagegrid li {
      float: none;
      max-width: 100%;
      padding: 0; }
    .imagegrid li:first-child {
      grid-row: 1 / 3; } } }

.projects-listing,
.video-list,
.blog-list,
.blog-list-home {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

.video-list li,
.blog-list li .blog-list-home li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0; }

.video-list p,
.video-list h3 {
  margin: 0;
  padding: 0; }

.video-list li a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 1rem 0; }

.video-list li a:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.box h4 {
  margin-top: 0; }

.follow {
  position: absolute;
  top: 20px;
  right: 20px; }
