body {
    background: 
    url(../images/base.jpg) no-repeat center / contain, linear-gradient(to bottom, #e42026 50%, #e88924 50%);
}

.validation-summary {
    margin-top: 20px;
    /*border-radius: 5px;*/
    padding: 15px 20px 5px 20px;
    color: #60a1d4;
    /*border: 1px solid yellow;*/
}

.validation-summary ul {
    padding: 0;
    padding-left: 20px;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/arial-webfont.woff2') format('woff2'),
    url('../fonts/Arial/arial-webfont.woff') format('woff'),
    url('../fonts/Arial/Arial.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura/futura-webfont.woff2') format('woff2'),
    url('../fonts/Futura/Futura.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Futura/Futura.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Phosphate';
    src: url('../fonts/Phosphate/Phosphate.eot'); /* IE600 Compat Modes */
    src: url('../fonts/Phosphate/Phosphate.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Phosphate/Phosphate.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Phosphate/Phosphate.ttf')  format('truetype'); /* Safari, Android, iOS */
}

h1 {
	color: #f6dea3;
    text-shadow: 2px 2px 2px #2d130e;
    font-family: "fatfrank", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    line-height: 70px;
}
@media (max-width: 576px) { 
    h1 {
        font-size: 14vw;
        line-height: 12vw;
    }
 }

h2 {
    font-family: Futura;
    color: #fffbd9;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
}

h4.blue {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
}

h5 {
    font-family: Futura;
    color: #ffffff;
}

.row{
    justify-content: center;
}

#subheading {
    color: #0072A4;
    font-family: Arial;
}

.header-image {
	position: absolute;
	width: 100%;
	left: 0;
}

.header-image img {
    width: 100%;
    height: 100%;
}

.circle-promo {
	background-color: #2a4088;
	border: 4px solid #ffffff;
	right: 0;
	height: 260px;
	width: 260px;
	padding: 20px;
	border-radius: 125px;
	top: 0;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;

	
}

.circle-promo p {
	font-family: Futura;
	color: #fffbd9;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

.circle-promo p:first-child {
	font-size: 20px;
}

.circle-promo p:nth-child(2) {
	font-size: 40px;
}

.circle-promo p:nth-child(3) {
	font-size: 12px;
}

.content {
    background: url(../images/snow-scene.jpg) no-repeat;
    background-size: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 10px solid white;
    background-position: bottom;
    background-color: #e42026;
}

.christmas-logo-image {
    margin: auto;
    
}

.christmas-logo-image img {
    max-width: 430px;
    width: 100%;
    margin: 50px auto 10px;
    
}

.christmas-thanks-image {
    margin:auto;
}

.christmas-thanks-image img {
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
}

.spacer {
    margin-top: 20px; /* define margin as you see fit */
}

footer.my-5.text-muted.text-center.text-small p.mb-1 {
    color: #ffffff;
    line-height: normal;
    font-size: smaller;
}

footer.my-5.text-muted.text-center.text-small p.mb-1 a {
    color: #ffffff;
    text-decoration: underline;
}
.checkbox {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    color: #ffffff;
    font-size: 12px;
}
.checkbox input{
    margin-right: 5px;
}
.g-recaptcha {
    margin-bottom: 15px;
}

/*scroll css*/
/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2c71a2; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #4190c9; 
  }
/*title image*/
.title-side-image {
    width: 100%;
    max-width: 50px;
}
.bullet-point {
    width: 10px;
    align-content: center;
}
.offers {
    text-align: center;
}
.offers h4 {
    font-weight: 400;
}
.feature h5 {
    font-family: Futura;
    color: #fffbd9;
    font-weight: normal;
}
.offers h4.bold, .feature h5 .bold {
    font-family: Futura;
    color: #60a1d4;
    text-transform: uppercase;
    font-weight:bold;
}
.feature {
    padding: 20px 40px;
    background-color: #3e0399;
    box-sizing: border-box;
    text-align: center;
}
/*iframe Bookin module*/
#bookingNamco {
    width: 100%;
    min-height: 685px;
    border: 10px solid #4671db;
}
/* Hide content, to be shown only on select. */

.inv {
    display: none;
}

.vis {
    display: block;
}

.location-block {
    position: relative;
    float: left;
	/*background: #2a4088;*/
    /*border: 10px solid #533b88;*/
    width: 100%;
    height: auto;
    cursor: pointer;
    /* margin: 1px; */
    padding: 5px;
}

