/* home page buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/* photos */

.Id3227 #MainContentTop,
.Id3228 #MainContentTop,
.Id3225 #MainContentTop,
.Id3226 #MainContentTop {
    max-width: none;
}

/* etc. */

.color-202020 {
    background-color: #202020;
    padding: 10px;
    margin: 10px;
}

.color-202020 p {
    font-size: 14px;
}

.Id2203 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.2)), url("/Portals/100/sim-trackman-1600.jpg");
    background-size: cover;
    background-position: center;
}

.Id2313 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/Portals/100/birkdaleeve.jpg");
    background-size: cover;
    background-position: center;
}

/* events */

.Id2849 .hero-bg {
    background-image: url(/Portals/100/HeroImage2.jpg);
    background-size: contain;
    background-position: center right;
    height: 600px;
    background-repeat: no-repeat;
    background-color: #000;
}

.Id2912 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/Portals/100/playing-bullseye-1600.jpg);
    background-size: cover;
    background-position: top;
}

.Id2849 .Normal,
.Id2849 h1,
.Id2849 h2,
.Id2849 h3,
.Id2849 h4,
.Id2849 h5,
.Id2849 h6 {
	color: #fff;
}

.Id2849 a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #ff6a00;
}

    .Id2849 a:hover {
        text-decoration: none;
        color: #fff;
    }

    .Id2849 a:visited {
        color: #ff6a00;
    }

        .Id2849 a:visited:hover {
            color: #fff;
        }

.Id2849 #MainContent {
    background-color: #000;
}

#dnn_ctr8307_ModuleContent {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-group {
	padding: 1%;
	border-radius: 0px;
}

.fb-text {
	display: inline-block !important;
	width: 50%;
}

.sub-widget .form-control,
.rendered-form .form-control {
	border-radius: 0px !important;
}

.sub-widget .form-control:focus,
.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(255,106,0,.6);
}

.form-control {
	background-color: #f0f0f0;
}

.form-control:focus {
	color: #000;
	background-color: #f5f5f5;
	border-color: #ff6a00;
}

.submit-btn {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
    .Id3089 .hero-text h1 {
        font-size: 4.5rem;
        text-transform: uppercase;
    }

    .Id3089 .hero-text h1 {
        font-size: 4.5rem;
    }

@media screen and (max-width: 992px) {
	.fb-text {
		width: 100%;
	}

    .Id3089 .hero-text h1 {
        font-size: 2.25rem;
    }
}
























