* { margin:0; padding:0; }

/* mobile */
h1, h2, h3, h4 {
    text-align: center;
    line-height: 1.5;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.material-icons.icon-large {
    font-size: 64px;
    padding-bottom: 20px;
}

#container * {
    margin: 10px 0 0 5px
}

/* #img-logo {
    width: 3em;
    height: 3em;
} */

#img-logo {
    width: 3em;
    height: 2em;
}

#container h1 {
    margin-bottom: 0.5em;
}

input {
    line-height: 1.5;
    font-size: 20px;
}
a { 
    text-decoration: none; 
}

section { 
    min-height: 600px;
}

section.full-height {
    /* subtract header height */
    height: calc(100vh - 48px); 
}

/* desktop */
@media (min-width: 768px) {
    h1, h2, h3, h4 {
        text-align: center;
        line-height: 1.5;
    }
    h1 {
        font-size: 44px;
    }
    #container h1 {
        margin-bottom: 0.8em;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    input {
        line-height: 1.5;
        font-size: 18px;
    }

    .tri-column {
        width: 30%;
    }
}

html, body { 
    width:100%; 
    /* height:100%;  */
    background-color: black;
    /* background-color: #111111; */

    color: white;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
} /* just to be sure these are full screen*/

footer {
    background: #333333;
    margin: 10px;
}

.nav {
    z-index: 100;
    /* background-color: black; */
    background-color: #111111;
    margin-left: 10px;
}

/* .nav * {
    margin-left: 10px;
} */

body {
    position: absolute;
}

#container {
    position: relative;
    height: 100%;
    width: 100%;
    /* border-top: 1px solid white; */
    /* height: calc(100% - 48px); */
}

/* only use this if doing overlay */
/* #container canvas, .overlay {
    position: absolute;
} */

/* .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
} */

.overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  }

  .black-bg {
      background-color: black;
  }

canvas { 
    display: block; /* To remove the scrollbars */
    background-color: black;
} 

.row {
    display: flex; 
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.row.spread {
    justify-content: space-between;
}

.row.center {
    justify-content: center;
}

.row.top {
    align-items: flex-start;
}

.row * {
    margin: 0 10px 0 0;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column.center {
    justify-content: center;
}

.column.left {
    align-items: flex-start;
}

.center-text {
    text-align: center;
}

.tri-column {
    padding: 10px;
}

#signup {
    position: relative;
    bottom: 60px;
}

.warning {
    color: red;
}

/* secondary color:  */
button {
    font-size: 24;
    background: #e500ff;
    color: white;
    border-radius: 25px; 
    padding: 15px;
    background: rgb(121,2,214);
    background: linear-gradient(90deg, rgba(121,2,214,1) 29%, rgba(193,10,187,1) 71%, rgba(229,0,255,1) 100%);
    transition-duration: 0.2s;
    border: 0px;
    cursor: pointer;
}

button:hover {
    transform: scale(1.1);
}

#btn-clear {
    font-weight: bold;
    cursor: pointer;
    margin-left: auto;
}

.overlay-content {
    padding: 10px 20px 10px 10px;
}


/* gradients and tints */
.gradient-dark {
    background: linear-gradient(90deg, rgba(47,1,55,1) 14%, rgba(117,18,194,1) 58%, rgba(193,10,187,1) 87%, rgba(229,0,255,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-light {
    background: rgb(121,2,214);
    background: linear-gradient(90deg, rgba(121,2,214,1) 29%, rgba(193,10,187,1) 71%, rgba(229,0,255,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-reverse {
    background: rgba(229,0,255,1);
    background: linear-gradient(90deg, rgba(229,0,255,1) 29%,  29%, rgba(193,10,187,1) 71%, rgba(121,2,214,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-icon, .selected {
    background: linear-gradient(90deg, rgba(121,2,214,1) 29%, rgba(193,10,187,1) 71%, rgba(229,0,255,1) 100%);
    border-radius: 15px;
}
.dropdown-item {
    padding: 5px;
}
/* .selected {
    background-color: rgba(229,0,255,1);
} */

.white-tint {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(240deg) brightness(102%) contrast(102%);
}

.purple-tint.light {
    /* purple tint */
    filter: invert(32%) sepia(99%) saturate(6131%) hue-rotate(284deg) brightness(100%) contrast(135%);    
}

.purple-tint.medium {
    filter: invert(21%) sepia(99%) saturate(4181%) hue-rotate(291deg) brightness(84%) contrast(112%);
}

.purple-tint.dark {
    filter: invert(8%) sepia(22%) saturate(5466%) hue-rotate(269deg) brightness(118%) contrast(116%);
}

.left-align {
    text-align: left;
}

.full-width {
    width: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.hidden {
    display: none;
}

.animatable {
    transition-duration: 0.2s
}

.border-bottom {
    border-bottom: 1px solid white 
}

.outlined {
    border: 1px solid rgba(229,0,255,1)
}

.stacked {
    position: relative;
}

#video-container {
    position: relative;
    height: 160px; 
    margin: 20px 0 10px;
}

#video-container.stacked > * {
    left: calc(50vw - 80px); 
    top: 0;
}

#outlined-frame {
    position: absolute;
    border: 1px solid rgba(229,0,255,1);
    height: 160px; 
    width: 160px; 
    border-radius: 25px;
    background: transparent;
    left: calc(50vw - 80px);
    margin: 0;
}

.video-frame {
    height: 160px; 
    width: 160px; 
    border-radius: 25px;
    background: black;
    margin: 0 !important;

    transition: left 0.7s;
    position: absolute;
}

.video-frame:nth-child(1) {
    left: calc(50vw + 300px); 
}
.video-frame:nth-child(2) {
    left: calc(50vw + 110px); 
}
.video-frame:nth-child(3) {
    left: calc(50vw - 80px); 
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-item {
    font-size: 16px;
}

.dropdown.expanded .dropdown_menu--animated {
    display: block;
}

.dropdown_menu-6 {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

#select-segment-type {
    width: 60px;
}