body{
	margin: 0px auto;
	padding:0px auto;
  background: #f4f0ef;


}

.head{
	background-color: #3c6c7c;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.navbar-brand img{
 width: 40%;
}

@media (max-width: 768px){
	.navbar-brand img{
 width: 30%;
}
.head{
	display: none;
}
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ea776c;
    padding-right: 20px;
   /* background-image: url(../img/fork.png);*/
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #3c6c7c;
    padding-right: 20px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ea776c;
    padding-right: 20px;
}
@media(max-width: 699px){
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
}
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: .6s ease;
  box-shadow: 1px 0px 7px 2px #aaaaaab3;
}
@media(max-width: 991px){
  .sticky{
  position: relative;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: .6s ease;
  box-shadow: 1px 0px 7px 2px #aaaaaab3;
}
}
.sticky .logo{
  width:126px;
}


.cardi{
    background:transparent;
    border: none;
}
.card-title h5{
    font-family: Varela Round;
}
.event-col1{
    height:320px;
    width: 40%;
    background-color: white;
    box-shadow: 2px 2px 2px solid gray;
}

/*  */
ol,
ul {
  list-style-type: none
}

.small-slider {
  width: 75%;
  margin: auto;
  position: relative
}

.small-slider .slideshow {
  position: relative
}

.small-slider .slideshow li {
  position: absolute
}
.small-slider .slideshow li img {
  width:100%
}

.small-slider .slideshow li:not(:first-child) {
  display: none
}

ol {
  position: absolute;
  z-index: 999;
  top: 307px;
  left: 50px
}

ol li {
  width: 10px;
  height: 20px;
  display: inline-block;
  background-color: black;
  cursor: pointer;
  padding-right: 20px
}

ol li:hover,
ol li.active {
  background-color: brown
}

@media(max-width: 991px){
  .event-col{
    padding-left: 0px !important;
    width: 350px !important;
    padding-top: 10px !important;
  }
  .event-r{
    padding-top: 12px !important;
  }
}