/* Small reset */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #34495e;
  background-color: whitesmoke;
  padding-bottom: 100px;
}



@media screen and (min-width: 667px) {
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 }
}

@media screen and (max-width: 800px) {
.PPS_logo {
  display: none;
}
}


.schedulebtn{
  padding: 0 0 10px 0;
}


figure {
  /* Add shadows to create the "card" effect */
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0.5rem;
  width: 300px;
  overflow: hidden;
}

/* On mouse-over, add a deeper shadow */
figure:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

figure img {
  display: block;
  width: 100%;
  /* Add rounded corners to the top left and the top right corner of the image */
  border-radius: 5px;
  transition: transform .2s;
}

figure img:hover {
transform: scale(1.01);
}

a {
  text-decoration: none;
}

a,
a:visited {
  color: #3498db;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #2ecc71;
}

p {
  margin: 1em 0;
  line-height: 1.4;
}

.content-to-hide {
  display: none;
}


/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */
.my-shuffle-container {
  position: relative;
  overflow: hidden;
}

.picture-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1em;
}

.picture-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}

.picture-item__title {
  font-weight: bold;
  margin-right: 4px;
}

.picture-item__tags {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: right;
  margin: 0;
}

.filter-label {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 4px;
  color: #95a5a6;
}

.filters-group {
  padding: 0;
  margin: 0 0 4px;
  border: 0;
}

@media screen and (min-width: 667px) {
  .filters-group-wrap  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.btn-group:after, .btn-group:before {
  content: " ";
  display: table;
}

.btn-group:after {
  clear: both;
}

.btn-group .btn {
  float: left;
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}

.btn-group label.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn {
  display: inline-block;
  padding: .75em .8em;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #34495e;
  color: #34495e;
  font-size: 1rem;
  background-color: rgba(52, 73, 94, 0);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
  }
}

.btn:focus {
  outline-width: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(52, 73, 94, 0.4);
          box-shadow: 0 0 0 2px rgba(52, 73, 94, 0.4);
}

.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #34495e;
}

.btn:focus.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(52, 73, 94, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(52, 73, 94, 0.4);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: .7;
  color: #34495e;
  background-color: rgba(52, 73, 94, 0);
}

.btn--primary {
  color: #3498db;
  border-color: #3498db;
  background-color: rgba(52, 152, 219, 0);
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn--primary:hover {
    background-color: #3498db;
  }
}

.btn--primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.4);
          box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.4);
}

.btn--primary.active, .btn--primary:active {
  background-color: #3498db;
}

.btn--primary:focus.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(52, 152, 219, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(52, 152, 219, 0.4);
}

.btn--primary:disabled {
  color: #3498db;
  background-color: rgba(52, 152, 219, 0);
}

@media screen and (max-width: 376px) {
  .btn {
    font-size: .85rem;
  }
 figure{
    width: 270px;
  } 
}

.container {
  /* padding-left: 3.5%;
  padding-right: 3.5%; */
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}