@charset "utf-8";
/* CSS Document */
/**
 * Column width classes intended for Desktop
 */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
* {
    box-sizing: border-box;
    /*font-family: 'Mali', cursive;*/
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Courgette', cursive;*/
    text-shadow: 2px 2px 2px black;
}

[class*="col-"] {
     float: left;
     padding: 3px;
     border: 0px solid white;
}

p, ul { 
    font-size: 20px;
    color: rgb(230,230,230);
}

h1, h2, h3, h4, h5 {
    color: gold;
    font-variant-caps: petite-caps;
    font-weight: 400;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;
    float: left;*/
    margin-bottom: 00px;
}

.flex-container > div {
    background: linear-gradient(rgb(65,2,11),darkred);
    width: 30%;
    margin: 0px auto 5px;
    text-align: center;
    padding: 0px;
    border-radius: 5px;
    border: solid white 1px;
    box-shadow: 0px 0px 8px 6px white;
}

.flex-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*float: left;*/
    margin-bottom: 00px;
}

.flex-container1 > div {
    background: linear-gradient(rgb(65,2,11),darkred);
    width: 30%;
    margin: 0px auto 5px;
    text-align: center;
    border-radius: 5px;
    border: solid white 1px;
    /*box-shadow: 0px 0px 8px 6px white;*/
}

.flex-spotify {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;
    float: left;*/
    margin-bottom: 00px;
}

.flex-spotify > div {
    background: linear-gradient(rgb(65,2,11),darkred);
    width: 30%;
    margin: 10px auto 15px;
    text-align: center;
    padding-left: 15px;
	padding-right: 15px;
    border-radius: 5px;
    border: solid white 1px;
    box-shadow: 0px 0px 4px 3px white;
}
.readmore {
    background: url("../images/santa-buttons4.jpg") center center;
    color: white;
    padding: 6px;
    border: solid white 1px;
    font-size: 18px;
    border-radius: 5px;
    background-size: 100px;
    box-shadow: 0px 0px 12px 3px white;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.pobox {
	display: none;
}

body {
    background-image: url("../images/bgimage1.jpg");
    background-position: center;
    margin: 0px;
    background-color: darkred;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: gold;
}

.menu li:hover {
    color: gold;
    font-weight: normal;
    text-decoration: none;
    border: solid #787878 0.5px;
}


#headerpic {
    background: url("../images/headerpic1.png") right bottom;
    padding: 0px;
}

#mobilemenu {
	display: none;
    font-size: 18px;
}

input[type=text] {
	font-size: 16px;
    font-family: 'Oswald', sans-serif;
	color: black;
	width: 100%;
    text-shadow: none;
    background: #D4D4D4;
}

input[type=email] {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: black;
	width: 100%;
    text-shadow: none;
    background: #D4D4D4;

}

input[type=tel] {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: black;
	width: 100%;
    text-shadow: none;
    background: #D4D4D4;
}

select {
	font-size: 16px;
	font-family: 'Mali', sans-serif;
	color: black;
	width: 100%;
    text-shadow: none;
    background: #D4D4D4;
}

textarea {
	font-size: 16px;
    font-family: 'Oswald', sans-serif;
	color: black;
	width: 100%;
    text-shadow: none;
    background: #D4D4D4;
}

input[type=submit] {
	font-size:18px;
    font-family: 'Oswald', sans-serif;
	border: solid navy thin;
	border-radius: 5px;
    text-shadow: none;
    padding: 8px;
    color: black;
    background: #D4D4D4;
}

input[type=reset] {
	font-size:20px;
    font-family: 'Oswald', sans-serif;
	border: solid navy thin;
	border-radius: 5px;
    color: black;
}

#footer {
    color: white;
    text-align: center;
    background: url("../images/santa-night-sky.jpg") center center;
    font-size: 14px;
}

.menuitems {
    list-style-type: none;
    /*background: linear-gradient(darkred,darkred,yellow);*/
    background: url("../images/santa-buttons4.jpg") center center;
    background-size: 200px;
    color: white;
    text-shadow: 2px 2px 1px black;
	text-decoration: none;
	border-radius: 5px;
	visibility: visible;
	border: solid #787878 0.5px;
	/*margin: 0px 12px 8px 0px;*/
    margin: 6px auto;
	padding: 7px 0px 7px 5px;
    font-size: 18px;
    box-shadow: 2px 2px 3px black;
    font-weight: 500;
    height: auto;
    /*margin-left: 12px;*/
    text-align: center;
}

.menuitems:hover {
    background: url("../images/snow-falling.gif") bottom center;
    background-size: 290px;
    color: yellow;
}

a.request:hover {
    color: yellow;
    border: solid white 2px;
    box-shadow: 0px 0px 6px 6px white;
}

.request {
    padding: 14px;
    border: solid white 2px;
    background: url("../images/santa-buttons4.jpg") left center;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 26px;
    border-radius: 5px;
    background-size: 200px;
    margin: 8px;
}

.card {
    color: white;
    text-shadow: none;
    margin-top: -10px;
}

#tagline {
    font-family: 'Courgette', cursive; 
    color: white; 
    font-size: 24px; 
    text-shadow: 2px 2px 2px black;
}

.contactus {
    background: url("../images/santa-buttons4.jpg") center center;
    border-radius: 5px; 
    border: solid #787878 0.5px;
    color: white;
    text-align: left;
    padding: 6px;
    background-size: 275px;
    box-shadow: 2px 2px 3px black;
}

.formfieldprompt {
    font-family: 'Oswald', sans-serif;
    color: whitesmoke;
    text-shadow: 0px 0px 5px black;
    font-weight: normal;
    font-size: 18px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#videoselect {
    color: black;
    width: 50%;
}

