*{
    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;
}*/

html, body{
  height: 100%;
  margin: 0;
}

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;
}
main{
  min-height: 82%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -5px;
}

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


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

/*    left: 0 !important;
*/    /*margin-left: 15px !important;*/
    /*position: absolute;*/
    /*z-index: 9;*/
    background-color: white;
}

.videoWrapper{
      background-color:white;
        height: auto;
        max-height: 600px;
        /*max-width: 600px;*/
        max-width: %;
    }

    .videoWrapper:hover,
    .permahover {
      background-color:white;
        height: auto;
        max-height: 600px;
        /*max-width: 600px;*/
        max-width: %;
    }


.text{
  width: 95%;
  margin-left: 2.5%;
}
.text a:hover{
  background-color: rgb(255,255,0);
}
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(255,255,0);
}
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;
}*/

.displayimage{
  position: relative;
  width: 100%;
}
.displayimage a span{
/*  position: absolute;*/
  display: none;
  z-index: 99;
}
.displayimage a:hover span{
  position: absolute;
  display: block;
  top: -22vh;
  right: 0px;
}

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

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

.containernews h3{
  font-size: 2.5vh;
  margin-left: 30px !important;
  overflow-x: visible !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;
}
.container-shows{
  text-align: center;
  position: relative;
  width: 100%;
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
}
.shows h3{
  font-weight: bold;
  font-size: 2.5vh;
}
.shows h4{
  font-size: 2vh;
}
.shows a:hover {
    background-color: rgb(255,255,0);
}

.shows img:hover{
  cursor: pointer;
}

/*.shows-imgs img{
  display: inline-block;
  width: auto;
  height: 300px;
}

.shows-imgs > img:hover {
  width: auto;
  height: 700px;
}*/

body{
  box-sizing: border-box;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row{
  max-width: 66.66%;
}

.column {
  float: left;
  width: 50%;
  height: auto;
/*  max-height: 300px;
*/}

.column img{
  width: auto;
  max-height: 300px;
}

.column-work {
  flex: 25%;
  max-width: 50%;
}

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

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
/*  padding-top: 100px;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal-box{
  position: relative;
}
/* Modal Content */
.modal-content {
/*    max-height: 100%;*/
    max-width: 1100px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/*.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: 100%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px !important;

}*/

.column-work-2{
    max-width: 70%;
    flex: 66.4%;
}
.column-work-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: 30px;
    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(255,255,0);
}

.displayimage img{
  width: 100%;
}
.displayimage span{
  width: 450px;
  max-height: 300px;
}


/*@media only screen and (min-device-width : 375px) and (max-device-width : 668px) { 
 .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;
  }
  main{
    padding-top: 100px;
    width: 100%;
    margin: auto;
    overflow-x: hidden;
  }

  .container{
    margin-top: 4%;
    display: block;
    flex-wrap: wrap;
  }
.column-work{
  width: 100%;
  max-width: 100%;
}
.shows h4{
  font-size: 16px;
}
.shows h3{
  font-size: 20px !important;
}
.modal-box{
  display: none;
}
.displayimage img{
  display: none;
}

.column-work img{
  width: 100%;
  margin-right: 0;
}
.column-work h3{
  font-size: 16px;
}
.column-work h2{
    font-size: 20px;
}
#main-header{
  width: 100% !important;
}
.header_text{
  width: 90% !important;
/*  left: 0 !important;
  margin-left: 15px !important;*/
}

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

.containernews h3{
  margin-left: 30px !important;
  margin-right: 30px !important;
    font-size: 16px;
    text-align: left;
}

.container-2{
  width: 100% !important;
  display: block !important;
  margin-top:2%;
}
.column-work-2{
  max-width: 100% !important;
}
.column-work-2 h3{
  font-size: 1em;
}
.column-work-4{
  max-width: 100% !important;
  margin-bottom: 4%;
  margin-top: 4%;
}
.column-work-2 h2{
    font-size: 20px;
}
.column-work-4 h2{
    font-size: 20px;
}
.column-work-4 h3{
    font-size: 16px;
}
.column-work-2 .text{
  margin-top: 2%;
}
.text{
  margin-bottom: 4%;
  margin-top: 4%;
}
.note h4{
  font-size: 2vh;
}
.navigation{
    line-height: 1.5em;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    top: 80px;
    left: 0 !important;
    margin-left: 30px !important;

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

footer,
.push {
  font-size: 2vh !important;
}

}


  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}
.videoWrapper iframe, .videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h4{
  font-size: 0.8em;
    line-height: 1.3;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}
/*
.navigation{
    line-height: 1.5em;
    font-size: 3vh;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    top: 80px;
    left: 0 !important;
    margin-left: 15px !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(255,255,0);
}


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;
  width:100%;
}

/*footer{

  float: right;
  font-size: 2vh;
  margin-right: 25px;
  margin-bottom: 10px;
}*/

footer,
.push {
  height: 5px;
  float: left;
  font-size: 1.8vh;
  margin-left: 5px;
}

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