 :root {
  --main-bg-color: whitesmoke;
 /*  URL colopurs in style.css */
 --main-grab-color: teal;

 }
              

.por-gal {
    /* //width: 13em; */
    /* padding:10px; */
    /* display:grid; */

}

.upside-down{

}
.por-gal .subtitle{
    font-size: 0.8em;
  font-style: italic;
  display: block;
}

.subtitle{
    font-size: 0.8em;
  font-style: italic;
  display: block;
}

.por-gal img {
    /* width: 13em; */
    object-fit: fill;
  width: 100%;
  height: 100%;
    margin-left: 0.00px;
    margin-top: 0.00px;
    transform: rotate(0.00rad) translateZ(0px);
    -webkit-transform: rotate(0.00rad) translateZ(0px);
    
}

.content img{
    max-width: 100%;
    height: auto;
        max-height: 60vh;
    object-fit: contain;

}
/* Make all images in any column responsive */
.column img, .columns img {
    max-width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
}

.container {
    max-width: 1920px;
    margin: auto;
    padding: 10px;
}

.main-cont > row{
max-width: 100%;
}

.gallery-content {
display:flex;

}


/* Muuri grid styles */



header{
    min-height: 4rem;
      margin:15px;
  height: 75px;
  /* border: red solid 10px; */
}

#header{
    min-height: 4rem;
      margin:15px;
  height: 75px;
  /* border: red solid 10px; */
}

.topper{
margin:15px;
position:absolute;
/* border: red solid 10px; */
position: absolute;
  transform: rotate(0.05rad) translatex(60px);
  x: 50px;
}

    .pdf {
        width: 100%;
        aspect-ratio: 2.5 / 3;
    }

.columns{
    padding-bottom: 25px;
}
.row{
    padding-bottom: 25px;
    max-width: 700px;
}

/* -------------------- MUURI  ------------------- */

.grid {
  position: relative;
  min-height: 400px;
  height: auto;
  margin:15px;
  
  
}

 /* For responsive design */
@media (min-width: 1000px) {
  .grid {
    width: 1000px !important;
  }
}
  /*

@media (max-width: 480px) {
  .item {
    width: 100%; /* 1 column on mobile 
  }
 */



.item-content {
    background:whitesmoke;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 10px;
  box-sizing: border-box;
}



.item {
  display: block;
  position: absolute;
  width: 200px;
  height: auto !important;
  margin: 5px;
  z-index: 1;
  background: #000;
  border: 2px solid #fff;
}


.wide-item {

  width: 300px;

}


.narrow-item {

  width: 100px;

}



.item.muuri-item-dragging {
  z-index: 3;
}

.item.muuri-item-releasing {
  z-index: 2;
}

.item.muuri-item-hidden {
  z-index: 0;
}
.handle
{
    background: var(--main-grab-color);
    width:100%;
    height:15px;
    margin-bottom: 5px;
}

/* ---- button ---- */

.button {
  /* display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white; */
  cursor: pointer;
}

.lil-button {
  font-size: 9px;
  padding: 10px;
  line-height: inherit;
}

.button:hover {
  background-color: rgb(105, 224, 184);
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: var(--main-grab-color);
  color: whitesmoke;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  /* margin-bottom: 20px; */
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }


.roboto-mono- {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


h1
{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #333333;
      font-family: "Roboto Mono", monospace;
    

}

h2
{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #333333;
      font-family: "Roboto Mono", monospace;
}

h3
{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #333333;
      font-family: "Roboto Mono", monospace;
      padding-top:5px;
}

h4
{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #333333;
      font-family: "Roboto Mono", monospace;
}

.doc-image{
  max-width:500px;
  margin-bottom: 5px;
}


.single-gall{
  display: flex;
  height: 450px;
  margin-bottom: 10px;
}

.center{
  text-align: center;
  display: flow-root;
}

.exitsurvey {
height: 60px;
  width: 200px;
  background: lightblue;
  font-weight: bold;
  font-size: 15px;
}