body, html {
  height: 100%;
}

body{
    background: rgb(232, 240, 253, .5) !important;
}

* {
  box-sizing: border-box;
}

.contact-form-alert{
	text-align: center;
	padding: 10px;
	background-color: #26d367;
	color: #fff;
	margin-bottom: 10px;
	display: none;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 99;
}

.bg-image {
  /* The image used */
  background-image: url("../images/Yogshalaa_bg_updated.jpg");

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(5px);

  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom:0;
  left:0;
  right:0;
  top:0;

}

.bg-image-height{
    height: 100vh;
}

.bg-content {
  align-items:center;
  bottom:0;
  color:white;
  display:flex;
  flex-wrap:wrap;
  font-family:sans-serif;
  justify-content:center;
  left:0;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
}

/*@media screen and (max-width: 767px){
    .bg-image-height{
        height: 70vh;
    }
}

Position text in the middle of the page/image */


 body .credit {
	 position: absolute;
	 bottom: 20px;
	 left: 20px;
	 color: inherit;
}
 body .options {
	 display: flex;
	 flex-direction: row;
	 align-items: stretch;
	 overflow: hidden;
	 min-width: 600px;
	 width: 100%;
	 height: 400px;
}
 @media screen and (max-width: 718px) {
	 body .options {
		 min-width: 520px;
	}
	 body .options .option {
		 min-width: 60px !important;
	}
}
 @media screen and (max-width: 638px) {
	 body .options {
		 min-width: 440px;
	}
	 body .options .option {
		 min-width: 50px !important;
	}
}
 @media screen and (max-width: 558px) {
	 body .options {
		 min-width: 360px;
	}
	 body .options .option {
		 min-width: 40px !important;
	}
}
 @media screen and (max-width: 478px) {
	 body .options {
		 min-width: 280px;
	}
	 body .options .option {
		 min-width: 20px !important;
	}
	.icon {
	    min-width: 10px !important;
	    height: 10px !important;
	    position: relative !important;
	    right: 5px;
	}
	.sub {
	    display: none;
	}
}
 body .options .option {
    background-repeat: no-repeat;
    background-size: cover !important;
	 position: relative;
	 overflow: hidden;
	 min-width: 60px;
	 margin: 10px;
	 background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
	 background-size: auto 120%;
	 background-position: center;
	 cursor: pointer;
	 transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
 body .options .option:nth-child(1) {
	 --defaultBackground: #ed5565;
}
 body .options .option:nth-child(2) {
	 --defaultBackground: #fc6e51;
}
 body .options .option:nth-child(3) {
	 --defaultBackground: #ffce54;
}
 body .options .option:nth-child(4) {
	 --defaultBackground: #2ecc71;
}
 body .options .option:nth-child(5) {
	 --defaultBackground: #5d9cec;
}
 body .options .option:nth-child(6) {
	 --defaultBackground: #ac92ec;
}
 body .options .option.active {
	 flex-grow: 10000;
	 transform: scale(1);
	 max-width: 600px;
	 margin: 0px;
	 border-radius: 40px;
	 background-size: auto 100%;
	/*&:active {
		 transform:scale(0.9);
	}
	*/
}
 body .options .option.active .shadow {
	 box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
 body .options .option.active .label {
	 bottom: 20px;
	 left: 20px;
}
 body .options .option.active .label .info > div {
	 left: 0px;
	 opacity: 1;
}
 body .options .option:not(.active) {
	 flex-grow: 1;
	 border-radius: 30px;
}
 body .options .option:not(.active) .shadow {
	 bottom: -40px;
	 box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
 body .options .option:not(.active) .label {
	 bottom: 10px;
	 left: 10px;
}
 body .options .option:not(.active) .label .info > div {
	 left: 20px;
	 opacity: 0;
}
 body .options .option .shadow {
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 right: 0px;
	 height: 120px;
	 transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
 body .options .option .label {
	 display: flex;
	 position: absolute;
	 right: 0px;
	 height: 40px;
	 transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
 body .options .option .label .icon {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 min-width: 40px;
	 max-width: 40px;
	 height: 40px;
	 border-radius: 100%;
	 background-color: white;
	 color: var(--defaultBackground);
}
 body .options .option .label .info {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 margin-left: 10px;
	 color: white;
	 white-space: pre;
}
 body .options .option .label .info > div {
	 position: relative;
	 transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
 body .options .option .label .info .main {
	 font-weight: bold;
	 font-size: 1.2rem;
}
 body .options .option .label .info .sub {
	 transition-delay: 0.1s;
}

 .content-bg-image {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 height: 160px;
	 overflow: hidden;
	 font-family: 'Lato', sans-serif;
	 font-size: 35px;
	 line-height: 40px;
	 color: #ecf0f1;
	 padding-top: 120px;
}
 .content__container {
	 font-weight: 600;
	 overflow: hidden;
	 height: 40px;
	 padding: 0 40px;
}
 .content__container:before {
	 content: '[';
	 left: 0;
}
 .content__container:after {
	 content: ']';
	 position: absolute;
	 right: 0;
}
 .content__container:after, .content__container:before {
	 position: absolute;
	 top: 0;
	 color: #16a085;
	 font-size: 42px;
	 line-height: 40px;
	 -webkit-animation-name: opacity;
	 -webkit-animation-duration: 2s;
	 -webkit-animation-iteration-count: infinite;
	 animation-name: opacity;
	 animation-duration: 2s;
	 animation-iteration-count: infinite;
	 padding-top: 120px;
}
 .content__container__list {
	 margin-top: 0;
	 text-align: left;
	 list-style: none;
	 -webkit-animation-name: change;
	 -webkit-animation-duration: 10s;
	 -webkit-animation-iteration-count: infinite;
	 animation-name: change;
	 animation-duration: 10s;
	 animation-iteration-count: infinite;
}
 .content__container__list__item {
	 line-height: 40px;
	 margin: 0;
	 font-size: 36px;
}
 @-webkit-keyframes opacity {
	 0%, 100% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
}
 @-webkit-keyframes change {
	 0%, 12.66%, 100% {
		 transform: translate3d(0, 0, 0);
	}
	 16.66%, 29.32% {
		 transform: translate3d(0, -33%, 0);
	}
	 33.32%, 45.98% {
		 transform: translate3d(0, -66%, 0);
	}
	 49.98%, 62.64% {
		 transform: translate3d(0, -33%, 0);
	}
}
 @-o-keyframes opacity {
	 0%, 100% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
}
 @-o-keyframes change {
	 0%, 12.66%, 100% {
		 transform: translate3d(0, 0, 0);
	}
	 16.66%, 29.32% {
		 transform: translate3d(0, -33%, 0);
	}
	 33.32%, 45.98% {
		 transform: translate3d(0, -66%, 0);
	}
	 49.98%, 62.64% {
		 transform: translate3d(0, -33%, 0);
	}
}
 @-moz-keyframes opacity {
	 0%, 100% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
}
 @-moz-keyframes change {
	 0%, 12.66%, 100% {
		 transform: translate3d(0, 0, 0);
	}
	 16.66%, 29.32% {
		 transform: translate3d(0, -33%, 0);
	}
	 33.32%, 45.98% {
		 transform: translate3d(0, -66%, 0);
	}
	 49.98%, 62.64% {
		 transform: translate3d(0, -33%, 0);
}
 @keyframes opacity {
	 0%, 100% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
}
 @keyframes change {
	 0%, 12.66%, 100% {
		 transform: translate3d(0, 0, 0);
	}
	 16.66%, 29.32% {
		 transform: translate3d(0, -33%, 0);
	}
	 33.32%, 45.98% {
		 transform: translate3d(0, -66%, 0);
	}
	 49.98%, 62.64% {
		 transform: translate3d(0, -33%, 0);
}
