* {
    margin: 0;
}

/* phone sizing */
@media (min-width: 576px) {

        .big {
            display: none;
        }
        .norm {
            display: none;
        }
        .tiny {
            font-size: small ;
            padding: 0px;
            text-align: right;
            
        }
    h1 {
        text-align: center;
        background-color: lightyellow;
        padding: 20px;
        text-decoration: underline;
    


    }

    h5 {

        font-size: 20px;
    }

    nav {
        background-color: rgb(248, 248, 204);
        padding: 10px;
        text-align: center;


    }

    a {

        background-color: rgb(184, 250, 228);
        padding: 10px;
        font-weight: bold;
        text-decoration: none;
        color: rgb(0, 0, 255);


    }

    li {
        list-style-type: none;

    }


    h2 {

        text-align: center;
        margin-top: 50px;
    }

    .beanpic {

        width: 250px;
        margin-left: 50px;

        float: inline-start;
        margin-right: 20px;
        border: black solid;
        box-shadow: grey 5px 5px;
        margin-bottom: 30px;
    }

    h3 {
        margin-top: 50px;
        text-decoration: underline;
        font-size: xx-large;
        text-shadow: grey 1px 1px;

    }

    p {
        margin-bottom: 20px;
        font-size: large;
    }

    #dog {
        clear: both;
        width: 300px;
        float: right;
        height: 400px;
        object-fit: cover;
        box-shadow: grey -5px 5px;
        margin-left: 20px;
        border: black solid;
        margin-bottom: 50px
    }

    .doghead {
        clear: left;
        text-align: right;

    }

    .dogp {

        text-align: right;
    }


    .click {

        float: right;
    }


    .Factcheck {
        display: none;


    }

    .Factcheck1 {

        display: none;
    }
}

/* bit bigger screens, maybe like ipads? */

@media (min-width: 720px) {

    .tiny {

        display: none;
    }
    .norm {

        display:block;
        text-align: right;
        font-size: large;
        padding: 0px;

    }


    h1 {
        text-align: center;
        background-color: lightyellow;
        padding: 20px;
        font-size: xxx-large;

    }

    h3 {
        margin-top: 50px;
        text-decoration: underline;
        font-size: xx-large;
        text-shadow: grey 1px 1px;
    }

    .doghead {


        text-align: right;


    }

    #dog {
        clear: both;
        width: 300px;
        float: right;
        height: 400px;
        object-fit: cover;
        box-shadow: grey -5px 5px;
        margin-left: 20px;
    }

    .doghead {

        text-align: right;
    }

    .beanpic {

        width: 250px;
        margin-left: 50px;

        float: inline-start;
        margin-right: 20px;
        border: black solid;
        box-shadow: grey 5px 5px;
        position: inherit;
    }

    .Factcheck {
        margin-top: 50px;
        font-size: xx-large;
        display: inline-block;
        text-shadow: green 1px 1px;
        color: rgb(18, 44, 18);
        border-radius: 10px;
        padding: 10px;

    }

    .Factcheck1 {

        display: inline-block;

        margin-top: 80px;
        font-size: xx-large;
        text-shadow: green 1px 1px;
        color: rgb(18, 44, 18);
        border-radius: 10px;
        padding: 10px;
        text-align: right;

    }

    li {
        list-style-type: none;


    }
}

/* the big boy screens, like tvs or desktops */
@media (min-width: 992px) {
    .norm {

        display: none;
    }
    .big {

        display: block;
        text-align: right;
        padding: 0px;
        font-size: 50px;
    }
    
    h1 {
        text-align: center;
        background-color: lightyellow;
        padding: 20px;
        font-size: 100px;
        color: yellow;
        -webkit-text-stroke: black 1px;
        text-shadow: grey 1px 5px;
    }

    a {
        font-size: xx-large;
        background-color: rgb(184, 250, 228);
        padding: 10px;
        font-weight: bold;
        text-decoration: none;
        color: rgb(0, 0, 255);


    }

    .beanpic {

        width: 400px;
        margin-left: 50px;

        float: inline-start;
        margin-right: 20px;
        border: black solid;
        box-shadow: grey 5px 5px;
        position: inherit;
    }

    #dog {
        clear: both;
        width: 500px;
        float: right;
        height: 400px;
        object-fit: cover;
        box-shadow: grey -5px 5px;
        margin-left: 20px;
        border: black solid;
    }

    p {
        margin-bottom: 20px;
        font-size: large;
        font-size: 30px;

    }

    h2 {

        font-size: 40px;
        text-shadow: grey 2px 2px;
        color: rgb(60, 60, 77);
    }

    .doghead {
        font-size: 60px;

    }

    h3 {

        font-size: 60px;
    }



}