@charset "UTF-8";

/*
Theme Name: Bioinformatics
Author: SWPG
Description: Bioinformatics top level page.
Version: 1
License: GNU General Public License v2 or later


/* OSTR Header Branding */
#ostr_banner {
    position:relative;
    background-color:#216e9f;
}
#ostr_banner > div {
    padding: 6px 15px 6px 15px;
    margin: 0 auto;text-align:left;
    width:90%;
    max-width: 1232px;
    text-align: center !important;
}
#ostr_link {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
#ostr_link:hover {
    color: #ffffff;
}
#ostr_link > span {
    font-weight:600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: #0f4a7c;
}

.logged-in.home.admin-bar #ostr_banner {
    margin-top: 32px;
}




/* Content */
/*#gau_homepage_link, #nbc_homepage_link {*/
/*    padding: 18px 0px;*/
/*}*/

@media(max-width:500px){
    .header-img {
        background-image: url(/wp-content/themes/bioinformatics/images/small_shutterstock_671206540-2_optimized.jpg);
        height: 300px;
        width: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow: hidden;
        background-size: auto;
        padding:unset !important;
        /*transition: background-position-y 3.3s cubic-bezier(0.59, 0.46, 0.88, 0.8);*/
        /*background-position-y: 31px;*/
    }
    h1.title {
        font-size:2.5rem;
    }
}
@media(max-width:649px){
    .card-border{
        border-bottom:1px solid #08405e !important;
    }

}
@media(min-width:501px) {
    .header-img {
        background-image: url(/wp-content/themes/bioinformatics/images/small_shutterstock_671206540-2_optimized.jpg);
        height: 450px;
        width: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow: hidden;
        background-size: cover;
        padding:unset !important;
        /*transition: 6 3.3s cubic-bezier(0.59, 0.46, 0.88, 0.8);*/

    }
    h1.title {
        font-size:4rem;
    }
}
@media(min-width:650px){
    .card-border{
        border-right: 1px solid #08405e !important;
    }
}

.banner-text{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(165deg, #2788ef24, #008b7803 );
}
body{
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit !important;
}
.btn.btn-landing{
    background-image: linear-gradient(45deg, #0b417d, #216d9f );
    /* border: 5px solid rgb(123 242 255 / 33%) !important; */
    color: white !important;
    border-radius: 5rem;
    font-size: 16px;
    font-weight: 600;
}

.swpg_targeted_bootstrap .card {
    border: unset;
    border-radius: unset;
    transition: all 0.3s ease-out;
}
.card .circle-icon-container {
    height: 60px;
    width: 60px;
    background-image: linear-gradient(91deg, #0f4677, #00a6f1);
    margin: 1rem auto 1rem auto;
    border-radius: 50%;
}
.card .circle-icon-container i.fas{
    vertical-align: middle;
    height: 30px;
    margin: 15px;
    /* padding: 10px; */
    fill: white;
    color: white;
    font-size: 28px;
}
.card .circle-icon-container i.fas.fa-laptop-code {
    margin: 15px 10px 15px 13px !important;
}
.card:hover .circle-icon-container {
    box-shadow: 0px 0px 7px 2px rgb(131 242 255), 0px 0px 1px 2px rgb(173 244 255);
    transition: all .3s ease-in-out;
    background-image: linear-gradient(89deg, #1363b7, #1f89f8 );
}
.card:hover .btn-landing{
    transition: all .3s cubic-bezier(1, 0.47, 0.03, 2.18);
    background-image: linear-gradient(89deg, #04487f, #2262bd );
}
.btn-landing:hover{
    box-shadow: 0px 0px 7px 2px rgb(131 242 255), 0px 0px 1px 2px rgb(173 244 255);
    border-color: #216e9f;
    transition: all .3s cubic-bezier(1, 0.47, 0.03, 2.18);
}
.card-body a {
    text-decoration: none !important;
    color:#1c5e86 !important;
}

h5.card-title{
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none !important;
    color: #2872a7;
    padding-bottom:16px
}
.swpg_targeted_bootstrap .card-footer{
    background-color: unset;
    border-top: unset;
}
.content{
    color: #003147;
}
h1.title {
    color: #ffffff;
    margin: auto;
    display: block;
}
.info-block{
    margin: auto;
    text-align: center;
    color: white !important;
    text-shadow: 0px 0px 10px #009dfb;
}
.jumbotron{
    height:100%;
    margin-left:auto;
    margin-right: auto;
}
.landing-container{
    height: 100%;
}
p.byline{
    color: white;
    font-weight:200;
    font-size:2.5rem;
}
.splash-well {
    height: 80%;
}
/* CCR Footer Branding */
.footer.footer-simple{
    background-color:#216e9f;
}
#ccr-footer {
    text-align: center;
    margin-bottom: -17px;
}
#ccr-footer ul {
    margin: 2px 0px;
    padding: 0;
}
#ccr-footer ul li {
    float: middle;
    list-style-type: none;
    display: inline-block;
    margin: 1px 10px;
    text-align: center;
}
#ccr-footer a {
    color: #fff;
    text-decoration: none;
}
#ccr-footer a:hover {
    color: #008ed6;
}
#ccr-footer li a {
    display: block;
    left: 0;
    margin-top: 10px;
    padding: 10px 0 0 0;
    color: #595959 !important;
    text-decoration: underline;
}
#ccr-footer p {
    padding-top: 1px;
    text-align: center;
    display: block;
    left: 0;
    color: #b3e1ff;
    text-decoration: none;
}