#vimeoplayer {
    width: 570px;
    height: 360px;
}

.callnow {
    width: 50%;
    background: url("../images/santa-night-sky.jpg") right center;
    color: white;
    text-align: center;
    margin: 0px auto;
    border: solid white 2px;
    box-shadow: 8px 8px 12px black;
    text-shadow: 2px 2px 3px black;
    border-radius: 15px;
    font-size: 20px;
}

.stdpic {
    width: 500px;
    border: solid white 5px;
    border-radius: 3px;
    max-width: 90%;
}

.stdpic2 {
    width: 300px;
    border: solid white 5px;
    border-radius: 3px;
    max-width: 90%;
    display: block;
    margin: 10px auto 10px auto;
}

.stdpic3 {
    width: 250px;
    border: solid white 5px;
    border-radius: 3px;
    max-width: 40%;
}

.inset-box {
    margin: 0px auto 0px auto;
    background-image: url("../images/santa-night-sky.jpg");
    border: solid white 5px;
    border-radius: 4px;
    width: 60%;
    font-size: 26px;
    padding: 5px;
}

.inset-box1 {
    margin: 0px auto 0px auto;
    background-image: url("../images/castle-entrance.jpg");
    border: solid white 5px;
    border-radius: 14px;
    width: 50%;
    font-size: 26px;
    padding: 5px;
}

.glow {
  font-size: 40px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow .5s ease-in-out infinite alternate;
  -moz-animation: glow .5s ease-in-out infinite alternate;
  animation: glow .5s ease-in-out infinite alternate;
}

.christmas-store-categories {
	margin-left: auto; 
	margin-right: auto; 
	background-color: #000000; 
	padding: 10px; 
	border-radius: 10px; 
	box-shadow: 3px 3px 3px black; 
	width: 50%; 
	border: solid white 1px;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

    /**
 * Override defaults for mobile browsers
 */
@media only screen and (max-width: 1200px) {
    [class*="col-"] {
        width: 100%;
    }
    
    .flex-container > div {
        width: 40%;
        margin: 0px auto 25px;
    }	
    
	#mobilemenu {
		display: inline-block;
		margin: 8px auto;
		text-align: center;
		width: 100%;
        padding: 3px 0px;
	}
	
	.menu {
		display: none;
        width: 100%;
	}
    
    .menuitems {
        width: 100%;
    }
    
    #request {
        display: none;
    }

    .request {
        padding: 10px;
        border: solid white 2px;
        box-shadow: 2px 2px 3px black;
        background: radial-gradient(red,red,yellow);
        color: yellow;
        text-shadow: 2px 2px 2px black;
        font-size: 14px;
        border-radius: 15px;
    }
    #tagline {
        font-family: 'Courgette', cursive; 
        color: white; 
        font-size: 16px; 
        text-shadow: 2px 2px 2px black;
    }
    #videoselect {
        color: black;
        width: 100%;
    }
    .callnow {
        width: 80%;
        background: url("../images/santa-night-sky.jpg") right center;
        color: white;
        text-align: center;
        margin: 0px auto;
        border: solid white 2px;
        box-shadow: 8px 8px 12px black;
        text-shadow: 2px 2px 3px black;
        border-radius: 15px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 800px) {
    [class*="col-"] {
        width: 100%;
    }
     #tagline {
            font-family: 'Courgette', cursive; 
            color: white; 
            font-size: 18px; 
            text-shadow: 2px 2px 2px black;
        }
    #logo {
        width: 340px;
    }
   .request {
        padding: 10px;
        border: solid white 2px;
        box-shadow: 2px 2px 3px black;
        background: radial-gradient(red,red,yellow);
        color: yellow;
        text-shadow: 2px 2px 2px black;
        font-size: 14px;
        border-radius: 15px;
    }
    .flex-container > div {
        width: 90%;
        margin: 0px auto 25px;
    }	

    #videoselect {
        color: black;
        width: 100%;
    }
    
    #vimeoplayer {
        width: 360px;
        height: 227px;
    }
    
    .callnow {
        width: 100%;
        background: url("../images/santa-night-sky.jpg") right center;
        color: white;
        text-align: center;
        margin: 0px auto;
        border: solid white 2px;
        box-shadow: 8px 8px 12px black;
        text-shadow: 2px 2px 3px black;
        border-radius: 15px;
        font-size: 16px;
    }
    
    p, ul { 
        font-size: 18px;
        color: rgb(235,235,235);
    }
    #mobilemenu {
        margin: 0px auto;
        width: 100%;
    }
    
    div.noshow {
        display: none;
    }

    .stdpic {
        width: 100%;
    }
    
    h1 {
    font-size: 28px;
}

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }
    
    .inset-box {
        margin: 0px auto 0px auto;
        background-image: url("../images/santa-night-sky.jpg");
        border: solid white 1px;
        border-radius: 4px;
        width: 92%;
        font-size: 26px;
        padding: 5px;
    }
    
	.menu {
        width: 100%;
	}
    
    .menuitems {
        width: 80%;
    }

    .inset-box1 {
        margin: 0px auto 0px auto;
        background-image: url("../images/castle-entrance.jpg");
        border: solid white 5px;
        border-radius: 14px;
        width: 100%;
        font-size: 22px;
        padding: 5px;
    }
	
	.christmas-store-categories {
		margin-left: auto; 
		margin-right: auto; 
		background-color: #000000; 
		padding: 10px; 
		border-radius: 10px; 
		box-shadow: 3px 3px 3px black; 
		width: 100%; 
		border: solid white 1px;
	}
	
	.flex-spotify > div {
    	width: 90%;
		padding: 10px;
	}

}