﻿ul.slides li .tright {
    float:right
}


img.grayscale {
    max-width: 80%;
    transition: all .15s ease-in-out;
    opacity: .75;
    filter: gray;
    filter: grayscale(0.9);
    -webkit-filter: grayscale(0);
    transform: scale(0.9);
    width:85%;
}

img.grayscale:hover {
    opacity: 1;
    filter: none;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transform: scale(1);
}

#parts .humbler-expander a.btn {
    display:none;
    visibility:hidden
}

* {
    box-sizing: border-box;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

#vidtop-content {
    top: 0;
    color: #fff;
}

.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

    .vid-info h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 0;
        line-height: 1.2;
    }

    .vid-info a {
        display: block;
        color: #fff;
        text-decoration: none;
        background: rgba(0,0,0,0.5);
        transition: .6s background;
        border-bottom: none;
        margin: 1rem auto;
        text-align: center;
    }

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }

        .vid-info h1 {
            margin-bottom: .2rem;
        }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}

@media only screen and (max-width:979px) {

    img.grayscale {
        max-width: 65%;
        width: 55%;
    }
}
@media only screen and (max-width:800px) {

    #supporters .span1 img.grayscale {
        width: 25%;
        margin: 5% !important;
    }

    #supporters .span2 img.grayscale {
        width: 38%;
        margin: 5%;
    }
    #supporters .span3 img.grayscale {
        width: 40%;
        margin: 5% !important;
    }
}

supporter

.typeform-share.button {
    display: block;
    text-decoration: none;
    background-color: #F37021;
    color: white;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    height: 50px;
    padding: 0px 33px;
    border-radius: 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 250px;
    margin: 20px auto 0;
}

    .typeform-share.button:hover {
        background-color: #ed610e;
    }
.product-info{
    margin-top:10px;
}

select {
    color: #444;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-radius: 3px;
    width: 100%;
    margin: auto;
    font-size: 16px;
    height: 41px;
    margin-bottom: 10px;
}
form {
    margin: 0 0 20px;
    margin: auto;
    float: right;
    width: 100%;
}
label {
    display: block;
    margin-bottom: 5px;
    font-size:18px;
    float: right;
}

.input.select.size, .input.select.color {
    width: 48%;
    float: left;
    margin-right: 1.5%;
}
.input.select{
    width:100%;
}

.paypal_btn {
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 14px;
    margin: 0;
    background: #009cde;
    border: 0;
    cursor: pointer;
    outline: none;
    height: 46px;
    width: 98% !important;
    margin-top: 10px;
    font-style: italic;
    background: url(../img/paypal.png) no-repeat 0 0 #009cde;
    background-position-x: 48%;
    background-position-y: 9px;

    margin-bottom:20px;
}

    .paypal_btn:hover {
        background: url(../img/paypal.png) no-repeat 0 0 #1eaee8;
        background-position-x: 48%;
        background-position-y: 9px;
    }
