

/* Medium Devices, Desktops */
@media only screen and (max-width: 3024px) {
    h1 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    .sectionhead {
        padding: 0 75px;
    }
    .calltoaction img {
        margin-left: -60px;
    }
    .bigtag {
        left: 320px;
    }
    .smalltag {
        top: 60px;
        left: 80px;
        -webkit-transform: rotate(351deg) scale(.7);
        -moz-transform: rotate(351deg) scale(.7);
        -o-transform: rotate(351deg) scale(.7);
        -ms-transform: rotate(351deg) scale(.7);
    }
	.responsive {
  width: 100%;
  height: auto;
}
.santa {
    float: left;
    margin-top: -150px;
	  margin-left: -130px;
	   width: 50%;
}
.santa img {
width: 27%;
height: auto;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 980px) {
    body {
        text-align: center;
    }
    h1 {
        font-size: 40px;
    }
    h3 {
        font-size: 15px;
    }
    .santa {
        margin-right: -170px;
        overflow: hidden;
    }
    .sectionhead {
        padding: 0;
    }
    .calltoaction img {
        margin-left: 0px;
    }
    .productimg {
        margin-bottom: 20px;
    }
    .bigtag {
        top: 20px;
        left: 500px;
    }
    .smalltag {
        left: 370px;
        top: 110px;
    }
.responsive {
  width: 100%;
  height: auto;
}
.santa {
    float: left;
    margin-top: -155px;
	  margin-left: -140px;
}
.santa img {
width: 42%;
height: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12,  .col-md-12, .col-lg-12 {
/* text-align: -webkit-right;
    padding-right: 100px; */
	padding-top: 20px;
}
.col-sm-12 {
text-align: -webkit-center;
}
	}

/* Smaller Devices */
@media only screen and (max-width: 800px) {
    h1 {
        font-size: 25px;
    }
    h3 {
        font-size: 16px;
        margin: 0px;
    }
    .btn-reverse {
        padding: 15px 50px;
    }
    #hero {
        height: 200px;
    }
    .santa {
        margin-right: -70px;
    }
	.responsive {
  width: 100%;
  height: auto;
}
.santa {
    float: left;
    margin-top: -115px;
	margin-left: -125px;
	  
}
.santa img {
width: 40%;
height: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12,  .col-md-12, .col-lg-12 {
text-align: -webkit-right;
    padding-right: 100px;
	padding-top: 20px;
}
.col-sm-12 {
text-align: -webkit-center;
}
}

/* Mobile Devices */
@media only screen and (max-width: 640px) {
    .sticky-container,
    .santa {
        display: none;
    }
    h1 {
        font-size: 75px;
    }
    h3 {
        font-size: 13px;
        margin: 0px;
    }
    .btn-reverse {
        padding: 10px 20px;
    }
    #hero {
        height: 360px;
    }
    #hero .container {
        padding-top: 30px;
    }
    #hero p {
        padding-top: 60px;
    }
    .bigbell {
        height: 160px;
        margin-top: -25px;
    }
    .bigtag {
        left: 450px;
    }
    .smalltag {
        left: 320px;
    }
    input,
    .btn-inverse {
        padding: 15px 30px;
       /* width: 85%; */
        margin: 20px 0 0 0;
    }
	.responsive {
  width: 100%;
  height: auto;
}
.santa {
    float: left;
    margin-top: -276px;
	  
}
}

/* Smaller Mobile Devices */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 12px;
        margin: 0px;
    }
    .sectionhead p {
        font-size: 14px;
    }
    #hero {
        height: 320px;
    }
    #hero .btn {
        margin-top: 10px;
    }
    .calltoaction img {
        max-width: 100%;
    }
    .bigtag {
        left: 350px;
    }
    .smalltag {
        left: 240px;
    }
    .logo {
        font-size: 28px;
    }
	.responsive {
  width: 100%;
  height: auto;
}
.santa {
    float: left;
    margin-top: -276px;
	  
}
}

/* Even Smaller Mobile Devices */
@media only screen and (max-width: 360px) {
    h1 {
        font-size: 50px;
    }
    .btn-reverse {
        padding: 10px;
    }
    #hero .container {
        padding-top: 50px;
    }
    .optional {
        display: none;
    }
    .bigbell {
        margin-top: -50px;
    }
    .bigtag {
        left: 270px;
    }
    .smalltag {
        left: 180px;
    }
    #products {
        background: none;
    }
	.responsive {
  width: 100%;
  height: auto;
}
.santa {
    float: left;
    margin-top: -276px;
	  
}
}

/* Smallest Mobile Devices */
@media only screen and (max-width: 320px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 17px;
    }
    #hero p {
        padding-top: 40px;
    }
    #overview {
        padding-top: 50px;
    }
    .bigbell {
        margin-top: -30px;
    }
    .bigtag {
        left: 230px;
    }
	.responsive {
  width: 100%;
  height: auto;
}
.santa {
    float: left;
    margin-top: -276px;
	  
}
}