@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');


body {
  min-height: 100vh;
  overflow-x: hidden;
  color: #000000;
  font-family: 'Lato', sans-serif;
}

.font-curcive{
  font-family: 'Architects Daughter', cursive;
}
.separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #fff;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.text-gray {
  color: #aaa;
}
.rounded-right{
	border-right-radius : 3rem!important;

}
.overflow-hidden{
	overflow: hidden;
}
.transparent{
	background-color: transparent!important;
}

.indigo{
	background-color: #1d97d1!important;
}

.btn-indigo{
	background-color:  #1d97d1!important;
}
.indigo-text{
	color:  #1d97d1!important;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.vertical-nav {
  min-width: 17rem;
  width: 17rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  z-index: 300;
}

.page-content {
  width: calc(100% - 17rem);
  margin-left: 17rem;
  transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -17rem;
}

#content.active {
  width: 100%;
  margin: 0;
}



div.ccm-block-calendar-event-list-event-date {
    width: 50px;
    height: 50px;
    float: left;
}

div.ccm-block-calendar-event-list-event-date span {
    display: block;
    text-align: center;
}

div.ccm-block-calendar-event-list-event-date span:first-child {
    font-weight: bold;
    background-color: #000;
    color: #fff;
}

 .news-tile .card-title {
        position: absolute;
        bottom: 15px;
        left: 40px;
      }

      .rgba-stylish-strong {
        background-color: rgba(62, 69, 81, .5);
      }

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

.lbsm-gradient{
	background: linear-gradient(100deg, rgba(98,43,126,1) 0%, rgba(209,45,38,1) 53%, rgba(255,237,59,1) 100%);
}
.red{
	background-color: rgba(209,45,38,1)!important;
}
.deep-purple{
	background-color: rgba(98,43,126,1)!important;
}

.deep-purple-text{
	color: rgba(98,43,126,1)!important;
}
.row.deep-purple .deep-purple-text{
	color: #ffc107!important;
}
.se-pre-con{
	width: 100vw;
	height: 100vh;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2500;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.rotate-h {
  animation: rotate 1.5s linear infinite;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #d32f2f!important;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.vertical-nav{
	overflow: scroll;
}

@media screen and (max-width: 760px){
	.view video{
		height: 100%;
	    background-color: black;
	}
}
