/*btn {*/
/*    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 2px;*/
/*    border-radius: 300px;*/
/*}*/
/*.btn-download {*/
/*    position: absolute;*/
/*    top: 500px;*/
/*    right: 100px;*/
/*    border: 20px solid #000000;*/
/*}*/
/*.btn-xl {*/
/*    padding: 15px 45px;*/
/*    font-size: 11px;*/
/*}*/
/*::-moz-selection {*/
/*    color: white;*/
/*    text-shadow: none;*/
/*    background: #222222;*/
/*}*/
/*::selection {*/
/*    color: white;*/
/*    text-shadow: none;*/
/*    background: #222222;*/
/*}*/
/*img::selection {*/
/*    color: white;*/
/*    background: transparent;*/
/*}*/
/*img::-moz-selection {*/
/*    color: white;*/
/*    background: transparent;*/
/*}*/
/*body {*/
/*    webkit-tap-highlight-color: #222222;*/
/*}*/
/*div, iframe {*/
/*    width: 100px;*/
/*    height: 50px;*/
/*    margin: 0 auto;*/
/*    background-color: #777;*/
/*}*/

/*iframe {*/
/*    display: block;*/
/*    border-style:none;*/
/*}*/

/*.btn-outline-light:hover {*/
/*    color: #000;*/
/*    background-color: #f8f9fa;*/
/*    border-color: #f8f9fa;*/
/*}*/

/*.btn:hover {*/
/*    color: #212529;*/
/*}*/

/*.btn-social {*/
/*    border-radius: 100%;*/
/*    display: inline-flex;*/
/*    width: 3.25rem;*/
/*    height: 3.25rem;*/
/*    font-size: 1.25rem;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*a:hover {*/
/*    color: #15967d;*/
/*}*/

/*.btn {*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #212529;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    background-color: transparent;*/
/*    border: 0.125rem solid transparent;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    border-radius: 0.5rem;*/
/*    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*}*/
/*@media (prefers-reduced-motion: reduce) {*/
/*    .btn {*/
/*        transition: none;*/
/*    }*/
/*}*/

/*.btn-outline-light {*/
/*    color: #f8f9fa;*/
/*    border-color: #f8f9fa;*/
/*}*/
/*.btn-outline-light:hover {*/
/*    color: #000;*/
/*    background-color: #f8f9fa;*/
/*    border-color: #f8f9fa;*/
/*}*/

/*!*Masonry*!*/
/** { box-sizing: border-box; }*/

/*body { font-family: sans-serif; }*/

/*!* ---- grid ---- *!*/

/*.grid-masonry {*/
/*    background: #EEE;*/
/*    max-width: 1200px;*/
/*}*/

/*!* clearfix *!*/
/*.grid-masonry:after {*/
/*    content: '';*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

/*!* ---- grid-item ---- *!*/

/*.grid-sizer-masonry,*/
/*.grid-item-masonry {*/
/*    width: 20%;*/
/*}*/

/*.grid-item-masonry {*/
/*    height: 120px;*/
/*    float: left;*/
/*    background: #D26;*/
/*    border: 2px solid #333;*/
/*    border-color: hsla(0, 0%, 0%, 0.5);*/
/*    border-radius: 5px;*/
/*}*/

/*!*.grid-item--width2 { width:  40%; }*!*/
/*!*.grid-item--width3 { width:  60%; }*!*/

/*!*.grid-item--height2 { height: 200px; }*!*/
/*!*.grid-item--height3 { height: 260px; }*!*/
/*!*.grid-item--height4 { height: 360px; }*!*/
/*!** { box-sizing: border-box; }*!*/

/*!*body { font-family: sans-serif; }*!*/


.jumbotron {
    background-image: url("../img/slide2.jpg");
    /*width: 1280px;*/
    /*height: 200px;*/
    background-size: cover;
}

.mask {
    mask-size: cover;
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*!*left: 0;*!*/
    /*width: 100%;*/
    /*height: 100*/
    /*overflow: hidden;*/
    /*background-attachment: fixed;*/

}
.white-text {
    color: #fff3cd; !important;
}
.yellow-text {
    color: #fff3cd;
    font-weight: bold;
    text-decoration: underline #fff3cd;
}
h1.white-text {
    color: #fff3cd;
}
h1.
.btn-offwhite {
    color: #fff3cd;
}
.bg-image {
    /* object-fit: cover; */
    background-image: url("../img/launch_poster_nologos.jpg");
    /* -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: center; */

}
@media only screen and (max-width: 480px) {
    .banner {
        max-width:100%;
        max-height:100%;
        text-align: center;
        display: block;
        overflow: hidden;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 731px;
        object-fit: contain;
        object-position: bottom;
    }
}
.row2 {
    padding-top: 160px;
}
.rounded {
    border-radius: 5px;
    border: 1px #270072;
    padding: 4px;

}
.stream {
    object-fit: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: center;
}


