@font-face {
  font-family: montserrat;
  src: url(/src/fonts/Montserrat-Regular.ttf);
}
html, body {
    height: 100%; 
}

/*body {
  background: url(/src/img/s_bg_top_left.png) no-repeat, url(/src/img/s_bg_top_right.png) no-repeat, url(/src/img/s_bg_bottom_left.png) no-repeat, url(/src/img/s_bg_bottom_right.png) no-repeat, 
              url(/src/img/bg.jpg) ;
  background-position: top left, top right, bottom left, bottom right, center;
  background-size: 20%, 20%, 10%, 15%, 100%;
  background-attachment:fixed;
}*/
    body {
      background: url(/src/img/bg_old.jpg) ;
      background-position: center;
      background-size:100%;
      background-size: cover;
      background-attachment:fixed;
    }

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

.magazine-wrapper{
/*    width:1250px;
    height: 1300px;*/
}
.btn-read-magazine{
    background-color: #009f9d;
    display: block;
    width: 100%;
    padding:10px;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
/*    letter-spacing: 3px;*/
    margin-bottom: 10px;
}
.btn-read-magazine-light{
    background-color: #c3e3e3;
    color: #009f9d;
}

.btn-read-magazine:hover, .btn-read-magazine:active{
    text-decoration: none;
    color: #fff;
} 
p.magazine-text-bold{
    font-family: montserrat;
    font-size:1.4rem;
    line-height: 1.8rem;
    color: #666161; 
}
p.magazine-text-normal{
    font-family: montserrat;
    font-size:1.1rem;
    line-height: 1.5rem;
    color: #666161;
}
.imgCover{
    margin-top: -15px;
}

#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;
}




.mainDiv{
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    p.magazine-text-bold{
        font-size:1.1rem;
        line-height: 1.1rem;
    }
    p.magazine-text-normal{
        font-size:0.9rem;
        line-height: 0.9rem;
    }
    .arrowPadding{
        margin-top: 40%;
    }
    .logo{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .btn{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .btn-read-magazine{
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 768px) {
    p.magazine-text-bold{
        font-size:1.1rem;
        line-height: 1.2rem;
    }
    p.magazine-text-normal{
        font-size:0.9rem;
        line-height: 1rem;
    }
    .btn{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .btn-read-magazine{
        font-size: 0.8rem;
    }
}