#image288{
	transition: 1s;
}
#image288:hover{
	transform-origin: center;
	scale: 1.5;
}
#more,#more1,#more2{
	display: none;
}
body{
	background-color: #bfc6bc;
	font-size: 20px;
	font-family: 'Lato';
}
.container,.containersty{
	background-color: #ffff;
	padding: 1em;
	border: 3px solid #bd50fb7d;
}
.container:hover,.containersty:hover{
	box-shadow: 10px 12px 20px 6px rgba(80, 62, 174, 0.66);
	-webkit-box-shadow: 10px 12px 20px 6px rgba(80, 62, 174, 0.66);
	-moz-box-shadow: 10px 12px 20px 6px rgba(80, 62, 174, 0.66);
	border: 3px solid #ff07aaa3;
}
.mytitlestyle{
	width: 100%;
	background-color: #04aa6d;
	color: #ffff;
	padding: 1% 6% 1% 6%;
	border-radius: 0px 70px 0px 70px;
	margin: 10px 1px 26px -2.7em;
	border: 3px solid #fff;
	text-align: left;
  font-size: 32px;
}

.container:hover .mytitlestyle{
	border: 3px solid #f75151;
}
.overtopdvi{
	position: absolute;
	top: 22%;
	width: 25em;
	right: 25px;
/*	background: #dafdffde;*/
/*	padding: 1%;*/
	/*border-radius: 25px;
	border: 3px solid #6214d3a1;*/
	text-justify: center;
	font-weight: bold;
}
/**/
.overtopdvi1{
  position: absolute;
  top: 15%;
  width: 40em;
  left: 25px;
  text-justify: center;
  font-weight: bold;
}
.overtopdvi1 img{
  width: 25em;
}
.header {
/*  position:relative;*/
/*  text-align:center;*/
  background: linear-gradient(60deg, rgba(84,58,183,0.85) 0%, rgba(0,172,193,1) 100%);
/*  color:white;*/
border-radius: 25px;
	border: 3px solid #ff07aaa3;
	color: #ffff;
}




.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
  border-radius: 25px;
border-bottom: 3px solid #ff07aaa3;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
/**/
#mySidenav a {
  position: fixed;
  left: -100px;
  transition: 0.3s;
  padding: 1px 1px 1px 6px;
  width: 170px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#about {
  bottom: 5%;
  background-color: #04AA6D;
  color: #ffff;
}
/**/
/*.grid-calendar .row {
margin: 0;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.grid-calendar .grid-cell > div {
display: flex;
justify-content: center;
width: 100%;
}
        .grid-calendar .calendar-week .grid-cell {
background-color: #f6f6f6;
border: 1px solid #fff;
}
.grid-calendar .grid-cell {
display: inline-block;
float: left;
min-height: 1px;
padding: 0;
position: relative;
width: 12.5%;
}
        .grid-calendar .grid-cell > div > div {
height: 0;
padding: 50% 0;
}*/

/**/
  #wrapper {
  display: grid;
  grid-template-columns: repeat(6, 50px);
  grid-auto-rows: 45px;
  grid-gap: 4px;
  text-align: center;
  vertical-align: middle;
}
/*  #wrapper .block:nth-child(2n){
      background-color: #bbb;
  }*/
  #image9456:hover{
    scale: 1.5;
  }
  .parallax1{
/*    background-image: linear-gradient(90deg, rgba(136, 136, 135, 0.76) 0%, rgba(166, 183, 197, 0.83) 100%),url('../../img/6.jpg');background-repeat: no-repeat;background-position: center;background-size: cover; width: 100%;background-attachment: fixed;padding: 1%;*/
    background-image: url('../../img/6.jpg');background-repeat: no-repeat;background-position: center;background-size: cover; width: 100%;background-attachment: fixed;padding: 1%;
  }
  marquee{
    background-color: #337cbc;
    font-weight: bold;
    color: #ffff;
    margin: 0% 0% 2% 0;
    padding: 1% 0%;
  }
  .bgstyle1{
    background-image: url('img/2.jpg');background-repeat: no-repeat;background-position: center;background-size: cover; width: 100%;background-attachment: fixed;padding: 1%;
  }
  #recipeCarousel .carousel-item .card-img img{
    width: 11em;
    height: 11em;
  }
  #recipeCarousel1 .carousel-item .card-img img{
    width: 9em;
    height: 9em;
  }
/*    */
@media (max-width: 767px){.carousel-inner .carousel-item >div{display: none}.carousel-inner .carousel-item >div:first-child{display: block}}.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev{display: flex}@media (min-width: 768px){.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next{transform: translateX(25%)}.carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev{transform: translateX(-25%)}}.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start{transform: translateX(0)}
/*  For Mobiles  */
  @media only screen and (max-width: 768px) {
  .overtopdvi{
    position: relative;
    top: auto;
    width: 100%;
    right: 0px;
  }
  .overtopdvi1{
  position: absolute;
  top: 22%;
  width: 18em;
  left: 25px;
  text-justify: center;
  font-weight: bold;
}
  marquee{
    margin: 5% 0%;
    padding: 2% 0%;
  }
  .mytitlestyle{
    width: 100%;
    padding: 0.7em;
    margin: 0px 1px 26px 0px;
    font-size: 20px;
  }
  .navbar{
    z-index: 2;
  }
}