.material-icons {
    vertical-align: middle;
    font-size: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #FFF2DC;
}
.font {
    font-family: 'Bebas Neue', cursive;
}

.themebtn {
    background-color: #FF5B22;
    color: #FFF2DC;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50rem !important; /*rounded-pill*/
    padding: .5rem 1.15rem;
    text-wrap: nowrap;
}
.themebtnr {
    background-color: #FF5B22;
    color: #FFF2DC;
    font-size: 20px;
    font-weight: 600;
    padding: .5rem 1.15rem;
    text-wrap: nowrap;
}
.accent {
    color: #FF5B22;
}
a.accent:hover {
    color: #070624;
}
.border-accent {
    border-color: #FF5B22 !important;
}
.bg-accent {
    background-color: #FF5B22 !important;
    color: #FFFAD8;
}
.text-light {
    color: #FFFAD8 !important;
}
.text-dark {
    color: #070624 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #FF5B22;
    font-weight: 600 !important;
    line-height: 49px !important;
}
.container-small {
    max-width: 960px;
}

.sprite {
    background: url("/img/logob.png") no-repeat;
    width: 148px; /* Icon width */
    height: 386px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
}
.old {
    background-position: -260px -66px; /* Icon background position in sprite */
    margin-bottom: -143px;
}
.young {
    background-position: -414px -66px; /* Icon background position in sprite */
    margin-top: -136px;
}
.big {
    background-size: 1000px 707px;
    width: 173px;
    height: 450px;
}
.big.old{
    background-position: -312px -83px;
}
.big.young{
    background-position: -491px -83px;
}
.h {
    transform: rotateZ(90deg);
    right: 200px;
    left: auto;
}
.v {
    transform: rotateZ(90deg) rotateX(180deg);
    left: 200px;
    right: auto;
}
.h2 {
    transform: rotateZ(270deg);
    left: 200px;
    right: auto;
}
.v2 {
    transform: rotateZ(270deg) rotateX(180deg);
    right: 200px;
    left: auto;
}
.btn-sprite-young, .btn-sprite-old, .btn-sprite-both {
    border: 2px;
    border-style: solid;
    border-color: #efefef;
    background-color: #efefef;
    padding: 0;
}
.dark .btn-sprite-young, .dark .btn-sprite-old, .dark .btn-sprite-both {
    border-color: #1e1e1e !important;
}
.btn-sprite-young::before, .btn-sprite-young::after, .btn-sprite-both::after {
    content: '';
    background: url("/img/logob.png") no-repeat;
    width: 100px; /* Icon width */
    height: 92px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: -97px -15px; /* Icon background position in sprite */
    background-size: 200px 141px;
    flex-shrink: 0; /* makes flex container in concept page respect width */
    flex-grow: 0; /* makes flex container in concept page respect width */
}
.btn-sprite-young::after, .btn-sprite-old::before, .btn-sprite-both::before, .btn-sprite-both::after {
    transform: rotateY(180deg);
}
.btn-sprite-old::before, .btn-sprite-old::after, .btn-sprite-both::before {
    content: '';
    background: url("/img/logob.png") no-repeat;
    width: 100px; /* Icon width */
    height: 92px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 3px -15px; /* Icon background position in sprite */
    background-size: 200px 141px;
    flex-shrink: 0; /* makes flex container in concept page respect width */
    flex-grow: 0; /* makes flex container in concept page respect width */
}

.referral {
    border: none;
    width: 40px;
    text-align: center;
    margin: 5px;
    background-color: #d63384;
    color: #fff;
}
.referral::selection {
    color: #fff;
    background: #ff007f;
}

.dark, .dark .black {
    background-color: black!important;
}
.grey-light {
    background-color: #efefef;
}
.grey-dark {
    background-color: #1e1e1e;
}
.alert {
    margin-right: 0;
}
.alert.text-uppercase .col:not(.spritediv) {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
a.nav-link:hover, /*a.nav-link*/.active, .activehov:hover, .nav-pills .nav-link {
    color: #FF5B22 !important;
}
.dark a.nav-link:hover, .dark /*a.nav-link*/.active, .dark .activehov:hover, .dark .nav-pills .nav-link {
    color: #FF5B22 !important;
}
.vbg {
    background-color: #6000c7 !important;
    border-color: #6000c7 !important;
}
.dark .vbg{
    background-color: #df73ff !important;
    border-color: #df73ff !important;
}
/*a.nav-link:hover, *//*a.nav-link*//*.active, .activehov:hover, .nav-pills .nav-link {
    color: #cd191c !important;
}*/
/*https://stackoverflow.com/questions/53513166/pseudo-element-not-being-treated-as-separate-flex-item
#navbarSupportedContent ul li:not(:last-child):after{
    content: '/';
    padding: 8px;
    font-size: 50px;
}*/
.m-sep {
    font-size: 50px;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
}
.nav-pills .nav-link:hover, .nav-pills .nav-link.active  {
    background-color: #dedede !important;
}
.modal {
    color: black!important;
}
.dark .modal input[type=date] {
    background-color: white!important;
    color: black!important;
}
.dark input[type=text], .dark input[type=password], .dark input[type=date], .dark input[type=email], .dark input[type=tel], .dark textarea, .dark select {
    background-color: black!important;
    color: #f8f9fa!important;
}
.dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
    /* text-decoration-color: #fff; */
    /* border-bottom: 1px dotted #fff; */
    /* padding-bottom: 3px; */
}

