/* stylelint-disable selector-list-comma-newline-after */

.oxplore-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.oxplore-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.oxplore-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "soleil", sans-serif;
font-weight: 350;
font-style: normal;
font-size: 22px;
}

/* unvisited link */
a:link {
  color: #1f5f8d;
}

a:visited {
  color: #1f5f8d;
}


.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;

}

.bg-header {
  background-color: #e7277a!important;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 *  name and description
 */
.oxplore-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.oxplore-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .oxplore-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.oxplore-pagination {
  margin-bottom: 4rem;
}
.oxplore-pagination > .btn {
  border-radius: 2rem;
}

.child {
  width: 50px;
  height: 50px;

  /* Center horizontally*/
  margin: 0 auto;
}

/*
 *  posts
 */
.oxplore-post {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.oxplore-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.oxplore-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}



.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  color:#e5e5e5;
  width:100%;
  height: 100%;
  font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;

}

.card-1 {
  background-color: #7f217f;
}
.card-2 {
  background-color: #5fa71d; /* #93c121; */
}
.card-3 {
  background-color: #2486c7;
}
.card-4 {
  background-color: #dfa44c;
}
.card-5 {
  background-color: #3cbed4;
}
.card-6 {
  background-color: #EE3684;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
  font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
}

/*
 * message bar
 */
.oxplore-bar {
  padding: 2.5rem 0;
  color: #ffffff;
  text-align: center;
  background-color: #E7277A;
  border-top: .05rem solid #ffffff;
}
.oxplore-bar p:last-child {
  margin-bottom: 0;
}



/*
 * Footer
 */
.oxplore-footer {
  padding: 2.5rem 0;
  color: #ffffff;
  text-align: center;
  background-color: #031d40;
  border-top: .05rem solid #ffffff;
}
.oxplore-footer p:last-child {
  margin-bottom: 0;
}

.center {
  text-align: center!important;
}

.grow img{
  transition: 1s ease;
  }
  .grow2 img{
    transition: 1s ease;
    }
  
  .grow img:hover{
  -webkit-transform: rotateZ(-5deg) scale(1.05);
-ms-transform: rotateZ(-5deg) scale(1.05);
transform: rotateZ(-5deg) scale(1.05);
  transition: 1s ease;
  }

  .grow2 img:hover{
    -webkit-transform: rotateZ(+5deg) scale(1.05);
  -ms-transform: rotateZ(+5deg) scale(1.05);
  transform: rotateZ(+5deg) scale(1.05);
    transition: 1s ease;
    }

    .containerpink {
      /* background-color: #e7d2ff;*/
                 background-image: linear-gradient(180deg, #f6f1fc 0%, #c09aec 100%);

    }
    
    .containerpinkvibe {
      /* background-color: #e7d2ff;*/
                 background-image: linear-gradient(180deg, #ffb1f5 0%, #ff6bf8 100%);

    }
    
    .containergreen {
    /*  background-color: #91da8e;*/
               background-image: linear-gradient(180deg, #b9ffb4 0%, #52d44e 100%);

    }
    

    .containerblue {
     /* background-color: #92eafa;*/
           background-image: linear-gradient(180deg, #b3f5ff 0%, #7acbda 100%);

    }

   .containerlightblue {
     /* background-color: #92eafa;*/
           background-image: linear-gradient(180deg, #a1f3ff 0%, #63d0e4 100%);

    }

    .containerwhite {
     background-image: linear-gradient(180deg, #e9f1ff 0%, #fadbf1 100%);

    }

        .containeryellow {
     background-image: linear-gradient(180deg, #d4ad88 0%, #dfa44c 100%);

    }

