*{
    margin:0;
    padding: 0;
}

@font-face {
    font-family: "NewFutura";
    src: url("../Futura LT Condensed Bold Oblique.ttf");
}

@font-face {
    src: url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
}


body{
  background: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #000000;
  font-size: 12px;
  line-height: 1.6;
}

div{
  display: block;
}

a:hover {
    background-color: rgb(170, 236, 255);

}


title{
  display: none;
}

p{
  color: "black";
  font-size: 20px;
}

#main-header {
  width: 2000px !important;
  height: 115px !important;
  /*position: fixed;*/
  top: 0px !important;
  left: 0px !important;
  /*background-color: white;*/
  z-index: 1;
}

.header_text{
  font-family: NewFutura;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    position: fixed;
    top: 30px !important;
    left: 30px !important;
    white-space: nowrap;
}

.header_text a {
    color: #000000;
    text-decoration: none;

}

.header_text a:hover {
    background-color: rgb(170, 236, 255);
}


@media only screen and (max-width: 600px){
   #thumbnails {
    width: 100% !important;
    /*margin-top: 180px !important;*/
    margin-left: 0 !important;
  }
  .grid{
    min-width: 300px;
  }
}



.navigation{
    line-height: 1.8em;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    top: 80px;
    left: 30px !important;

    position: absolute;
    /*z-index: 9;*/
    /*background-color: white;*/
}

.navigation.scroll {
    position: fixed;
    width: 500px;
}

.navigation .list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.navigation li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display : inline-block;
    margin-right: 3%;
}
.navigation a, .navigation span {
    text-decoration: none;
    padding: 2px 3px 2px 3px;
}
.page_link a {
  font-weight: bold;
  color: #333333;
}

.navigation .set_names {
    font-weight: bold;
    color: #333333;
}

.navigation .set_name {
    color: #333333;
}

.navigation .list li {
    list-style: none;
}

.navigation li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navigation a:hover {
    background-color: rgb(170, 236, 255);
}


ul, menu, dir {
    display: block;
    list-style-type: disc;
    /*-webkit-margin-before: 1em;*/
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}



li{
  list-style: none;
  animation-name: fade;
  animation-duration: 4s;
}

h2 {
    color: rgb(35,202,233);
    text-align: center;
    font-size: 26px;
    margin-top: 2%;
    margin-bottom: 1%;
}

h3 {
    background: #ffffff;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

h4 {
    background: #ffffff;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    width: 100%;
}

.image_post{
  width: 70%;
  display: block;
  margin: 0 auto;
}

.tryglitch{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-left: -2%;
  display: inline-block;
}

.tryglitch img{
  margin-left: 4%;
  margin-bottom: 4%;
  text-align: center;
  max-width: 40%;
}

.inline_video{
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-left: -2%;
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 5%;
  text-align: center;
  max-width: 40%;
}


@media only screen and (max-width: 600px){
   .tryglitch img{
     margin-left: 4%;
     margin-bottom: 4%;
     text-align: center;
     max-width: 80%;
   }
   iframe{
     margin-left: 5%;
     margin-bottom: 5%;
     text-align: center;
     max-width: 80%;
   }
}

main{
    padding-top: 100px;
    width: 100%;
    margin: auto;
}
.text{
  width: 50%;
  margin: 0 auto;
  /*margin-left: auto;
  margin-right: auto;*/
  text-align: left;
  position: relative;
  color: "black";
  font-size: 0.6em;
}

.container{
  text-align: center;
  width: 100%;
}
.blog_container{
  width: 100%;
}

.date{
    float: left;
    max-width: 100px;
    margin: 0;
    padding: 1em;
    padding-top: 0em;
}

.post{
    margin-left: 110px;
    border-left: 5px solid lightblue;
    padding: 3em;
    padding-top: 0em;
}

.gallery{
  margin: 35px 0px 35px 0px;
  position: relative;
  padding-bottom: 70px;
  display: block;
  /*z-index: -1;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*background-color: white;*/
}

.thumbnails {
    padding-top: 5px;
    font-size: 0;
    width: 100%;
}

.wrapper{
  margin-top: -7px;
  clear: both;
  margin-bottom: 35px;
}
  /*hide whatever is outside of the div only if you set height*/
  /*overflow: hidden;*/

.navigation .list li ul {
    padding-left: 0px;
}

.thumb_title {
    color: #333333;
    font-style: oblique;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.thumb_title span {
    padding: 2px 3px 2px 3px;
}

.set_title_thumbnails {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 35px 30px 0px;
    text-align: center;
}

.grid{
      display: inline-block;
      margin: 0 35px 26px 0;
      position: relative;
      text-align: center;
      font-size: 14px;
      vertical-align: top;
}
.project_gallery {
    margin-bottom: 5%;
    width: 100%;
}

.grid > a {
    display: inline-block;
    text-decoration: none;
}

.image:hover {
    background-color: none !important;
}

.image:hover {
  background-color: rgb(30,30,30) !important;
  opacity:0.5 !important;
  /*filter:alpha(opacity=70) !important;*/
  box-shadow: 0 0 0px #000000 !important;
}

img{
  /*display: block;*/
  margin: auto;
  /*just change the size ofthe container and keep all the images 100%*/
  width:100%;
}

footer {
    float: right;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.carousel {
  display: flex;
  width: 720px;
  margin: 20px auto;
  padding: 0;
  justify-content: center;
  overflow: auto;
}

/* MOBILE */
@media screen and (max-width: 700px) {
  ul.carousel {
    width: 100%;
    justify-content: flex-start;
  }

    ul.carousel li:first-child {
      padding-left: 0;
    }

    ul.carousel li:last-child {
      padding-right: 0;
    }
}

  ul.carousel li {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
  }
    ul.carousel li a {
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 0;
      color: #999;
      text-decoration: none;
    }
      ul.carousel li a.current {
        color: blue;
        text-decoration: underline;
      }
      ul.carousel li a img {
        width: 124px;
        height: 80px;
      }
      ul.carousel li a small {
        display: block;
      }


@-webkit-keyframes example {
    0%   {background-color:lightpink; left:0px; top:0px;}
    25%  {background-color:lightblue; left:300px; top:0px;}
    50%  {background-color:lightpink; left:0px; top:0px;}
    75%  {background-color:lightblue; left:300px; top:0px;}
    100% {background-color:lightpink; left:0px; top:0px;}
}

/* Standard syntax */
@keyframes example {
  0%   {background-color:lightpink; left:0px; top:0px;}
  25%  {background-color:lightblue; left:300px; top:0px;}
  50%  {background-color:lightpink; left:0px; top:0px;}
  75%  {background-color:lightblue; left:300px; top:0px;}
  100% {background-color:lightpink; left:0px; top:0px;}
}
