@charset "utf-8";
@media (max-aspect-ratio: 4/3), (aspect-ratio: 4/3)
{
    .home-header
    {
        text-align: center;
        font-weight: bold;
        letter-spacing: -2px;
        background-color: rgb(255, 213, 157);
        margin-top: 380px;
        color:black;
        border-top: 7px solid black;
        border-bottom: 7px solid black;
    }
    .home-header-container
    {
        margin:auto;
        font-size: 18vw;
        line-height: 13.8vw;
        padding: 1vw;
    }
    .home-subheader
    {
        width:95%;
        margin:auto;
        margin-top: 10px;
        text-align: center;
        font-style: italic; 
        font-weight: bold;
        font-size: 50px;
        color:rgb(39, 39, 39);
        line-height: 42px;
    }
    .home-unsure-container
    {
        width:100%;
        margin:auto;
        margin-top: 300px;
        margin-bottom: 300px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(200, 234, 255), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-unsure
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    .home-question-container
    {
        width:100%;
        margin:auto;
        margin-top: 300px;
        margin-bottom: 300px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(255, 240, 200), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-question
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    .home-help-container
    {
        width:100%;
        margin:auto;
        margin-top: 300px;
        margin-bottom: 300px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(255, 200, 200), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-help
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    .home-good-container
    {
        width:100%;
        margin:auto;
        margin-top: 300px;
        margin-bottom: 300px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(200, 255, 224), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-good
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    /*STORY CONTAINER*/
    .home-featured-story-container
    {
        width:85%;
        height:600px;
        margin:auto;
        background-image: linear-gradient(to right, rgb(193, 193, 193), rgb(144, 144, 144));
        border: 8px solid black;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .home-featured-story-proclaimer
    {
        font-weight: bold;
        font-style: italic;
        font-size: 7vw;
        text-align: center;
        line-height: 5.8vw;
        padding: 10px;
    }
    .home-featured-story-subcontainer
    {
        width:90%;
        margin:auto;
        height:438px;
        background-color: rgba(0, 0, 0, 0.096);
        border:4px solid black;
        overflow-y: scroll;
    }
    .home-featured-story-title
    {
        width:98%;
        margin:auto;
        font-weight: bold;
        font-stretch: condensed;
        font-size: 4vw;
        color:rgb(49, 0, 67);
    }
    .story-featured-story-subsubcontainer
    {
        width:98%;
        margin:auto;
    }
    .home-featured-story-image-container
    {
        width:40%;
        float: left;
        margin-left:1vw;
        margin-right: 1.5vw;
        margin-top: 1.5vw;
    }
    .home-featured-story-image
    {
        width:100%;
        border:3px solid black;
    }
    .home-featured-story-text
    {
        font-size: 3vw;
        height:20%;
        color:rgb(44, 44, 44);
    }
    /*TOPIC CONTAINER*/
    .home-featured-topic-container
    {
        width:85%;
        height:600px;
        margin:auto;
        background-image: linear-gradient(to right, rgb(189, 205, 187), rgb(144, 158, 142));
        border: 8px solid black;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .home-featured-topic-proclaimer
    {
        font-weight: bold;
        font-style: italic;
        font-size: 6vw;
        text-align: center;
        line-height: 5.8vw;
        padding: 10px;
    }
    .home-featured-topic-subcontainer
    {
        width:90%;
        margin:auto;
        height:438px;
        background-color: rgba(0, 0, 0, 0.096);
        border:4px solid black;
        overflow-y: scroll;
    }
    .home-featured-topic-title
    {
        width:98%;
        margin:auto;
        font-weight: bold;
        font-stretch: condensed;
        font-size: 4vw;
        color:rgb(49, 0, 67);
    }
    .story-featured-topic-subsubcontainer
    {
        width: 98%;
        margin:auto;
    }
    .home-featured-topic-image-container
    {
        width:40%;
        float: left;
        margin-left:1vw;
        margin-right: 1.5vw;
        margin-top: 1.5vw;
    }
    .home-featured-topic-image
    {
        width:100%;
        border:3px solid black;
    }
    .home-featured-topic-text
    {
        font-size: 3vw;
        height:20%;
        color:rgb(44, 44, 44);
    }
    /*SOURCES CONTAINER*/
    .home-featured-source-container
    {
        width:85%;
        height:600px;
        margin:auto;
        background-image: linear-gradient(to right, rgb(205, 187, 187), rgb(158, 142, 142));
        border: 8px solid black;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .home-featured-source-proclaimer
    {
        font-weight: bold;
        font-style: italic;
        font-size: 6vw;
        text-align: center;
        line-height: 5.8vw;
        padding: 10px;
    }
    .home-featured-source-subcontainer
    {
        width:90%;
        margin:auto;
        height:438px;
        background-color: rgba(0, 0, 0, 0.096);
        border:4px solid black;
        overflow-y: scroll;
    }
    .home-featured-source-title
    {
        width:98%;
        margin:auto;
        font-weight: bold;
        font-stretch: condensed;
        font-size: 4vw;
        color:rgb(49, 0, 67);
    }
    .story-featured-source-subsubcontainer
    {
        width:98%;
        margin:auto;
    }
    .home-featured-source-image-container
    {
        width:40%;
        float: left;
        margin-left:1vw;
        margin-right: 1.5vw;
        margin-top: 1.5vw;
    }
    .home-featured-source-image
    {
        width:100%;
        border:3px solid black;
    }
    .home-featured-source-text
    {
        font-size: 3.5vw;
        height:20%;
        color:rgb(44, 44, 44);
    }
    /*FOR LATEST STORIES*/
    .home-latest-stories-container
    {
        margin-top: 150px;
    }
    .home-latest-stories-proclaimer
    {
        text-align: center;
        font-size: 4.5vw;
        font-weight: bold;
    }
    .home-latest-stories-subcontainer
    {
        width:90%;
        margin:auto;
        margin-top: 25px;
        border:6px solid #000000;
        background-color: rgba(0, 0, 0, 0.205);
        overflow-x: scroll;
    }
    .home-latest-stories-subsubcontainer
    {
        width: 3100px;
    }
    .home-latest-story-container
    {
        width:500px;
        
        border: 4px solid #000000;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
        display:inline-block;
    }
    .home-lastest-story-subcontainer
    {
        width:95%;
        margin:auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home-latest-story-title
    {
        font-size: 42px;
        line-height: 38px;
        font-weight: bold;
        font-stretch: condensed;
    }
    .home-latest-story-date
    {
        color:gray;
        font-size: 28px;
        font-stretch: condensed;
    }
    .home-latest-story-img-container
    {
        width:99%;
    }
    .home-latest-story-img
    {
        width:100%;
        border:3px solid gray;
    }
    .home-latest-story-img-caption
    {
        color:gray;
        font-size: 22px;
    }
}
@media (min-aspect-ratio: 4/3)
{
    .home-header
    {
        text-align: center;
        font-weight: bold;
        /*background-color: rgb(255, 213, 157);*/
        margin-top: 180px;
        color:black;
        /*
        border-top: 7px solid black;
        border-bottom: 7px solid black;*/
    }
    .home-header-container
    {
        margin:auto;
        font-size: 8vw;
    }
    .home-subheader
    {
        width:90%;
        margin:auto;
        margin-top: 10px;
        text-align: center;
        font-style: italic; 
        font-weight: bold;
        font-size: 50px;
        color:rgb(39, 39, 39);
        line-height: 42px;
    }
    .home-unsure-container
    {
        width:100%;
        margin:auto;
        margin-top: 150px;
        margin-bottom: 100px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(200, 234, 255), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-unsure
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    .home-question-container
    {
        width:100%;
        margin:auto;
        margin-top: 150px;
        margin-bottom: 100px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(255, 240, 200), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-question
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    .home-help-container
    {
        width:100%;
        margin:auto;
        margin-top: 150px;
        margin-bottom: 100px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(255, 200, 200), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-help
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    .home-good-container
    {
        width:100%;
        margin:auto;
        margin-top: 150px;
        margin-bottom: 100px;
        background-image: linear-gradient(to right, rgba(232,218,213,1.00), rgb(200, 255, 224), rgba(232,218,213,1.00));
        border-top: 4px solid gray;
        border-bottom: 4px solid gray;
    }
    .home-good
    {
        width:85%;
        margin:auto;
        text-align: center;
        font-size: 40px;
        padding:50px;
    }
    /*STORY CONTAINER*/
    .home-featured-story-container
    {
        width:85%;
        height:600px;
        margin:auto;
        background-image: linear-gradient(to right, rgb(193, 193, 193), rgb(144, 144, 144));
        border: 8px solid black;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .home-featured-story-proclaimer
    {
        font-weight: bold;
        font-style: italic;
        font-size: 4vw;
        text-align: center;
        line-height: 5.8vw;
        padding: 10px;
    }
    .home-featured-story-subcontainer
    {
        width:90%;
        margin:auto;
        height:438px;
        background-color: rgba(0, 0, 0, 0.096);
        border:4px solid black;
        overflow-y: scroll;
    }
    .home-featured-story-title
    {
        width:98%;
        margin:auto;
        font-weight: bold;
        font-stretch: condensed;
        font-size: 3vw;
        color:rgb(49, 0, 67);
    }
    .story-featured-story-subsubcontainer
    {
        width:98%;
        margin:auto;
    }
    .home-featured-story-image-container
    {
        width:30%;
        float: left;
        margin-left:1vw;
        margin-right: 1.5vw;
        margin-top: 1.5vw;
    }
    .home-featured-story-image
    {
        width:100%;
        border:3px solid black;
    }
    .home-featured-story-text
    {
        font-size: 1.9vw;
        height:20%;
        color:rgb(44, 44, 44);
    }
    /*TOPIC CONTAINER*/
    .home-featured-topic-container
    {
        width:85%;
        height:600px;
        margin:auto;
        background-image: linear-gradient(to right, rgb(189, 205, 187), rgb(144, 158, 142));
        border: 8px solid black;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .home-featured-topic-proclaimer
    {
        font-weight: bold;
        font-style: italic;
        font-size: 3.45vw;
        text-align: center;
        line-height: 5.8vw;
        padding: 10px;
    }
    .home-featured-topic-subcontainer
    {
        width:90%;
        margin:auto;
        height:438px;
        background-color: rgba(0, 0, 0, 0.096);
        border:4px solid black;
        overflow-y: scroll;
    }
    .home-featured-topic-title
    {
        width:98%;
        margin:auto;
        font-weight: bold;
        font-stretch: condensed;
        font-size: 3vw;
        color:rgb(49, 0, 67);
    }
    .story-featured-topic-subsubcontainer
    {
        width: 98%;
        margin:auto;
    }
    .home-featured-topic-image-container
    {
        width:30%;
        float: left;
        margin-left:1vw;
        margin-right: 1.5vw;
        margin-top: 1.5vw;
    }
    .home-featured-topic-image
    {
        width:100%;
        border:3px solid black;
    }
    .home-featured-topic-text
    {
        font-size: 1.9vw;
        height:20%;
        color:rgb(44, 44, 44);
    }
    /*SOURCES CONTAINER*/
    .home-featured-source-container
    {
        width:85%;
        height:600px;
        margin:auto;
        background-image: linear-gradient(to right, rgb(205, 187, 187), rgb(158, 142, 142));
        border: 8px solid black;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .home-featured-source-proclaimer
    {
        font-weight: bold;
        font-style: italic;
        font-size: 3.5vw;
        text-align: center;
        line-height: 5.8vw;
        padding: 10px;
    }
    .home-featured-source-subcontainer
    {
        width:90%;
        margin:auto;
        height:438px;
        background-color: rgba(0, 0, 0, 0.096);
        border:4px solid black;
        overflow-y: scroll;
    }
    .home-featured-source-title
    {
        width:98%;
        margin:auto;
        font-weight: bold;
        font-stretch: condensed;
        font-size: 3vw;
        color:rgb(49, 0, 67);
    }
    .story-featured-source-subsubcontainer
    {
        width:98%;
        margin:auto;
    }
    .home-featured-source-image-container
    {
        width:30%;
        float: left;
        margin-left:1vw;
        margin-right: 1.5vw;
        margin-top: 1.5vw;
    }
    .home-featured-source-image
    {
        width:100%;
        border:3px solid black;
    }
    .home-featured-source-text
    {
        font-size: 1.9vw;
        height:20%;
        color:rgb(44, 44, 44);
    }
    /*FOR LATEST STORIES*/
    .home-latest-stories-container
    {
        margin-top: 150px;
    }
    .home-latest-stories-proclaimer
    {
        text-align: center;
        font-size: 3vw;
        font-weight: bold;
    }
    .home-latest-stories-subcontainer
    {
        width:90%;
        margin:auto;
        margin-top: 25px;
        border:6px solid #000000;
        background-color: rgba(0, 0, 0, 0.205);
        height:400px;
    }
    .home-latest-stories-subsubcontainer
    {
        width:90%;
        margin:auto;
    }
    .home-latest-story-container
    {
        width:13.9vw;
        
        border: 0.2vw solid #000000;
        margin-left: 0.8vw;
        margin-right: 0.8vw;
        margin-top: 30px;
        display:inline-flex;
    }
    .home-lastest-story-subcontainer
    {
        width:95%;
        margin:auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home-latest-story-title
    {
        font-size: 1.3vw;
        line-height: 1.3vw;
        font-weight: bold;
        font-stretch: condensed;
    }
    .home-latest-story-date
    {
        color:gray;
        font-size: 0.8vw;
        font-stretch: condensed;
    }
    .home-latest-story-img-container
    {
        width:99%;
    }
    .home-latest-story-img
    {
        width:100%;
        border:3px solid gray;
    }
    .home-latest-story-img-caption
    {
        color:gray;
        font-size: 22px;
    }
}
