
/* RICO Busters webpage */

/*
color1- main bkgrd-     almost black = #19171a	
color2- 2nd bkgrd-      dark grey = #45433e
color3- borders-        lt gray = #959794
color4- large text-     red = #e9322e
color5- small text-     white = #ffffff
*/

/*@media screen width: 1001 - 1299px)*/

div
{
    box-sizing: border-box;
    
}

iframe
{
    border-radius:9px;
}

body
{
    min-height: 100%;
    margin: 0;
    background-color: #19171a; /*black*/
    /*background-image: linear-gradient(to bottom right, #19171a, #45433e);*/
    font-family: Garamond, serif;
    box-sizing: border-box;
    font-size: 100%;
}

h1
{
    font-size: 6vw;
    white-space:normal;
    font-weight: normal;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
}

h2
{
    font-size: 4vw;
    font-family: Arial, serif;
    white-space: normal;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
}

h3
{
    font-size: 3vw;
    white-space: normal;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    font-weight: normal;
}

h4
{
    font-size: 1.25em;
    white-space: normal;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    font-weight: normal;
}

p
{
    margin-block-end: 0em;
}

.tableContainer
{
    width: 100%;
}

.iconColumn
{
    text-align: center;
    width: 60px;
    max-width: 15%;
}

.tableIcon
{
    max-width: 60px;
}

.gotoColumn
{
    width: 70px;
    max-width: 15%;
}


table
{
    border-collapse: collapse;
    width: 100%;
    table-layout:fixed;
}
    
td
{
    border: 1px solid #000000;
    padding: 8px;
    vertical-align: top;
}

ul
{
    margin-block: 0;
}

hr
{
    border-width: 3PX;
    border-color: #e9322e;
}

.regularDivider
    {
        border-width: 1px;
        border-color: #000000;
    }

p
{
    margin-block-end: 0em;
}

figcaption
{
  font-style: italic;
  padding: 2px;
  text-align: center;
}




.rightJustified
{
    float: right;
}

.leftJustified
{
    float: left;
}

.embedImage
{
    margin: 6px;
    /*min-width: 140px;*/
    max-width: 100%;
}

.redAlert
{
    max-width: 15%;
    min-width: 50px;
    height: 100%;
    margin: 0 6px;
}




.header
{
    width: 100%;
    /*height: 150px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 12px double #959794;
    color: #e9322e; /*red*/
    padding: 10px;
    background-color: #19171a; /*almost blk*/
    cursor:pointer;
}

.mainPage
{
    width:100%;
    height:100%;
}

.mainPageBackground
{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*use padding here if no featureContainer*/
    padding-bottom: 36px;
    /*background-color: #19171a;*/
    background-image: linear-gradient(to bottom right, #19171a, #45433e);
    /*background-image: linear-gradient(to bottom right, #000000dd, #ffffff00, #45433e), url("?service=events.Image&name=libertyBell.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*overflow: scroll;*/
}










.mainLeft
{
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
    width: 33%;
    height: 100%;
    margin: auto;
    padding: 2% 1% 2% 2%;
    /*background-color: darkcyan;*/
}

.leftImageContainer
{
    width: 100%;
    height: 60%;
    margin-bottom: 2vw;
    /*padding: 10px;*/
    /*border-radius: 10px;*/
    box-shadow: 6px 6px 6px #00000066;
    background-color: #45433edd;
    /*dark grey*/
}

.leftImage
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    /*border-radius: 10px;*/
}

.leftCopy
{
    color: #e9322e;
    /*red*/
    padding: 10px;
    font-size: 3vw;
    width: 100%;
    height: 40%;
    border: 2px solid #959794;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #00000066;
    background-color: #45433e;
    /*dark grey*/
}











.mainRight
{
    width: 66%;
    height: 100%;
    margin: auto;
    padding: 2% 2% 2% 1%;
    /*background-color: green;*/
}