.thumbnail {
    position: relative;
}
.thumbnail span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: xx-large;
}
.blurry {
    filter: blur(8px);
}
.sd {
    position: relative;
}

.sd input {
    width: 170px !important;
}

.open-button {
    position: absolute;
    top: 7px;
    left: 129px;
    width: 25px;
    height: 25px;
    pointer-events: none;
}

.open-button button {
    border: none;
    background: transparent;
}
input[name="usb"]:checked + label {
    background-color: #b02a37 !important;
    border-color: #a52834 !important;
}
label.required:after {
    content: " * ";
    color: red;
}
svg {
    width: 21px;/*33*/
    height: 21px;/*33*/
    margin: auto 5px;/*5px auto*/
    transform: scale(1.6);
}
.dark svg g {
    fill: white;
}
.mail {
    width: 40px !important;
    height: 40px !important;
    transform: none;
}

.progress-bar-vertical {
    width: 20px;
    min-height: 100%;
    margin-right: 20px;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: flex-end;
    -webkit-align-items: flex-end; /* Safari 7.0+ */
}

.progress-bar-vertical .progress-bar {
    flex: 0 0 20px;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}
.actions button{
    width: 100%;
    text-align: left;
    text-wrap: auto;
}
.actions button span{
    font-size: 30px;
}
.actions2 button{
    font-size: 30px;
}

/*flip video, doesn't work in fullscreen because transform is disabled in fullscreen*/
.flip {
    transform: scaleX(-1);
}
/*flip video controls again to get them back to normal, disabled in fullscreen since .flip doesn't work*/
.flip:not(:fullscreen)::-webkit-media-controls-panel {
    transform: scaleX(-1);
}

.instagram-button {
    background-color: #dd2a7b;
    color: white;
    border: 0;
    text-decoration:none;
    border-radius: 1px;
    font-size: 15px
}

/*https://stackoverflow.com/questions/16679146/force-footer-on-bottom-on-pages-with-little-content*/
footer {
    background-color: #ff5b22;
    /*background-color: #323232;*/
    flex-shrink: 0;
    margin-top: 1rem;
    padding-top: 1rem;
}
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
/*.dark .black::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
@supports not selector(::-webkit-calendar-picker-indicator) {*//*::-webkit-datetime-edit*//*
    input[type="date"], input[type="datetime-local"] {
        background: url(/img/calendar.png) no-repeat scroll 7px  7px;
        padding-left: 30px;
    }
    input[type="date"].text-light, input[type="datetime-local"].text-light {
        background: url(/img/calendar-dark.png) no-repeat scroll 7px  7px !important;
    }
}*/
.display-7 {
    font-size: calc(1.2rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-8 {
    font-size: calc(1rem + 1.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 992px) {/*1200 is normal and 992 is for -lg classes*/
    .display-7 {
        font-size: 2rem;
    }
    .display-8 {
        font-size: 1.5rem;
    }
}

.display-8, .display-7, body {
    font-weight: 500;
    line-height: 1.65;
}

/*@media only screen and (max-width: 600px) {
    .btn-sprite::before, .btn-sprite::after {
        width: 50px;
    }
    .btn-sprite-old::before, .btn-sprite-old::after, .btn-sprite-both::before {
        background-position: -15px -15px !important;
    }
}*/
@media only screen and (max-width: 400px) {
    .btn-sprite-old::before, .btn-sprite-old::after, .btn-sprite-both::before {
        background-position: -45px -15px !important;
        width: 50px !important;
    }
    .btn-sprite-young::before, .btn-sprite-young::after, .btn-sprite-both::after {
        width: 50px !important;
    }
}

@media only screen and (max-width: 1200px) {/*600*/
    .spritediv {
        display: none;
    }
}

.navbar .navbar-brand img {
    margin-right: -40px;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse {
        margin-left: -20px;
    }
    .navbar .navbar-brand img {
        margin-right: -230px;
    }
}