﻿.navbar-brand{
    height: auto !important;
}

.cid-rzaWzMgQ6a img{
    height: 500px !important;
}

.paid-for-notice {
    text-align: center;
    background: white;
    border-style: double;
    border-color: black;
    font-size: 1.2rem;
}

.footer-logo {
    background-image: url('../images/placeholders/1000x1000.png');
    background-size: 260px;
    background-position: center;
    height: 150px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.header-logo {
    background-image: url('../images/placeholders/1000x1000.png');
    background-size: 130px;
    background-position: center;
    height: 75px;
    width: 130px;
}

.press-release {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #aaaaaa;
    min-height: 139px;
}

.press-release-image {
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 150px;
    background-position: center;
    background-repeat: no-repeat;
    height: 99px;
    width: 150px;
    float: left;
    margin: 20px;
}

.press-release-title {
    font-size: 1.5rem;
    margin: 20px;
    font-weight: bold;
    color: #06154D;
}

.press-release-summary {
    font-size: 1.3rem;
    margin: 20px;
}

.social-btn {
    margin: 5px;
    font-size: 2rem;
}

.social-btn-main {
    margin: 5px;
    font-size: 2rem;
    position: relative;
    top: 10px;
}


.banner-callout {
    position: relative;
    top:  calc(8vh + 50px);
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.btn-callout {
    /*width: 100px;*/
    position: relative;
    right: calc(50% - 120px)
}

.press-release-view-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.press-release-view-body {
    font-size: 1.8rem;
    margin-top: 20px;
}

.press-release-view-image {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.render-body-div {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (min-width: 762px) {
    .cid-rzaWzMgQ6a img{
        height: 200px !important;
    }    

    .banner-callout {
        position: relative;
        top: calc(20vh + 100px);
    }

    .pad-row {
        padding: 10px;
    }

    .btn-callout {
        /*width: 150px;*/
        position: inherit;
    }

    .header-logo {
        background-size: 300px;
        height: 155px;
        width: 300px;
    }

    .press-release-title {
        font-size: 2rem;
    }

    .press-release-summary {
        font-size: 1.5rem;
    }

    .paid-for-notice {
        font-size: 1.5rem;
    }

    .press-release-view-image {
        width: 800px;
        height: 500px;
    }
}
