/*
    Plains Tribune Information Networks landing page

    color: #20a0da; dark blue;
    color: #; lightskyblue
    color: #; aliceblue
    color: #383737; dark gray
    color: gray;
    color: lightgray; #cccccc; platinum/20%;
    color: orange; #;
    color: whitesmoke; #;

*/


.bookMark
{
    display:none;
}

body
{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 125%;
    background-color: #383737;
    font-family: Arial, sans-serif;
    color: #e7ddd0ff;
}

div, img
{
    box-sizing: border-box;
}

h1
{
    font-size: 2em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h2
{
    font-size: 1.5em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h3
{
    font-size: 1.125em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

a
{
    color: #20a0da;
}

.noStyleLink
{
    text-decoration: none;
}

.blueFont
{
    color: lightskyblue;
}

.redFont
{
    color: firebrick;
}

.platinumFont
{
    color: #e7ddd0ff;
}

hr
{
    border: 1px solid black;
}


.listImage
{
    float: right;
    height: 110px;
    padding-left: 20px;
}

li::after
{
    content: "";
    clear: both;
    display: table;
}


.button
{
    width: fit-content;
    height: auto;
    padding: 4px 10px;
    border: 1px solid #505050;
    border-radius: 8px;
    background:  linear-gradient(180deg, gold, orange);
    cursor: pointer;
    color: #323232;
}

.centerButton
{
    margin: 24px auto;
}

.leftButton
{
    margin: 12px 8px 12px 0;
    display: inline-block;
}

.redGradient
{
    background: linear-gradient(180deg, pink, red);
    color: black;
}

.blueGradient
{
    background: linear-gradient(180deg, aliceblue, lightskyblue);

}

.closeButton
{
    float: right;
    padding: 8px 12px;
    color: red;
    font-size: 34px;
    cursor: pointer;
}

.header
{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 5px 4% 5px 4%;
    background-color: #383737;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: lightskyblue;

}

.headerTitle
{
    width: 100%;
}

.logoContainer
{
    height: 70px;
    margin: 3px;
}

.logoImage
{
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: contain;
}

.navbar
{
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1em;
    color: black;
    padding: 5px 4% 5px 4%;
    background: linear-gradient(180deg, aliceblue, deepskyblue);
    z-index: 5;
}

.navButton, .nonNavButton
{
    margin: 4px 12px 0 0;
}

.navButton
{
    cursor: pointer;
}

.mainPage
{
    
}

.mainPage::after
{
    content: "";
    clear: both;
    display: table;
}

.landingPage
{
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: lightsteelblue;
    color: #383737;
    padding: 0;
    border-top: 2px solid #20a0da;
    box-shadow: #000000cf 0px -3px 20px;
}

.mainContent
{
    padding: 0;
    min-height: 300px;
}

.slogan
{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4% 15%;
    text-align: center;
}

.splitContainer
{
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}

.contentArea
{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 3% 15%;
}

.pitchContent
{
    color: #323232;
    background-color: #ffffff;
    width: 76%;
    margin: 6% auto;
    padding: 3% 6%;
}

.howToContent
{
    background-color: inherit;
    border-top: 2px solid #20a0da;
}

.costContent
{
    background-color: inherit;
    border-top: 2px solid #20a0da;
}

.splitLeft
{
    width: 50%;
    height: auto;
    background: #e7ddd0ff;
    color: #85539dff;
    text-align: center;
    padding: 4% 3% 3%;
    border: 40px solid #85539dff;
    border-right: none;
}

.splitRight
{
    width: 50%;
    height: auto;
    background: white;
    color: #172851ff;
    text-align: center;
    padding: 3%;
    border: 40px solid #172851ff;
    border-left: none;
}

.splitImageLeft, .splitImageRight
{
    height: fit-content;
}

.splitImageRight
{
    
}

.splitImage
{
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
}

.splitText
{
    padding: 32px 2% 0;
    
}

.splitText::after
{
    content: "";
    clear: both;
    display: table;
}


.footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 25px 4%;
    background-color: #383737;
    text-align: center;
    color: lightskyblue;
    font-size: 15px;
}

.footerImage
{
    height: 30px;
    margin: 3px;
}

@media screen and (max-width: 750px)
{
    .mainContent
    {
        padding: 2%;
    }
}

@media screen and (max-width: 700px)
{
    body
    {
        font-size: 112.5%;
    }

    .logoImage
    {
        max-height: 75px;
    }
    
    .splitContainer
    {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
    }
    
    .splitLeft
    {
        width: 100%;
        border: 40px solid #85539dff;
        border-bottom: none;
    }

    .splitRight
    {
        width: 100%;
        border: 40px solid #172851ff;
        border-top: none;
    }
    
    .pitchContent
    {
        width: 90%;
    }
    
    .contentArea
    {
        padding: 3% 5%;
    }
    
/*
    h1
    {
        font-size: 1.5em;
    }

    h2
    {
        font-size: 1.25em;
    }

    h3
    {
        font-size: 1.125em;
    }
*/
}

@media screen and (max-width: 500px)
{
    body
    {
        font-size: 100%;
    }

    ul
    {
        padding-inline-start: 20px;
    }

    .listImage
    {
        height: 90px;
    }

    .logoImage
    {
        max-height: 55px;
    }

}
