<?php header("Content-type: text/css"); ?>
<?PHP include("colors.php"); ?>


    table {
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    font-size: 12px;
    }

    td, th {
    border: 0px solid #222222;
    text-align: left;
    padding: 8px;
}

/*LIGHTBOX*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 100px;
}

/* The Modal (background) */
.modal {
  display: none; /* makes the lightbox invisible as default */
  position: fixed; 
  z-index: 1;
  padding-top: 0px;
  left: 20px;
  top: 140px;
  width: 600px; 
  height:600px;
  /*  width: 60%; height:60%;*/
  overflow: hidden;
  background-color: rgba(0,0,0,0.7);

}

/* Modal Content */
.modal-content {
  position: absolute; /* affects the pos of the left / right controls */

  /* background-color: #fefefe; */
  transition: position 2s;
  background-color: rgba(0,0,0,0.7);
  margin: 8% 5% 10% 10%; 
  /* padding: 10% 10% 10% 10%; */
  width: 90%; 
  height: 100%;
  max-width: 600px; 
}

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

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #BEBEBE;
  font-weight: bold;
  font-size: 20px;
  transition: 2s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 0px 0px;
  color: black;
}
/*
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
*/


img.demo {
  opacity: 0;
}

.active,
.demo:hover {
  opacity: 0;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: black;
    width: 50%; 
}

.flex-item {
   
    margin: 10px 0px 50px 0px;
    width: 50%;
}
.works-text {
    font-family: 'Roboto', sans-serif;
    color: #e1e1e1;
    font-size: 10pt;
    line-height: 160%;
    font-weight: 300;
    width: 470px;
    padding: 20px 0px 0px 0px;
}
    
.works {
    width: 470px;
   
}
   
 

