html, body{
  margin: 0;
  height: 100%;
}
#fullsite{
  display: block;
 
}

summary{
  font-size: 1.5vw;
}

details{
  font-size: 1.4vw;
  font-family: 'Courier Prime', monospace;
  cursor: crosshair;
}
.web-link{
  color: black;
  margin-bottom: 1vh;
  display: inline-block;
  width: auto;
  text-decoration: underline dotted;
}
.web-link:hover{
  background-color: #f95148;
  color: black;
  transition: 0.5s;
  cursor: alias;
}
.logo{
  width: 100%;
  text-align: center;
  padding-top: 1%;
}
.logo-image {
  width: 10%;
}
details[open]{
  font-weight: 600;

}
.infoblocktext {
  font-weight: 400 !important; 
  color: black !important;
  margin-left: 3vw;
  display: block;
}
.infoblocktext.web-link{
  display: inline-block;
}
.infoblocktext:hover{
  background-color: #e8ddb5;
  transition: 0.5s;
}
.container {
    overflow: hidden;
    display: none;
  }
  #info-block{
    margin: 2%;
    display: block;
  }
  
  .filterDiv {
    float: left;
    
    color: #ffffff;
  width: 485px;

    text-align: center;
    margin: 2px;
    display: none; /* Hidden by default */
  }
  #worktable{
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
  }
  .checkandboxes{
    padding: 28px;
    
  }
  
  /* Switch starts here */
  #mid{
  text-align: center;
  background: none;

height: 15vh;
  }
  .rocker {
    display: inline-block;
    position: relative;
    /*
    SIZE OF SWITCH
    ==============
    All sizes are in em - therefore
    changing the font-size here
    will change the size of the switch.
    See .rocker-small below as example.
    */
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 3.5em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
    z-index: 7;
  }
  

  
  .rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
  }
  
  .rocker input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .switch-left,
  .switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
  }
  
  .switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
  }
  
  .switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: green;
    color: #fff;
  }
  
  .switch-left::before,
  .switch-right::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
  }
  
  .switch-left::before {
    left: -0.4em;
  }
  
  .switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
  }
  
  input:checked + .switch-left {
    background-color: red;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
  }
  
  input:checked + .switch-left::before {
    background-color: transparent;
    width: 3.0833em;
  }
  
  input:checked + .switch-left + .switch-right {
    background-color: #ddd;
    color: #888;
    bottom: 0.4em;
    right: 0.8em;
    height: 2.4em;
    width: 2.75em;
    transform: rotate(-15deg) skewX(-15deg);
  }
  
  input:checked + .switch-left + .switch-right::before {
    background-color: #ccc;
  }
  
  /* Keyboard Users */
  input:focus + .switch-left {
    color: #333;
  }
  
  input:checked:focus + .switch-left {
    color: #fff;
  }
  
  input:focus + .switch-left + .switch-right {
    color: #fff;
  }
  
  input:checked:focus + .switch-left + .switch-right {
    color: #333;
  }
  .tumblr-link{
    font-size: 3vw;
  color: black;
  display: inline-block;
  }
  .tumblr-link:hover{
    background-color: #f95148;
    transition: 0.5s;
    cursor: alias;
  }
  #select-images{
    width: 100%;
    height: 85vh;
    margin: 0 auto;
    display: none;
position: relative;
text-align: center;
background: radial-gradient(2px 2px,  white, blue);
background-size: 4px 4px;

  }
  #image-rotate{
  
    box-shadow: 10px 10px black;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;

    transform-origin: center;
      
    transform: rotate(10deg);
    transform: translate(-50%, -50%);
    display: block;
    max-width:500px;
    max-height:500px;
    width: auto;
    height: auto;
  }
  tbody{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  tr{
    margin: 20px 10px 20px 10px;
    display: table-row;
  }
  .checkboxes{
    display: inline-block;
    width: 100%;
     }
  .checkboxtext{
    font-size: 1.5vw;
    font-family: 'Courier Prime', monospace;
  }
  tr[data-type] {
    display: none;
  }
  .tooltip a{
   
    color: black;
    
    font-size: 1.5vw;
    font-family: 'Courier Prime', monospace;
    text-decoration: underline dotted;
  }
  .tooltip p{
    
    font-size: 1.5vw;
    font-family: 'Courier Prime', monospace;
    color: black;
   
  }
  .tooltip a:hover{
    background-color: #e8ddb5;
    transition: 0.5s;
  }
  .tooltip p:hover +.tooltiphover{
    visibility: visible;
  }
  .tooltiphover{
width: 25vw;
background-color: #f95148;
color: black;
padding: 5px 8px;
  visibility: hidden;
    position: absolute;
    z-index: 1;
    margin-top: -5px;
    margin-left: 5px;
  }
 
  input[name=personalproject]:checked~ #worktable tr[data-type=personalproject],
  input[name=web]:checked~ #worktable tr[data-type=web],
  input[name=c]:checked~ #worktable tr[data-type=c] {
    display: block;
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  /* Add a light grey background on mouse-over */
  .btn:hover {
    background-color: #ddd;
  }
  
  /* Add a dark background to the active button */
  .btn.active {
    background-color: #666;
    color: white;
  }
  .thumbnail img{
    width: 100%;
    height: 300px;
  }

  
@media only screen and (max-width: 820px)  {
 .tumblr-link{
  font-size: 5vw;
  color: #fff;
 }
  #image-rotate{
max-width: 350px;
  }
  .logo-image{
  max-width:95px;
  height: auto;
  padding: 1vh;

 }
  .infoblocktext{
font-size: 3.5vw;
  }
  tbody{
  grid-template-columns: 1fr;
}
.checkandboxes{
  padding: 8px;
}
#select-images{
  height: 90vh;
}
#mid{
  height: 10vh;
}
.checkboxtext{
  font-size: 4vw;
  
}
#info-block details summary{
  font-size: 4vw;
}
.tooltip a{
  font-size: 4vw;
}
.tooltip p{
  font-size: 3vw;
}
.rocker{
  font-size: 3vw;
}
}