.location-block-inner-outer {
    width: 100%;
    height: 100%;
	/*border: 4px solid #ffffff;*/
    display: flex;
}

.location-block-inner-outer img{
    width: 100%
}

.location-block-inner-inner {
    position: relative;
    /*     height: 100%; */
    /*     width: 100%; */
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* Social buttons start. */

#share {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    padding: 20px 0;
}

#share a {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    /*opacity: 0.75;*/
    /*transition: opacity 0.15s linear;*/
}

#share a:hover {
    opacity: 1;
}

#share i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-80%);
    -moz-transform:    translateY(-80%);
    -ms-transform:     translateY(-80%);
    -o-transform:      translateY(-80%);
    transform:         translateY(-80%);
}

.share-tiktok {
    width: 60px;
    height: 60px;
    background: url(../images/christmas-tt.png) no-repeat;
    background-size: contain;
}

.share-facebook {
    width: 60px;
    height: 60px;
    background: url(../images/christmas-fb.png) no-repeat;
    background-size: contain;
}

.share-twitter {
    width: 60px;
    height: 60px;
    background: url(../images/christmas-twitter.png) no-repeat;
    background-size: contain;
}

.share-instagram {
    width: 60px;
    height: 60px;
    background: url(../images/christmas-instagram.png) no-repeat;
    background-size: contain;
}

/* Social buttons end. */

.invalid-feedback {
    color: #ffffff;
    /*color: yellow;*/
}

#submit-button {
    -webkit-border-radius: 30px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 30px; /* Firefox 1-3.6 */
    border-radius: 30px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    font-family: Futura;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: 2px 2px 2px #2d130e;
    font-size: 1rem;
    line-height: 1.5;
	border: 4px solid #ffffff;
	background: white;
	color: #d13a32;
}

#book-button {
    -webkit-border-radius: 30px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 30px; /* Firefox 1-3.6 */
    border-radius: 30px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    font-family: Futura;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: 2px 2px 2px #2d130e;
    font-size: 1rem;
    line-height: 1.5;
	border: 4px solid #ffffff;
	background: linear-gradient(0deg, rgba(163,128,84,1) 0%, rgba(240,184,103,1) 100%);;
	color: #ffffff;
}

/* Modal start */

#namcoModal .modal-title {
    margin-left: auto;
    margin-right: auto;
}

#namcoModal .modal-content {
	background: rgba(140, 27, 27, 0.7);
    border-radius: 25px;
    border: 2px solid #ffffff;
}

#namcoModal h2 {
	color: #fffbd9;
}

#namcoModal {
    color: #ffffff
}

#namcoModal h1, #namcoModal h3, #namcoModal h4, #namcoModal h5, #namcoModal p, #namcoModal ul, #namcoModal li {
    color: #ffffff
}

#namcoModalContent {
    margin-left: auto;
    margin-right: auto;
}

#namcoModal ul {
    text-align: center;
    padding-left: 0;
}
#namcoModal ul li {
    list-style-type: none; 
    
}
#namcoModal h4 {
    font-size: xx-large;
}

#namcoModal .modal-header, #namcoModal .modal-footer {
    border: none;
}

#namcoModal button {
    -webkit-border-radius: 30px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 30px; /* Firefox 1-3.6 */
    border-radius: 30px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    font-family: Futura;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: 2px 2px 2px #2d130e;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
	border: 4px solid #ffffff;
	background: #ffffff;
	color: #d13a32;
}

/* Modal end */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 600px) {
    
    .location-block {
        width: 100% !important;
    }
}
@media (max-width: 576px) { 
    .content {
	    margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px !important;
        margin-right: 0px !important;
	}
 }
@media (max-width: 768px) {
    
    .location-block {
        width: 49%;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
    #submit-button {
        font-size: 1.75rem;
        line-height: 1.5;
    }

    #book-button {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    #namcoModal button {
        font-size: 1.25rem;
        line-height: 1.5;
    }

	.circle-promo {
		position: absolute;
		margin-right: -150px;
		margin-top: 22px;
	}
}

/* Large devices (tablets, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra Large devices (tablets, 1440px and up) */

@media (min-width: 768px) {
.col-md-6 {
    max-width: 49%;
}
}