﻿/**button**/
.content-key-verse button {
  position: relative;
  background: #444;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1rem;
  font-size: 1rem; font-size: 0.8rem;
  padding: 1rem 3rem; padding: 1rem 1rem; padding: 0.3rem 0.3rem;
  transition: 0.2s;   margin-right: 22px;  
}






/* SMALLER TABLET screens */   /* SMALLER TABLET */
@media screen and (max-width: 480px) {
  	.content-key-verse button {
		width: 37px;
		height: 25px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important;   
		position: absolute !important;  
		z-index: 12000000000000 !important;    
  		}
	}





@media only screen and (min-width : 320px) and (max-width : 480px) {/* Mobile portrait */
  	.content-key-verse button {
		width: 37px;
		height: 25px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important;
		position: absolute !important;  
		z-index: 12000000000000 !important;  
  		}
	}





@media only screen and (min-width : 480px) and (max-width : 595px) {/* Mobile landscape */
  	.content-key-verse button { 
		width: 37px;
		height: 25px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important;
		position: absolute !important;  
		z-index: 12000000000000 !important;  
  		}
	}





@media only screen and (min-width : 595px) and (max-width : 690px) {/* Small tablet portrait */
  	.content-key-verse button {  
		width: 42px;
		height: 29px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important;
		position: absolute !important;  
		z-index: 12000000000000 !important;    
  		}
	}





@media only screen and (min-width : 690px) and (max-width : 769px) {/* Tablet portrait */
  	.content-key-verse button { 
		width: 47px;
		height: 32px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important;
		position: absolute !important;  
		z-index: 12000000000000 !important;  
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture) --- SMALLER TABLET */
@media only screen and (min-width : 769px) and (max-width : 800px) {/* Small tablet landscape */
	.content-key-verse button {  
		width: 53px;
		height: 36px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important;
		position: absolute !important;  
		z-index: 12000000000000 !important;   
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture --- SMALLER TABLET */
@media only screen and (min-width : 800px) and (max-width : 1024px) {/* Small tablet landscape */
  	.content-key-verse button { 
		width: 58px;
		height: 39px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important;   
		bottom: 0 !important; 
  		margin-bottom: 155px !important;  
		position: absolute !important;  
		z-index: 12000000000000 !important;     
  		}
	}





@media only screen and (min-width : 1024px) and (max-width : 1224px) {/* Tablet landscape */
  	.content-key-verse button { 
		width: 63px;
		height: 43px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important;
		position: absolute !important;  
		z-index: 12000000000000 !important;   
  		}
	}






/* Desktops and laptops */  /* SMALL DESKTOP */
@media only screen 
and (min-width : 1224px) {
  	.content-key-verse button { 
		width: 68px;
		height: 46px;
		padding: 0 !important; 
		float: right !important; 
		right: 0 !important; 
		margin-right 45px !important; 
		bottom: 0 !important; 
  		margin-bottom: 155px !important; 
		position: absolute !important;  
		z-index: 12000000000000 !important; 
		} 
	}








.content-key-verse button:hover {
  letter-spacing: 0.2rem;
  7878padding: 1.1rem 3.1rem; padding: 1.1rem 2.1rem;  padding: 0.5rem 1rem;
  background: var(--clr);
  color: var(--clr);
  /* box-shadow: 0 0 35px var(--clr); */
  animation: box 3s infinite;
}

.content-key-verse button::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #272822;
}

.content-key-verse button span {
  position: relative;
  z-index: 1;
}
.content-key-verse button i {
  position: absolute;
  inset: 0;
  display: block;
}

.content-key-verse button i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 80%;
  top: -2px;
  border: 2px solid var(--clr);
  background: #272822;
  transition: 0.2s;
}

.content-key-verse button:hover i::before {
  width: 15px;
  left: 20%;
  animation: move 3s infinite;
}

.content-key-verse button i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 20%;
  bottom: -2px;
  border: 2px solid var(--clr);
  background: #272822;
  transition: 0.2s;
}

.content-key-verse button:hover i::after {
  width: 15px;
  left: 80%;
  animation: move 3s infinite;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes box {
  0% {
    box-shadow: #27272c;
  }
  50% {
    box-shadow: 0 0 25px var(--clr);
  }
  100% {
    box-shadow: #27272c;
  }
}