/* 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bgColor: black;
    --whiteColor: white;
    --whiteColor-opacity50: rgba(255, 255, 255, 0.8);
    --accentColor: rgb(96, 18, 198);
    --accentColor-opacity50: rgb(96, 18, 198, 0.9);
    --shadowColor: rgb(96, 18, 198, 0.2);
    --accentColor2: rgb(0, 255, 234);
    --accentColor3:rgb(60, 0, 144);
	--font: 'Fira Sans', sans-serif;
}


body {
  width:100%;
  height:100vh;
  /*display:flex;*/
  justify-content:center;
  align-items:center;
  background-color:var(--bgColor);
  margin: 0;
  background-image: url('bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 } 


 a {
  color:var(--accentColor2);
}
.wrapper {
  perspective: 2px;
}

.announcement{
  display: block;
  color: var(--accentColor);
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 4px;
  text-align: center;
  font-family: var(--font);
  width: 100%;
  margin-top:0px;
  background-color:var(--accentColor2);
}

.announcement_transparent{
  display: block;
  color: #ffffff00;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 4px;
  text-align: center;
  font-family: var(--font);
  width: 100%;
  margin-top:0px;
  background-color:#ffffff00;
}

#dl-logo{
    width: 96px;
    height: auto;
    display: block;
    margin: 40px 20px;
    position: absolute;
    right: 10px;
}

#jy-logo{
    width: 30px;
    height: auto;
    display: block;
    margin: 10px auto;
}

#verse{
  width: 60%;  
  max-width: 320px;
    height: auto;
    display: block;
    margin: 10px auto;
}


#tiltable {
  display: block;
  margin: auto;
  width: 275px;
  transition: transform 0.5s;
  backface-visibility: hidden;
  margin-top:170px;
  margin-bottom:40px;
}


@media only screen and (max-width: 600px) {
  #dl-logo{
    width: 96px;
    height: auto;
    display: block;
    margin: 40px 20px;
    position: absolute;
    right: 10px;
  }
  #tiltable {
    display: block;
    margin: auto;
    width: 70%;
    max-width: 650px;
    transition: transform 0.5s;
    backface-visibility: hidden;
    margin-top:170px;
    margin-bottom:40px;
  }
  
}



/* Other Style Settings */

#PageTitle{
    color: var(--whiteColor);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
}

#PageDesc{
    color: var(--whiteColor);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.LinkCategory{
    color: var(--whiteColor);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 80px;
}
#userFooter{
    color: var(--whiteColor);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
	padding-bottom: 48px;
}

#credit{
  color: var(--whiteColor);
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  font-family: var(--font);
  width: 100%;
  text-align: center;
  text-decoration: none;
padding-bottom: 48px;
}

.paper{
    padding: 17px;
    margin: 20px;
    background-color: var(--whiteColor-opacity50);
    color: var(--accentColor3);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 400;
  	line-height: 1.4em;
    text-align: center;
    text-decoration: none;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    border-radius: 8px;
}

#links{
    max-width: 375px;
    width: auto;
    display: block;
    margin: 27px auto;
}
.link{
    display: block;
    background-color: var(--accentColor-opacity50);
    color: var(--whiteColor);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    /* border: solid var(--accentColor) 2px; */
	margin-left: 20px;
    margin-right: 20px;
    border-radius: 8px;
	line-height: 2.5em;
  padding-top: 6px;
  font-weight: 100;
}

.link2{
    opacity: 50%;
    display: block;
    background-color: var(--accentColor-opacity50);
    color: var(--whiteColor);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    /* border: solid var(--accentColor) 2px; */
	margin-left: 20px;
    margin-right: 20px;
    border-radius: 8px;
	line-height: 2.5em;
  padding-top: 6px;
  font-weight: 100;
}

.longurl{
	font-size: smaller;
  line-height: normal;
}

.link:hover{
    background-color: var(--accentColor2);
    color: var(--accentColor);
}



#soundButton { 
  padding: 4px 16px; 
  cursor: pointer;   

  background-color: var(--whiteColor);
  color: var(--accentColor);
  
  font-family: var(--font);
  font-size: 1rem; 
  font-weight: 400;
  line-height: 2.5em;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: solid var(--accentColor) 0px;
  box-shadow: 2px 4px 12px var(--shadowColor);
  transition: all .25s cubic-bezier(.08,.59,.29,.99);
}

#soundButton:hover{
    background-color: var(--accentColor2);
    color: var(--accentColor);
    box-shadow: 1px -2px 8px var(--accentColor2);
}

.backHome{
    color: var(--accentColor2);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.25;
    font-family: var(--font);
    text-decoration: none;
}

.backHome:hover{
    color: var(--whiteColor);
}

#counterText{ 
  font-size: 1rem; 
  margin-top: 20px; 
  margin-bottom: 20px;
  letter-spacing: 0.5px;

}
#counter { 
  font-size: 1rem; 
  font-weight: 700;
  margin-top: 20px; 
  text-shadow: -2px -2px 04px white, 2px 2px 4px white, -2px 2px 4px white, 2px -2px 4px white;
}



#socialfooter{
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
	text-align: center;
}

/* Style all font awesome icons */
.fa {
  padding: 16px;
  font-size: 24px !important;
  width: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  margin: 3px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook-official {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #f00075;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-spotify {
  background: #1DB954;
  color: white;
}

.fa-chevron-left{
  font-size:14px !important;
    padding: 16px;
    width: 0px;

}