@import 'https://fonts.googleapis.com/css?family=Josefin+Sans|Pinyon+Script|Open+Sans|Raleway';

/* Splashscreen */
#splashscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    text-align: center;
    background-color: white;
    top: 0;
}

#splashscreen img {
    bottom: 0;
    right: 0;
    position: absolute;
}

#splashscreen #spinnerContainer {
    display: inline-block;
    position: absolute;
    bottom: 32px;
    z-index: 3000;
    right: 106px;
}

#splashscreen #spinnerContainer p {
    position: absolute;
    bottom: 60px;
    right: 18px;
    font-size: 60px;
    font-family: "Pinyon Script";
    color: white;
}

#splashscreen .tile {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 267px;
    height: 240px;
}

@media (max-width: 768px) {
    #splashscreen #spinnerContainer {
        transform: scale(0.7) translateX(20vw) translateY(-20vh);
    }
}

.tile:first-of-type {
    background-color: mediumorchid;
}

.tile:nth-of-type(2) {
    background-color: gold;
}

.tile:nth-of-type(3) {
    background-color: coral;
}

.tile:nth-of-type(4) {
    background-color: deepskyblue;
}

.tile:nth-of-type(5) {
    background-color: lime;
}

.tile:nth-of-type(6) {
    background-color: mediumvioletred;
}

body {
    overflow-x: hidden;
    position: relative;
    font-family: 'Josefin Sans', 'Raleway', 'Open Sans', sans-serif;
}

.navbar-default {
    background: rgba(255,255,255,0.8);
    color: white;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggle {
    border: 0;
    border-radius: 0;
    background-color: tan;
}

#shopNowBtn {
    background-color: deeppink;
    margin-right: 10px;
    margin-left: 10px;
}

#splash {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}

#splashBackground {
    width: 100%;
    height: 100%;
    background-image: url(https://instagram.com/p/5VjybLnTiN/media/?size=l);
    background-size: cover;
    background-position: center;
    z-index: -1000;
}

@media (min-width: 992px) {
    #splashBackground {
        background-image: url(https://instagram.com/p/5IaoJ-HTpv/media/?size=l);
        background-position: center 20%;
    }
}

#splash .text-container {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    margin-top: -9vw;
}

#splash .text-container h1 {
    font-size: 18vw;
    font-family: 'Pinyon Script';
}

#splashAnim {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -30px;
}

#splashAnim .tile {
    width: 60px;
    height: 50px;
    position: absolute;
    bottom: 0;
}

.scroll-anchor {
    border-color: white;
    display: block;
    width: 60px;
    font-size: x-large;
    position: relative;
    bottom: 30px;
    margin-top: -50px;
    margin-left: -30px;
    left: 50%;
    height: 50px;
    line-height: 2.3;
    color: white !important;
}

.image-container {
    text-align: center;
    padding: 30px;
}

.image-container img {
    width: 100%;
    max-width: 400px;
}

.text-container {
    text-align: center;
}

a {
    cursor: pointer;
}

.btn {
    color: white;
    font-size: 18px;
}

.btn.focus, .btn:focus, .btn:hover,
a:focus, a:hover {
    color: white;
}

.btn-lg {
    font-size: 22px;
}

.btn, .btn-xs, .btn-lg, .btn-borderless {
    border: none;
    border-radius: 0 !important;
}

.btn-transparent, .btn-transparent:focus, .btn-transparent:hover {
    color: initial;
    background-color: transparent;
    outline: none !important;
}

.btn-chocolate {
    background-color: chocolate;
}

.btn-cornflowerblue {
    background-color: cornflowerblue;
}

.btn-crimson {
    background-color: crimson;
}

.btn-darkcyan {
    background-color: darkcyan;
}

.btn-darkorange {
    background-color: darkorange;
}

.btn-dodgerblue {
    background-color: dodgerblue;
}

.btn-firebrick {
    background-color: firebrick;
}

.btn-mediumblue {
    background-color: mediumblue;
}

.btn-mediumorchid {
    background-color: mediumorchid;
}

.btn-mediumpurple {
    background-color: mediumpurple;
}

.btn-mediumvioletred {
    background-color: mediumvioletred;
}

.btn-forestgreen {
    background-color: forestgreen;
}

.order-footer-btn {
    width: 100%;
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0 !important;
}

.panel {
    border-radius: 0 !important;
}

.panel-heading {
    padding: 5px;
    border-radius: 0;
}

.panel-info {
    border-color: #00d3ff;
}

.panel-info>.panel-heading {
    color: white;
    background-color: #00d3ff;
    border-color: #00d3ff;
}

.panel-success {
    border-color: #4df10a;
}

.panel-success>.panel-heading {
    color: white;
    background-color: #4df10a;
    border-color: #4df10a;
}

.panel-danger {
    border-color: #ff6f8b;
}

.panel-danger>.panel-heading {
    color: white;
    background-color: #ff6f8b;
    border-color: #ff6f8b;
}

.radio-overflow-wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.heading-container {
    z-index: 1000;
    position: relative;
    background-color: rgba(255,255,255,0.6);
    padding: 60px 15px 0;
    height: 90px;
}

.heading-container h2 {
    margin: 0;
}

.carousel-indicators {
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0;
}

.carousel-indicators li {
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    width: 32% !important;
    height: 12px;
    background: rgba(255,255,255,0.5);
}

.carousel-indicators li.active {
    opacity: 0.5;
}

@media (min-width: 768px) {
    #collectionsCarousel .carousel-inner .active.left {
        transform: translate3d(-50%,0,0) !important;
    }
    #collectionsCarousel .carousel-inner .active.right {
        transform: translate3d(50%,0,0) !important;
    }

    #collectionsCarousel .carousel-inner .next {
        transform: translate3d(50%,0,0) !important;
    }
    #collectionsCarousel .carousel-inner .prev {
        transform: translate3d(-50%,0,0) !important;
    }

    #collectionsCarousel .carousel-inner .next.left {
        left:  -50% !important;
    }
    #collectionsCarousel .carousel-inner .prev.right {
        left:  50% !important;
    }

    #collectionsCarousel .carousel-inner .item {
        transition-property: transform, left;
        transition-duration: 0.3s;
    }
}

@media (min-width: 992px) {
    .carousel-indicators, .carousel-control {
        display: none;
    }
}

.carousel-caption {
    padding: 5px;
    bottom: initial;
    top: 95px;
    left: initial;
    right: 30px;
    width: 250px;
    background-color: rgba(255,255,255,0.8);
    text-align: right;
    color: inherit;
    text-shadow: none;
}

.carousel-caption h3 {
    margin-top: 0;
    text-align: left;
}

.carousel.fade .item {
    transition-property: opacity;
}

.carousel.fade .item,
.carousel.fade .active.left,
.carousel.fade .active.right {
    opacity: 0;
}

.carousel.fade .active,
.carousel.fade .next.left,
.carousel.fade .prev.right {
    opacity: 1;
}

.carousel.fade .next,
.carousel.fade .prev,
.carousel.fade .active.left,
.carousel.fade .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.section-header h1 {
    display: inline-block;
    color: white;
    margin-top: 130px;
    background: rgba(0,0,0,0.5);
}

.navbar-static-bottom {
    border: none;
    min-height: 400px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.section {
    padding-bottom: 20px;
    background-color: white;
}

cpanel {
    position: absolute;
    top: 0;
    z-index: 9999;
}