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

.lightbox > .img-fluid {
    max-height: 500px;
}

.right-top {
    text-align: right;
    float: right;
    display: inline-block;
    width: 50%;
}

.left-top {
    text-align: left;
    float: left;
    display: inline-block;
    width: 50%;
}

strong {
    color: #005480;
}

p {
    font-size: 18px;
}

.right {
    width: 577px;
    float: right;
    margin: 2.5%;
}

.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

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

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

#maingal h2 {
    display: none;
}

#maingal {
    background-image: url('images/background.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 10%;
}

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

p {
    font-family: 'Roboto', sans-serif;
}

.logo2 {
    margin: 15px;
    display: block;
    width: 150px;
    display: inline-block;
    float: left;
}

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

.logo {
    margin: 15px;
    width: 80px;
}

.hero {
    max-width: 100%;
}

#txt {
    padding: 2% 10%;
}

/*Header Box*/
#hero-plus-header {
    background: #005480;
    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 {
    font-family: 'Roboto', sans-serif;
}

.click-tweet {
    background: #fff200;
    color: #005480;
    width: 40%;
    float: right;
    letter-spacing: 1px;
    float: right !important;
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    margin: 0px 0px 20px 40px;
}

.link {
    font-size: 150%;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 5px;
    margin: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff200;
}

.link:hover {
    color: #fff;
}

.advil {
    width: 140px;
}

.gsk {
    width: 70px;
}

.soc {
    padding: 9px 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    background: #eaf3f9;
    color: #005480;
    border-radius: 30px;
    display: inline-block;
}

.soc:hover {
    background: #fff200;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

h1 {
    color: #005480;
    font-family: Helvetica Neue,Arial,sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin: 1rem 0;
}

h2 {
    font-size: 2rem;
    padding: 20px 0px 40px;
    font-weight: normal !important;
    color: #000;
    font-weight: 300;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

#gallery {
    background: #b8babd;
    padding: 20px 5% 5%;
}

.ctab, .ctab:visited {
    background: #fff200;
    border-radius: 3px;
    color: #005480;
    text-decoration: none !important;
    padding: 17px;
    font-size: 120%;
    display: block;
    margin: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: inline-block;
    float: right;
    align: right;
}

.ctab:hover {
    background: #2a2a2a;
    color: #eee;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.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: #005480;
    padding: 30px;
    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) {
    .right-top {
        text-align: right;
        float: right;
        display: inline-block;
        width: 100%;
    }

    .click-tweet {
        width: 100%;
        float: none;
        margin: 20px auto;
    }

    .left-top {
        text-align: left;
        float: left;
        display: inline-block;
        width: 100%;
    }

    h1 {
        font-size: 150%;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        line-height: 140%;
    }

    h2 {
        font-size: 120%;
        line-height: 110%;
        font-weight: 300;
    }

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

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

    .logo {
        margin: 5px auto;
        display: inline-block;
        padding: 5px;
        width: 70px;
    }

    .logo2 {
        margin: 5px auto;
        display: inline-block;
        padding: 5px;
        width: 130px;
    }

    #txt {
        padding: 2% 5%;
    }

    .right {
        width: 100%;
        float: right;
        margin: 0%;
    }

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

    .ctab {
        margin: 0px 0px 10px;
        font-size: 110%;
        padding: 8px;
        line-height: 110%;
        width: 100%;
        max-width: 100%;
    }
}