.rightCopy
{
    /*position: absolute;*/
    width: 100%;
    /*right: 5%;*/
    /*border-radius: 10px;*/
    /*padding: 8px 1em;*/
    box-shadow: 6px 6px 6px #00000066;
    color: #ffffff;
    background-color: #45433edd;
    /*dark grey*/
}

.rightHeader
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 16px;
    background: linear-gradient(#959794, #45433e);
}

.rightHeadline
{
    color: #e9322e;
    text-shadow: 1px 1px 3px #000000;
}

.slogan
{
    color: #ffffff;
    text-shadow: none;
}

.headerRightContainer
{
    display: inline-block;
    height: 120px;
    padding-left: 8px;
}

.headlineImage
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.rightText
{
    font-size: 2em;
    padding: 0 8px 8px 16px;
}

.socialIconsContainer
{
    float:right;
}

.socialIcons
{
    height: 24px;
}











.navContainer
    {
        /*height: 60px;*/
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        /*position: fixed;*/
        left: 0;
        bottom: 37px;
        position: sticky;
        top: 0;
        z-index: 4;
        border-top: 12px double #959794;
        box-shadow: 0 6px 6px #00000066;
        /*margin: 0 auto;*/
        padding: 0 2% 0 2%;
        background-color: #19171a;
    }
    
    .navContainerFeed
    {
        /**/
    }

    .navButton
    {
        background-color: #19171a; 
        /*dk grey*/
        text-align: center;
        font-size: 1.5em;
        color: #ffffff; /*white*/
        cursor: pointer;
        padding: 8px 8px 8px 8px;
        /*margin: 8px 8px 2px 2px;*/
    }
    
    .navButton:hover, .navButton:active
    {
        box-shadow: none;
        background: linear-gradient(#959794, #45433e, #19171a); /*grey*/
        /*background: linear-gradient(#959794, #45433e); lt grey for active?*/
    }






.fixedFooter
{
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 15px;
    color: #959794; /*ltgrey*/
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #19171a;
    z-index:  10;
}

.footerText
{
    width: fit-content;
}








.feed
{
    position:relative;
    width: 100%;
    height:auto;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #19171a; /*black*/
}

.feedTitle
{
    font-size: 2.5em;
    padding: 20px 30px 0 20px;
    color: #e9322e; /*red*/
    font-family: Arial, serif;
    font-weight: bold;
    white-space:normal;
}







.navMetadata
{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*background-color: #19171a;*/ /*black*/
}

.navHeader
{
    color: #e9322e; /*red*/
    padding: 4px 15px;
    /*background-color: limegreen;*/
}

.navDescription
{
    color: #e9322e; /*red*/
    padding: 8px 10px 0 10px;
    /*background-color: orange;*/
}

.feedEntryContainer
{
    width: 94%;
    /*max-width: 1200px;*/
    height: 200px;
    /*padding: 0 0 0 15px;*/
    border-radius: 8px;
    background-color: #ffffff;
    /*lt grey*/
    box-shadow: 6px 6px 6px #00000066;
    overflow: hidden;
    scroll:none;
    margin: 15px auto;
    position:relative;
}

.seoFeedEntryContainer
{
    width: 96%;
    height:auto;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 6px 6px 6px #00000066;
    overflow: hidden;
    scroll:none;
    margin: 15px auto 50px auto;
    position:relative;
}

.entryTextContainer
{
    float: left;
    width: 66%;
    height: 100%;
    padding: 5px 0 8px 0;
    /* background-color: aqua; */
}

.headlineContainer
{
    width: 100%;
    position: relative;
    display: inline-flex;
    height: auto;
    background: linear-gradient(#45433eaa, #45433eff, #19171aff); /*dk grey gradient*/
    /*z-index: 2;*/
    padding-left:20px;
}

.headlineContainerLink
{
    font-size: 2em;
    color: #ffffff;
    cursor:pointer;
    margin: 10px 48px 10px 0;
    /*background-color: purple;*/
}

.date
{
    /*background-color: pink; */
    padding: 3px 0 0 30px;
    font-style: italic;
    color: #45433e;
    font-size: 15px;
}

.author
{
    /*background-color: mediumpurple; */
    padding: 3px 0 0 30px;
    font-style: italic;
    color: #45433e;
    font-size: 15px;
}

.articleContainer
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    min-height: 100%;
    z-index: 6;
    background-color: #45433edd; /*dk grey trasparent*/
    /*display:none;*/
}
.content
{
    padding: 3px 15px 10px 50px;
    height: fit-content;
    /*border: 1px solid lightgray;*/
    /*border-radius: 8px;*/
    /*overflow: auto;*/
    /* background-color: pink; */
}

.copyLinkButton
{
    cursor:pointer;
    color: #959794; /*ltgrey*/
    font-size: .6em;
}

.copyIcon
{
    width: 40px;
    height: auto;
    position: absolute;
    top: 3px;
    right: 3px;
}

.pushPin
{
    height: 50px;
    position: relative;
    top: 5px;
    left: -12px;
}

.openCloseLink
{
    cursor:pointer;
}

.entryImagesContainer
{
    float: right;
    position: relative;
    width: 33%;
    height: auto;
    /* min-height: 100px; */
    margin: auto;
    vertical-align: middle;
    justify-content: center;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    /*background-color: skyblue;*/
}

.entryImagesContainer::after
{
    content: "";
}


.articleImage
{
    width:60%;
    margin-left:20%;
    margin-right:20%;
}

.entryImage
{
    float: right;
    width: 35%;
    height: auto;
    margin: 0 0 0 8px;
    /*transform: translate(0%, -25%);*/
    /*background-color: yellow; */
}

.inlineImage
{
    height: 300px;
    object-fit: contain;
    vertical-align: middle;
}

.entryImageExpanded
{
    width: 90%;
    height: auto;
    margin: 0 5%;
    /*transform: translate(0%, -50%);*/
    /*background-color: yellow; */
}

.maskPanel
{
    width:100%;
    background-color: #ffffffcc; /*white transparent*/
    position:absolute;
    top: 0;
    left: 0;
    z-index: 7;
    overflow: scroll;
    /*padding-bottom: 50px;*/
}

.enlargedImgContainer
{
    position: fixed;
    width: 96%;
    height: 92vh;
    left: 2%;
    margin: 15px auto 35px;
    border-radius: 10px;
    background-color: #45433eff; /*dk grey*/
}

.enlargedSelectedImg
{
    margin: auto;
    padding: 20px 15px;
    max-width: 800px;
    height:100%;
    overflow-y: auto;
    /*background-color: blue;*/
}

.enlargedImg
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.closeButton
{
    font-size: 2.25em;
    font-family: Arial;
    font-weight: bold;
    text-shadow: 2px 1px 3px #ffffffcc;
    position: absolute;
    top: 18px;
    right: 2.5%;
    padding-right: 6px;
    width: auto;
    z-index: 8;
    cursor: pointer;
    color: #e9322e; /*lt grey*/
}







@media screen and (min-width: 1300px)
{
    body
    {
        width: 1300px;
        margin: auto;
    }
    
    h1
    {
        font-size: 5em;
    }
    
    h2
    {
        font-size: 3.5em;
    }
    
    h3
    {
        font-size: 2.5em;
    }
    
    h4
    {
        font-size: 1.75em;
    }
    
    .mainPageBackground
    {
        justify-content: center;
    }
    
    .mainLeft
    {
        width: 480px;
        margin: inherit;
    }
    
    .leftCopy
    {
        font-size: 2.5em;
    }
    
    .mainRight
    {
        width: 740px;
        margin: inherit;
    }
    
    .navButton
    {
        font-size: 2em;
    }
}


@media screen and (max-width: 1000px)
{
    h2
    {
        font-size: 4.5vw;
    }
    
    h3
    {
        font-size: 3.5vw;
    }
    
    .rightText
    {
        font-size: 1.75em;
    }
}    


@media screen and (max-width: 900px)
{
    h4
    {
        font-size: 1.125em;
    }
    
    .headlineContainerLink
    {
        font-size: 1.75em;
        margin: 8px 40px 8px 0;
    }
    
    .pushPin
    {
        height: 42px;
    }
    
    .copyIcon
    {
        width: 32px;
    }
}


@media screen and (max-width: 800px)
{
    h2
    {
        font-size: 4.5vw;
    }
    
    h3
    {
        font-size: 3.5vw;
    }
    
    .headerRightContainer
    {
        height: 100px;
    }
    
    .rightText
    {
        font-size: 1.5em;
    }
    
 
}


@media screen and (max-width: 700px)
{
    h1
    {
        font-size: 8vw;
    }
    
    .leftCopy
    {
        font-size: 1.5em;
    }
    
    .headerRightContainer
    {
        height: 75px;
    }
    
    .navButton
    {
        font-size: 1.25em;
        padding: 6px 3.5% 2px;
    }
    
    .headlineContainerLink
    {
        font-size: 1.5em;
        margin: 8px 40px 8px 0;
    }
    
    .pushPin
    {
        height: 38px;
    }
}


@media screen and (max-width: 600px)
{
    h2
    {
        font-size: 7vw;
    }
    
    h3
    {
        font-size: 5vw;
    }
    
    h4
    {
        font-size: 1.25em;
    }
    
    .mainPageBackground
    {
        flex-flow: column-reverse;
        padding-bottom: 40px;
    }
    
    .mainLeft
    {
        display: flex;
        flex-flow: row;
        align-items: center;
        align-content: space-between;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 2% 3% 2% 3%;
       /*background-color: darkcyan;*/
    }

    .leftImageContainer
    {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        margin-right: 1vw;
    }
    
    .leftCopy
    {
        height: 100%;
        margin-left: 1vw;
    }
    
    .mainRight
    {
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 2.5% 3% 2% 3%;
        /*background-color: green;*/
    }
    
    .navButton
    {
        padding: 6px 3% 2px;
    }
    
    .date, .author
    {
        padding: 3px 0 0 15px;
    }
    
    .content
    {
        padding: 3px 15px 10px 30px;
    }
}


@media screen and (max-width: 464px)
{
    .mainPageBackground
    {
        padding-bottom: 60px;
    }
    
    .navContainer
    {
        bottom: 54px;
    }
    
    td
    {
        padding: 6px;
    }
    
    .iconColumn
    {
        width: 16%;
        padding: 0;
    }
    
    .tableIcon
    {
        max-width: 100%;
    }
    
    .gotoColumn
    {
        width: 16%;
    }
}


@media screen and (max-width: 425px)
{
    h1
    {
       font-size:2.25em;
    }
    
    h3
    {
       font-size:5.75vw;
    }
    
    .headerLogo
    {
        padding-left: 2%;
    }
    
    .navButton
    {
        padding: 6px 2% 2px;
    }
    
    .navDescription
    {
        font-size: 1em;
    }
    
    .feedEntryContainer
    {
        height: 155px;
    }
    
    .headlineContainer
    {
        padding-left: 10px;
    }
    
    .headlineContainerLink
    {
        font-size: 1.25em;
        margin: 5px 40px 5px 0;
    }
    
    .pushPin
    {
        left: -8px;
        height: 35px;
    }
    
    .entryImage
    {
        float: right;
        width: 33%;
    }
    
    .date, .author
    {
        padding: 3px 0 0 10px;
    }
    
    .content
    {
        padding: 3px 10px 10px 20px;
    }
}


@media screen and (max-width: 350px)
{
    h2
    {
       font-size:2em;
    }
    
    h3
    {
       font-size: 1.75em;
    }
    
    .header
    {
        padding: 5px;
    }
    
    .rightHeader
    {
        flex-flow: column-reverse;
    }
    
    .rightText
    {
        font-size: 1.25em;
    }
    
    .mainRight
    {
        padding: 12px 3% 10px 3%;
    }
    
    .mainLeft
    {
        flex-flow: column;
        padding: 10px 3% 12px 3%;
    }
    
    .leftImageContainer
    {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .leftCopy
    {
        margin-left: 0;
    }
}


/* RICO Busters */
