body {
    font-family:"Sugar Pie W00 Regular" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

h1,h3 {
    font-family:"Sugar Pie W00 Regular" !important;
    font-size:4vw;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.col-no-padding {
	padding-right: 0px;
	padding-left: 0px;
}

.row-no-margin {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-fluid {
    padding: 0 15px;
}

.no-margin {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.grow { 
	transition: all .2s ease-in-out; 
}

.grow:hover { 
	transform: scale(1.1); 
}

.hover-zoom {
  float: left;
  margin: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: gray;
  position: relative;
}
.hover-zoom:hover {
  background-size: 140%;
}
.hover-zoom p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  margin: 0;
  box-sizing: border-box;
}

.cycle-slideshow a{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.w3-hidden-s {
		display: none !important;
	}
}

.w3-padding-0 {
	padding: 0 !important;
}

.w3-margin-0 {
	margin: 0 !important;
}

.w3-padding-block {
	padding-top: 147px !important;
	padding-bottom: 148px !important;
}

.w3-margin-image-link {
	margin-left: 1em;
	margin-top: 1em;
	margin-right 1em;
}

.w3-dayrockers-color {
	color: #333644;
}

a[onclick] { cursor: pointer }

.w3-dayrockers-background-color {
	background-color: #333644;
	color: #ffffff;
}

.w3-link-no-underscore {
	/*text-decoration: none;*/
}

.w3-footer-color {
	background-color: #333644;
	color: #ffffff;
}

.w3-center-vertical {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
  border-color: #333644;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}