body{
  background: #000;
  font-family: 'Lato', sans-serif;
}
#header{
  border-bottom: 3px solid white;
  padding: 0 5px 5px 5px;
  margin-bottom: 10px;
}

.logoutLink {
    font-family: sans-serif;
    color: #fcc;
    text-decoration: none;
    position: absolute;
    right: 30px;
    top: 30px;
}

.logoutLink:hover {
    color: #faa;
}

#nav {
  color:#fff;
  font-size: 28px;
  display: block;
  width: 240px;
  margin: 0 auto 15px auto;
  text-align: center;
}

#nav i {
  vertical-align: middle;
}
#nav span {
  font-size: 20px;
}
#prev, #next {
  cursor: pointer;
}
#next {
  display: none;
}
#nophotos {
  color: #fff;
}

#logo{
  display: block;
  max-width:230px;
  max-height:95px;
  width: auto;
  height: 30px;
  background-image: url('../img/alfwerner_logo.png');
  background-size: 100% 100%;
  margin: 15px auto 10px auto;
}
#navi {
  position: absolute;
  top: 80px;
  right: 10px;
}

.deleteInfo {
    color: #fff;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navi a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
}
#navi a img {
  width: auto;
  max-height: 12px;
}
#photo {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
  margin-bottom: 25px;
}
#photo img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
#share {
  position: relative;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  margin: 0;
  padding: 15px 0 5px 0;
  border-top: 3px solid white;
  text-align: center;
  z-index: 1;
}
#share a {
  position: relative;
  display: block;
  width: 33%;
  float: left;
}
#share a img {
  width: auto;
  max-height: 40px;
}
#previews {
  width: 100%;
  text-align: center;
}
.report {
  float: right;
}
#report-text {
  text-align: center;
  color: white;
  height: 60px;
  display: block;
  line-height: 25px;
}

@media all and (orientation:portrait) {
  #previews {
    width: 240px;
    margin: 5px auto 10px auto;
  }

}
@media screen and (orientation:landscape) { }
#previews a {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.container{
  width: 100%;
  text-align: center;
}
.container img {
  margin-bottom: 10px;
  float: left;
  display: block;
  position: relative;
  width: 320px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  }
.jpganim {
  float: left;
  display: block;
  position: relative;
  width: 320px;
  height: 240px;
  margin: 0 3px 3px 0;
}

.jpganim:hover {
  cursor: pointer;
}

.jpganim10 {
  -webkit-animation: jpganim10 1s steps(10, end) infinite;
  -moz-animation:    jpganim10 1s steps(10, end) infinite;
  -o-animation:      jpganim10 1s steps(10, end) infinite;
  animation:         jpganim10 1s steps(10, end) infinite;
}

.jpganim5 {
  -webkit-animation: jpganim5 1s steps(5, end) infinite;
  -moz-animation:    jpganim5 1s steps(5, end) infinite;
  -o-animation:      jpganim5 1s steps(5, end) infinite;
  animation:         jpganim5 1s steps(5, end) infinite;
}

.jpganim3 {
  -webkit-animation: jpganim3 1s steps(3, end) infinite;
  -moz-animation:    jpganim3 1s steps(3, end) infinite;
  -o-animation:      jpganim3 1s steps(3, end) infinite;
  animation:         jpganim3 1s steps(3, end) infinite;
}

@-webkit-keyframes jpganim3 {
  to{
    background-position: 0px 960px;
  }
 }

@-webkit-keyframes jpganim5 {
 to{
   background-position: 0px 1600px;
 }
}

@-webkit-keyframes jpganim10 {
  to{
    background-position: 0px 3200px;
  }
}

@keyframes jpganim3 {
    to{
      background-position: 0px 960px;
    }
}

@keyframes jpganim5 {
    to{
        background-position: 0px 1200px;
    }
}

@keyframes jpganim10 {
    to{
        background-position: 0px 3200px;
    }
}

#insta-form, #report-form {
    display: none;
    background-color: #ccc;
    width: 80%;
    height: 300px;
    position: absolute;
    padding: 25px;
    z-index: 1001;
    opacity: 1;
}
#insta-close, #report-close {
    position: absolute;
    top: 0;
    font-size: 3em;
    text-indent: 5px;
    padding: 15px;
    background-color: white;
    right: 0;
    float: right;
    cursor: pointer;
}
#insta-email {
    width: 60%;
    padding: 15px 15px;
    margin-bottom: 25px;
    font-size: 1.2rem;
    border: none;
    color: #000;
}
#insta-btn {
    padding: 15px 25px;
    font-size: 0.9em;
    border: none;
    color: #000;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
}

.report-button {
    border: none;
    color: #fff;
    box-shadow: none;
    padding: 0.8rem;
    border-radius: 5px;
    background-color: #d77;
}
