@charset "UTF-8";



.parallax { 
  /* The image used */
  background-image: url("https://d1rcl6ajm7zgbf.cloudfront.net/Engle/images/family.jpg");

  /* Set a specific height */
  height: 750px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.homelogo {
	max-height: 350px;
	margin-left: 25px;
}

.smalllogo {max-height: 150px;}

.menulogo {
    max-height: 90px;
    margin-left: 15px;
    margin-right: 15px;
}

.linkpadding {margin-top: 20px; }

.salebox {
    background-color: rgba(175,0,2,0.69);
    border: thin solid rgba(255,255,255,1.00);
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255,255,255,1.00);
    text-shadow: 3px 3px 3px rgba(0,0,0,1.00);
    font-size: 150%;
    text-align: center;
}

.winnerpic {
	border: medium solid rgba(168,33,22,1.00);
	margin-bottom: 2px;
	max-height: 500px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
    margin-top: 20px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#p7HMY_3 .hmy-section .hmy-content-wrapper.hmy-vertical-center.hmy-color-content-black .hmy-content.hmy-center h2 a {
    color: rgba(230,0,3,1.00);
}
.singlepig {
	margin-left: -125px;
	float: left;
}
.welcome {
	margin-left: 25px;
}




@media only screen and (max-width: 600px) {
 .linkpadding {margin-top: 2px; }
}
