﻿* {
  box-sizing: border-box;
}

11111111111111#key-verse-inscription, 111111111111111111111111.Key-Verse-inscription {
	COLOR: #FFFFFF !IMPORTANT;
	}

.key-verse_synopsis {
	/**CENTER TEXT INSIDE DIV**/
		display:flex; 
		flex-direction: row; 
		justify-content: center; 
		align-items: center;
	/**END OF CENTER TEXT INSIDE DIV**/


	WIDTH: 280PX; 
	height: 75px; 
	z-index: 1 !important;


  	margin: auto;  
  	position: absolute;
  	left:0;
 	right: 0;
  	top: 0;
  	bottom: 0 !important; 
	margin-bottom: 0px !important; 
	border: 0px
	} 

11111111111111111111111.key-verse-and-synopsis {
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.5;  
} 

.KEYbuttons-ctn {
  	will-change: transform;
  	top: 50%;
  	left: 50%;
  	transform-style: preserve-3d;
  	-webkit-backface-visibility: hidden;
          	backface-visibility: hidden;
	}

.KEYbutton {font-size: 15px; font-weight: 900 !important;
  	will-change: transform;
  	position: relative;
  	float: left;
  	display: inline-block;
  	padding: 20px; padding: 5px;
  	width: 140px; width: 120px;
  	text-align: center;
  	line-height: normal;
  	transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

.KEYbutton--left {
  	background: #141414;
  	color: white;
	}

.KEYbutton--right {
  	background: #ebebeb;
  	color: #141414;
	}



.KEYbutton--active { 
  cursor: default; 
	COLOR: #FFFFFF !IMPORTANT; 
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	}



.KEYbutton--active span {
  opacity: 0; 
}

.KEYbutton__content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 20px;
  text-align: center;
  width: 600px;
  visibility: hidden;
  opacity: 0; 
  z-index: 10;
  color: white; 
}
.KEYbutton__content--left {
  color: white;
}
.KEYbutton__content--left a {
  color: #141414;
  background: white;
}
.KEYbutton__content--right {
  color: #141414;
}
.KEYbutton__content--right a {
  color: white;
  background: #141414;
}
.KEYbutton__content--active {
  opacity: 1;
  visibility: visible;
}
.KEYbutton__content a {
  display: inline-block;
  padding: 10px 20px;
}
.KEYbutton__content h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
@media (max-width: 650px) {
  .KEYbutton__content {
    width: 295px;
  }
}

main {
  color: white;
  text-align: center;
}
main h1 {
  font-weight: 300;
  margin-bottom: 8px;
  margin-top: 24px;
}
main p {
  margin-top: 0;
}
main p a {
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
}