@font-face {
  font-family: montserrat;
  src: url(/src/fonts/Montserrat-Regular.ttf);
}
html, body {
    height: 100%; 
}
    body {
      background: url(/src/img/bg_old.jpg) ;
      background-position: center;
      background-size:100%;
      background-size:cover;
      background-attachment:fixed;
    }
@media all and (orientation:portrait)
{
    #rotateDevice{
        display: block;
    }
    .image-container {
      display: flex;
      justify-content: center;
    }
    #rotateDevice img {
        display: block;
        margin-left: auto;
        margin-right: auto;
/*        margin-top: 40%;*/
    }
/*    body{
        background-color: #a9a9a9;
        color: #fff;
    }*/
    #siteMain{
        display: none;
    }
}

@media all and (orientation:landscape)
{
    #rotateDevice{
        display: none;
    }

}

#siteMain{
    margin:10px;
}

.arrow-left img{
    cursor: pointer;
    float:right;
}
.arrow-right img{
    cursor: pointer;
    float:left;
}
 
.logo{
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
}

.magazine-wrapper{
/*    width:1250px;
    height: 1300px;*/
    padding-bottom: 50px;
}
p.magazine-text-bold{
    font-family: montserrat;
    font-size:1.1rem;
    line-height: 1.1rem;
    color: #666161; 
}
p.magazine-text-normal{
    font-family: montserrat;
    font-size:0.9rem;
    line-height: 0.9rem;
    color: #666161;
}
#magazine .turn-page{
	background-color:#000;
}

#magazine .shadow,
#magazine.shadow{
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

    .arrowPadding{
        margin-top: 40%;
    }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .magazine-wrapper{
        padding-bottom: 50px;
    }
    .arrowPadding{
        margin-top: 40%;
    }
    .logo{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 812px) {
    .arrowPadding{
        margin-top: 20%;
    }
}