html, body {
background-image:url("../src/inv mary big.jpg");
/*-webkit-background-size:cover;*/
background-size:100%;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-blend-mode: 30%;
}

@font-face {
    font-family: "Avestrava-Regular";
    src: url("../src/Avestrava-Regular.woff") format("woff");
}

@font-face {
  font-family: "Px Grotesk";
  src: url("../src/PxGrotesk-Light.woff") format("woff");
  src: url("../src/PxGrotesk-Bold.woff") format("woff");
  src: url("../src/PxGrotesk-BoldIta.woff") format("woff");
  src: url("../src/PxGrotesk-LightIta.woff") format("woff");
  src: url("../src/PxGrotesk-Regular.woff") format("woff");
  src: url("../src/PxGrotesk-RegularIta.woff") format("woff");
}

a {
  color: black !important;
  text-decoration: none !important;
}


/* -------RESPONSIVE------- */
@media only screen and (min-width: 1100px){
  .single{
    display: none !important;
  } 

} 

@media only screen and (max-width: 1100px){

.single{
  display: block !important;
  left:50px !important;
  font-size: 200px !important;
  top: 150px;
} 

.single:hover {
  font-size: 0 !important;
}

.single:hover:after{
  content: attr(data-hover);
  font-size: 50px;
  line-height: 1;
  top: 150px;
  color: #c9060d;
  font-family: 'PxGrotesk-Bold';
}

  .scroll-mobile {
    display: none;
  } 

  .mary{
    height:420px;
    left: 80px;
    bottom:40px;
    position: absolute;
    }
    
    .negmary{
    height:700px;
    left:180px !important;
    top:0px;
    position: absolute;
    }
  
  p {
    right:50px !important;
    top:560px !important;
    font-family: 'PxGrotesk-Regular';
    color: black;
    font-size:20px !important;
    line-height: 100%;
    text-align: right;
    position: absolute;
    transform: rotate(0deg) !important;
    transform-origin: 0 0;
    }
    
    .verse{
    width: 260px;
    font-family: 'PxGrotesk-Light';
    color: black;
    text-align: justify;
    right:50px;
    bottom:50px;
    font-size:12px;
    line-height: 100%;
    position: absolute;
    }
    
    .chapter{
    right:50px;
    top:530px !important;
    font-family: 'PxGrotesk-Bold'!important;
    color: black;
    font-size:20px !important;
    line-height: 100%;
    text-align: right;
    position: absolute;
    transform: rotate(0deg) !important;
    transform-origin: 0 0;
    }

    .content:hover {
      font-size: 0 !important;
    }
    
    .content:hover:after{
      content: attr(data-hover);
      display: block;
      font-size: 40px !important;
      line-height: 1;
      text-align: right !important;
      color: #c9060d;
    } 



} 


@media only screen and (max-width: 768px){

  .single{
    display: block !important;
    left:50px !important;
    font-size: 150px !important;
    top: 150px;
  } 

  .scroll-mobile {
    display: none;
  }

  .mary{
    height:300px !important;
    left:50px !important;
    bottom:200px !important;
    position: absolute;
    }
    
    .negmary{
    height:400px !important;
    right:50px !important;
    top:50px !important;
    position: absolute;
    }  
  
  p {
    right:50px !important;
    top:620px !important;
    font-family: 'PxGrotesk-Regular';
    color: black;
    font-size:20px !important;
    line-height: 100%;
    text-align: right;
    position: absolute;
    transform: rotate(0deg) !important;
    transform-origin: 0 0;
    }
    
    .verse{
    width: 260px;
    font-family: 'PxGrotesk-Light';
    color: black;
    text-align: justify;
    right:50px;
    bottom:50px;
    font-size:12px;
    line-height: 100%;
    position: absolute;
    }
    
    .chapter{
    right:50px;
    top:590px !important;
    font-family: 'PxGrotesk-Bold'!important;
    color: black;
    font-size:20px !important;
    line-height: 100%;
    text-align: right;
    position: absolute;
    transform: rotate(0deg) !important;
    transform-origin: 0 0;
    }

    .content:hover {
      font-size: 0 !important;
    }
    
    .content:hover:after{
      content: attr(data-hover);
      display: block;
      font-size: 40px !important;
      line-height: 1;
      text-align: right !important;
      color: #c9060d;
    } 



} 



/* -------SCROLLING TEXT------- */
#hscroll{
background-color: none;
text-align: left;
font-size: 200px;
font-family: 'Avestrava-Regular';
color: black;
position: absolute;
height: 100%;
left: 265px;
line-height: 68%;
width: 500px;
}


/* -------SINGLE LINK------- */
.single{
background-color: none;
text-align: left;
font-size: 200px;
font-family: 'Avestrava-Regular';
color: black;
position: absolute;
height: 100%;
left: 265px;
line-height: 68%;
width: 500px;
}

.single:hover {
  font-size: 0;
}

