@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,600&display=swap');

.tialogo {  margin: 15px;  width: 85px;
    margin-right: 2em;}
.color-red {
    color: #dd0031;
}

.quote {
    text-align: center;
    font-size: 20px;
    background: #fcf9f4;
    padding: 15px;
}

.card {
    padding: 5px;
}

.right {
    float: right !important;
    width: 50%;
    margin: 0 2%;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.card-title, .card-body {
    display: none;
}

#maingal h2 {
    display: none;
}

#maingal {
    background: #F99BC9;
    auto; width: 100%;
    padding: 30px 10%;
}

#invid {
    width: 35%;
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

p {
    font-size: 19px;
}

.smaller {
    font-size: 16px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #485259;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    transition: 0.3s all ease-in-out;
}

.card:hover {
    background: #dd0031;
}

a {
    color: #dd0031;
    text-decoration: underline;
    text-decoration: underline;
    ; text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.hero {
    max-width: 100%;
}

#txt {
    padding: 2% 10%;
    color: #485259;
    font-family: 'Open Sans', sans-serif;
}

/*Header Box*/
#hero-plus-header {
    background-color: #fff;
    webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

/*Body Box*/
#hero-plus-body {
}

.tweet {
    color: rgb(221, 0, 49);
    text-align: center;
    font-family: Lato, sans-serif;
    width: 100%;
    letter-spacing: 1.25px;
    /* float: right !important; */
    font-family: 'Open Sans', sans-serif;
    padding: 35px;
    text-align: center;
    font-size: 1.5em;
}

.link {
    font-size: 130%;
    display: block;
    padding: 5px;
    margin: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #f883bc;
}

.link:hover {
    color: #fff;
}

.logo {
    margin: 15px 25px;
    width: 210px;
}

.soc {
    padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #dd0031;
    display: inline-block;
}

.soc:hover {
    color: #dd0031;
    text-shadow: 2px 2px 6px #7e7e7e;
}

h1, h2, h3, h4, h5, h6 {
    color: #dd0031;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-weight: 700;
}

.h2, h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    padding: 20px 0px 40px;
    color: #485259;
}

h4 {
    color: #493627;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
#gallery {padding: 2% 5%; background: #b8babd;    max-width: 100%;
    flex-basis: 100%;}


.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0,0,0,0.0)!important;
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.ctab, .ctab:visited {
    background: linear-gradient(-180deg,rgba(254,67,108,.99),rgba(221,0,49,.99) 49%,#c20726);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    transition: all .5s ease-in-out;
    padding: 20px 15px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    margin-top: 25px;
    width: 350px;
    /* line-height:110%; */
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    line-height: 100%;
    box-sizing: border-box;
}

#gallery-title-uuid {
    display: none;
}

.gallery {
    background: #f0b311;
    padding: 4% 6.5%;
    text-decoration: none;
    transform: translateY(-1px);
    transition: all .3s ease-in-out;
}


.ctab:hover {
    color: #fff!important;
    border: 2px #fff solid!important;
    text-decoration: none;
    background: linear-gradient(-180deg,#d0021b,#d0021b 49%,#af272f);
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.2);
    color: #fff;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

/*Footer Box*/
#hero-plus-footer {
    background-color: #eee;
    padding: 50px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 980px) {
    #gallery .col-md-4 {
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 768px) {
    ctab, .ctab:visited {
        border: 2px solid #f883bc;
        color: #f883bc !important;
        background-color: transparent;
        text-decoration: none;
        padding: 8px;
        font-size: 90%;
        display: block;
        margin: 0px;
        text-align: center;
        height: 40px;
    }

    .right {
        float: right !important;
        width: 96%;
        margin: 2%;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .h2, h2 {
        font-size: 1.4rem;
        padding: 20px 0px 40px;
    }

    .logo {
        margin: 5px auto;
        display: inine-block;
        width: 125px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .hero {
        max-width: 100%;
        width: 100%;
        margin-top: -20px;
    }

    h1 {
        font-size: 150%;
        text-align: center;
    }

    #gallery .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
    }

    #hero-plus-header {
        display: block;
        margin: 0px auto;
    }

    #txt {
        padding: 2% 5%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

.ctab {
    margin: 5px auto;
    width: 100%;
    display: block;
    padding: 22px;
    font-size: 16px;
    color: #fff;
}

    .logo2 {
        margin: 5px 25px;
        width: 60px;
    }

    .tweet {
        color: rgb(221, 0, 49);
        text-align: center;
        font-family: Lato, sans-serif;
        width: 100%;
        letter-spacing: .7px;
        float: right !important;
        font-family: 'Open Sans', sans-serif;
        padding: 5px;
        text-align: center;
        font-size: 1.5em;
    }

    .vid-inline {
        float: none;
        width: 100%;
        margin: 20px auto;
    }
}