@media (max-width:500px) {
    div.images {
        background-color: white;
        width:100%;
        height: 2000px;
        display:grid;
        grid-template-columns: repeat(1, auto);
        grid-template-rows: repeat(6, auto);
        gap: 2px;
    }
    .row1 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px 10px;
        margin-top:50px;
    }
    div.row1 img {
        width:100%;
        height:fit-content;
        margin: 10px 10px;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    .row2 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px 10px;
        margin-top:50px;
    }
    div.row2 img {
        width:100%;
        height:fit-content;
        margin: 10px 10px;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    .row3 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px 10px;
        margin-top:50px;
    }
    div.row3 img {
        width:100%;
        height:fit-content;
        margin: 10px 10px;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    div.choice {
        margin:auto;
        margin-top:100px;
        height:10em;
        width:100%;
        background-color: transparent;
        align-content: center;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    p.paragraph {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 50px;
        width:300px;
        height:2em;
        color:white;
        font-weight: 10px;
        font-size: 40px;
        size:4em;
        font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-style: solid;
        border-width: 2px;
        border-radius: 2px;
        border-color: white;
        text-decoration: none;
    }
    p.paragraph:hover {
        background-color: white;
        color:black;
    }
    .choice a {
        text-decoration: none;
    }
    hr{
        width: 70%;
        margin: auto;
        margin-top:20px;
        margin-left: 10%;
        margin-bottom: 0;
    }
}
@media (min-width:501px) and (max-width:1000px) {
    div.images {
        background-color: white;
        width:100%;
        height: 900px;
        display:grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(6, auto);
        gap: 2px;
    }
    .row1 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px 10px;
        margin-top:20px;
    }
    div.row1 img {
        width:100%;
        height:fit-content;
        margin: 10px auto;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    .row2 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px 10px;
        margin-top:20px;
    }
    div.row2 img {
        width:100%;
        height:fit-content;
        margin: 10px auto;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    .row3 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px 10px;
        margin-top:20px;
    }
    div.row3 img {
        width:100%;
        height:fit-content;
        margin: 10px auto;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    div.choice {
        margin:auto;
        margin-top:100px;
        height:10em;
        width:100%;
        background-color: transparent;
        align-content: center;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    p.paragraph {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 50px;
        width:300px;
        height:2em;
        color:white;
        font-weight: 10px;
        font-size: 40px;
        size:4em;
        font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-style: solid;
        border-width: 2px;
        border-radius: 2px;
        border-color: white;
        text-decoration: none;
    }
    p.paragraph:hover {
        background-color: white;
        color:black;
    }
    .choice a {
        text-decoration: none;
    }
    hr{
        width: 70%;
        margin: auto;
        margin-top:20px;
        margin-left: 10%;
        margin-bottom: 0;
    }
}
@media (min-width:1001px) {
    div.images {
        background-color: white;
        width:100%;
        height: 1200px;
        display:grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        gap: 2px;
    }
    .row1 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px auto;
        margin-top:100px;
    }
    div.row1 img {
        width:100%;
        height:fit-content;
        margin: 10px 10px;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    .row2 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px auto;
        margin-top:100px;
    }
    div.row2 img {
        width:100%;
        height:fit-content;
        margin: 10px 10px;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    .row3 {
        width: 400px;
        height: fit-content;
        background-color: transparent;
        margin: 10px auto;
        margin-top:100px;
    }
    div.row3 img {
        width:100%;
        height:fit-content;
        margin: 10px 10px;
        box-shadow: 10px 10px 0px 0px#2b3844;
    }
    div.choice {
        margin:auto;
        margin-top:50px;
        height:10em;
        width:100%;
        background-color: transparent;
        align-content: center;
        display:flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    p.paragraph {
        margin: 0 50px;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 50px;
        width:300px;
        height:2em;
        color:white;
        size:2em;
        font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-style: solid;
        border-width: 2px;
        border-radius: 2px;
        border-color: white;
        text-decoration: none;
        font-size: 2.5em;
    }
    .choice a {
        text-decoration: none;
    }
    hr{
        width: 80%;
        margin: 10% 100px;
        margin-left: 10%;
        margin-bottom: 0;
    }
    p.paragraph:hover {
        background-color: white;
        color:black;
    }
}

div#fade {
    width:100%;
    height:4px;
    background-image:linear-gradient(to top, #ffffff, transparent);
}
h1 {
    font-family: Book Antiqua;
    font-size: 4em;
    text-align: center;
    width: 50%;
    height: 100px;
    margin: auto;
    margin-top: 100px;
    color:white;
}
