*{
    margin:0;
    padding: 0;
/*    display: block;*/
}

@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: Futura, "Trebuchet MS", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #000000;
  font-size: 12px;
  line-height: 1.6;
}*/

body{
  background: #fff;
  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;
}

title{
  display: none;
}

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

h2{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    background: #ffffff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000000;
    font-size: 1.5vw;
    line-height: 1.5;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}

.text{
  width: 95%;
  margin-left: 2.5%;
}
.text a:hover{
  background-color: rgb(170, 236, 255);
}
h3{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    background: #ffffff;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.3;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}
h4{
  font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    background: #ffffff;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.3;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}
:root {
  --mainColor: rgb(170, 236, 255);
}
a{
  color: #000000;
  display: inline;
}

.containernews a {
  color: #000000;
  display: inline;
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  color: #000;
  text-decoration: none;
  transition: background-size .3s;
}

.containernews a:hover{
    background-size: 4px 50px;
}

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

.containernews{
  margin-top: 2%;
  width: 100%;
}

.containernews h3{
  margin-left: 30px !important;
}

.container{
  margin-top: 2%;
  text-align: center;
  position: relative;
  width: 100%;
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
}


/*.column {
  float: left;
  width: 33.33%;
}
.container::after {
  content: "";
  clear: both;
  display: table;
}*/

.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 50%;
}

.column img {
  width: 99%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px !important;

}

.column-2{
  max-width: 66.4%;
}
.column-4{
  max-width: 33%;
}
#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 (min-device-width : 375px) and (max-device-width : 667px) { 
 .set_title_thumbnails{
   margin: 0 0px 30px 0px !important;
 }
 .grid{
  margin: 0 0px 26px 0px !important;
 }
}


@media only screen and (max-width: 600px){

   #thumbnails {
    width: 100% !important;
    /*margin-top: 180px !important;*/
    margin-left: 0 !important;
  }
  .grid{
    min-width: 300px;
  }

  .container{
    margin-top: 4%;
    display: block;
    flex-wrap: wrap;
  }
.column{
  width: 100%;
  max-width: 100%;
}

.column img{
  width: 100%;
  margin-right: 0;
}
.column h3{
  font-size: 0.7em;
}
.column h2{
    font-size: 1em;
}


  .containernews{
  margin-top: 4%;
  width: 100%;
}

.containernews{
  margin-top: 4%;
  width: 100%;
}

.containernews h3{
  margin-left: 15px !important;
    font-size: 1em;
    width: 90%;
}
.container-2{
  width: 100% !important;
  display: block !important;
}
.column-2{
  max-width: 100% !important;
}
.column-2 h3{
  font-size: 0.7em;
}
.column-4{
  max-width: 95% !important;
  margin-bottom: 2%;
}
.column-2 h2{
    font-size: 1em;
}
.column-4 h2{
    font-size: 1em;
}
.column-4 h3{
    font-size: 0.7em;
}
.column-2 .text{
  margin-top: 2%;
}
}



.navigation{
    line-height: 1.5em;
    font-size: 16.5px;
    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: 1%;
}
.navigation a, .navigation span {
    text-decoration: none;
    padding: 1px 1.5px 1px 1.5px;
}

.page_link a {
  font-weight: bold;
  color: #333333;
}

.navigation .set_names {
    font-weight: lighter;
/*    text-transform: uppercase;
*/    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;
}

/*header{
  background: "white";
  color: "black";
  /*text-align: center;*/
  /*font-family: NewFutura;
  font-size: 36px;
  position:absolute;
  width: 100%;
  padding: 20px;
}*/

/*margin: auto;
text-align: center;
ARE THE SAME THING but margin auto is better WHEN you set width to your block
*/

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

main{
    padding-top: 100px;
    width: 100%;
    margin: auto;
}

/*main .gallery li{
    /*width: 23%;
    height: 180px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    }*/

.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: 25px;
  margin-bottom: 10px;
}


@-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;}
}
