/* (c)amazon pixels w3 riff January 2021 */

body, html {height: 100%}

body,h1 {font-family: "Raleway", sans-serif}

body
{
  background-image: url("/shutdown/pix/shutdown.jpg");
  background-color: rgba(147, 149, 151, 1.0);
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}

@media only screen and (max-width: 600px) {
  body {
    background-color: rgba(147, 149, 151, 1.0);;
  }
}


div.polaroid {
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.polaroid-container {
  text-align: left;
  padding: 10px 20px;
}

.topoff {
	padding-top: 6%;
}

.photocredit {  
  font-size: 90%;
  color: Orange;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