.single:hover:after{
  content: attr(data-hover);
  font-size: 100px;
  line-height: 1;
  /* margin-top: -1.2em;
  margin-bottom: 0.2em; */
  color: #c9060d;
  font-family: 'PxGrotesk-Bold';
}


/* -------SWITCH TEXT------- */
#hscroll .item {
  display: block;
}

.item:hover {
  font-size: 0;
}

.item:hover:after{
  content: attr(data-hover);
  display: block;
  font-size: 100px;
  line-height: 1;
  margin-top: -1.2em;
  margin-bottom: 0.2em;
  color: #c9060d;
  font-family: 'PxGrotesk-Bold';
}

.content:hover {
  font-size: 0;
}

.content:hover:after{
  content: attr(data-hover);
  display: block;
  font-size: 100px;
  line-height: 1;
  /* margin-top: -1.2em;
  margin-bottom: 0.2em; */
  color: #c9060d;
  font-family: 'PxGrotesk-Bold';
}


/*-------IMAGES-------*/
.mary{
height:420px;
right:560px;
bottom:40px;
position: absolute;
}

.negmary{
height:700px;
right:220px;
top:0px;
position: absolute;
}


/*-------TEXT STYLES-------*/
p {
right:-260px;
top:576px;
font-family: 'PxGrotesk-Regular';
color: black;
font-size:60px;
line-height: 100%;
text-align: right;
position: absolute;
transform: rotate(270deg);
transform-origin: 0 0;
}

.verse{
width: 260px;
font-family: 'PxGrotesk-Light';
color: black;
text-align: justify;
right:50px;
bottom:50px;
font-size:12px;
line-height: 100%;
position: absolute;
}

.chapter{
left:140px;
top:300px;
font-family: 'PxGrotesk-Regular';
color: black;
font-size:100px;
line-height: 100%;
text-align: right;
position: absolute;
transform: rotate(270deg);
transform-origin: 0 0;
}


/*--------SIDEBAR NAV---------*/
.breadcrumb{
  color: #fff;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 1rem;
  margin-left: 1rem;

}
.breadcrumb-item.active a {
  color: #fff;
}
@media (min-width: 759px) {
#mySidebar2 {
  visibility: hidden;
  clear: both;
  float: left;
  margin: 10px auto 5px 20px;
  width: 28%;
  display: none;
}
}
@media screen and (max-width: 700px) {
#mySidebar {
  visibility: hidden;
  display: none;
}
.sidebar{
  visibility: hidden;
  display: none;
}
#mySidebar2.sidebar {
  visibility:visible;
  width: 100vw;
  height:36px;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
}


}
.sidebar {

  height: 100%;
  width: 36px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #000;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 40px;
  margin-top: -1px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  line-height: 1;
}

.drop-icon{
transform: rotate(180deg);
-moz-transform: rotate(180deg);
border: none;
background: none;
font-size: 30px;
color: #000;
padding: 20px;
font-family: 'Avestrava';


}

.nav{
display: block;
}
.dropdown{
position:static;
color: #000;
text-decoration: none;
}
.dropdown a{
color: #000;
text-decoration: none;
}
a:hover{
color: #000;
text-decoration: none;
}

.dropdown-menu.show {
  display: block;
  margin: auto 0;
  position: absolute;

  border-top: none;
  border-radius: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.navbar{
border: 1px solid #000;
background: #fff;
z-index: 999;
}

.sidebar:hover{
animation: none;
}

.bounce-3 {
      animation-name: bounce-3;
      animation-timing-function: ease;
  }
  @-webkit-keyframes bounce-3 {
0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateX(0);}
50% {-webkit-transform: translateX(-15px);}
}

a {
cursor: url('../src/cursor_1.png'), auto;
text-decoration: none;

}
.sidebar a {
cursor: url('../src/cursor_1.png'), auto;
text-decoration: none;
color:#000;

}
.btn-menu {
  position: relative;
  font-family: 'Avestrava-Regular';
  text-align: left;
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  font-size: 50px;
  color: #000;
  display: block;
  transition: 0.3s;
  

}
.btn-menu:hover::before {
display: block;
  content:"> ";
  position: absolute;
  left: 25px;
  top: 8px;
  text-decoration: none !important;


}


.marquee {
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 200vw;
font-size: 1rem;
padding-top:0.8rem;
line-height: 0.8rem;
white-space: nowrap;
color: #fff;
background-color: #000;
overflow: hidden;

}

.marquee.top {

z-index: 4;
}

.marquee.bottom {
top: auto;
bottom: 0;
z-index: 2;
}
.marquee.bottom > p {
-webkit-transform: translateX(-100vw);
transform: translateX(-100vw);
-webkit-animation-name: marquee-reverse;
animation-name: marquee-reverse;
}

@-webkit-keyframes marquee {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
100% {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
}
@keyframes marquee {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
100% {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
}