.page {
    border: 1px solid gray;
    justify-content: center;
    display: block;
    max-width: 1600px;
    margin: 0 auto;
}

.logo_panel {
    text-align: center;
    height: 200px;
}

/* .the_logo
{
    height: 140px;
    margin: 20px;
} */

.report_background
{
    background: url('/static/img/key_strip.jpeg');
    background-position: center;
}

.rep_rows
{
    width:100%;
}

.report_types
{
    display:flex;
    background-color: var(--semi_primary);
    height: 300px;
    /* margin: 0 auto; */
}

.complaint_header
{
    display: flex;
    /* font-family: Poppins-Bold; */
    color: white;
    justify-content: center;
    padding-top: 20px;
    font-size: xx-large;
}

.types 
{
    display: flex;
}

.complaint_type_button
{
    /* display: inline-block; */
    background-color:var(--menu_bg);
    color: var(--menu_item_text);
    border-radius: 24px;
    border: 1px solid var(--secondary);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Poppins;
    /* height: 40px; */
    width: 200px;
    font-size:large;
    opacity: 1;
    cursor: grab;
    /* margin: 40px; */
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    display: inline-flex;
    justify-content: center; /* center the content horizontally */
    align-items: center;
}

.nav_strip
{
    /* display: inline-block; */
    height: 60px;
    width: 50%;
    display: flex;
    /* background-color: fuchsia; */
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.nav_text
{
    color: var(--primary);
    width: 25%;
    font-family: Poppins-Bold;
}

.hotline_panel
{
    background-color: lightgrey;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: small;
}

.message_panel
{
    /* background-color: lightgrey; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: small;
}

.nav_text:hover
{
    color: var(--secondary);
}

.powered_by
{
    background-color: rgb(89, 87, 87);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: small;
    color: darkgrey;
}

.box_panel
{
    width: 100%;
    /* background-color: aqua; */
    /* display: inline-flex; */
    /* flex-direction: row; */
    height: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.box {
    /* display: inline-flex; */
    /* flex-grow: initial; */
    /* color: white;
    background: blue; */
    float: left;
    /* padding: 5px; */
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    min-width: 200px;
    height: 200px;
    width: 19%;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-align: center;
    /* justify-content: center; */

}

.icon_strip
{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    padding-top: 4px;
}

.contact_panel
{
    display: inline-block;
    width: 90%;
    /* height:260px; */
    /* display: flex; */
    align-items: center;
    margin: 0 auto;
}

.contact_icon
{
    display:block;
    color: var(--primary);
    height: 32px;
    width: 40px;
    font-size: x-large;
    /* text-align: center; */
}

.qr_code
{
    color: var(--primary);
    /* height: 50px; */
    width: 140px;
    height: 140px;
    margin-top: -12px;
    /* width: 40px; */
    /* font-size: x-large; */
}

.contact_text
{
    font-size: small;
    text-overflow:ellipsis;
    padding-left: 2px;
    padding-right: 2px;
}

.contact_title
{
    font-size: medium;
    font-family: Poppins-Bold;
    padding-bottom: 6px;
}

.contact_button
{
    padding: 10px;
    margin: 5px;
    display: inline-block;
    text-align: center;
    width: 20%;
    /* height: 210px; */
    border: 1px solid lightgray;
    border-radius: 5px;
    min-width: 180px;
}

/* .qr_code
{
    width: 100px;
    height: 100px;
} */

@media screen and (min-width: 500px) 
{
   .the_logo
    {
        height: 140px;
        margin: 20px;
    }
}

@media screen and (max-width: 500px) 
{
    .contact_button {
        width: 92%;
    }

    .the_logo
    {
        /* height: 140px; */
        /* margin: 20px;
        padding: 20px; */
        max-width: 100%;
        /* height: 80%; */
        /* margin-bottom: 20px; */
    }

    .rep_rows
    {
        width:100%;
        padding-left: 10px;
    }

    .nav_strip
    {
        display: block;
        height: 130px;
        width: 96%;
        /* display: flex; */
        /* background-color: fuchsia; */
        text-align: center;

        /* margin: 0 auto; */
    }

    .nav_text
    {
        color: var(--primary);
        width: 100%;
        font-family: Poppins-Bold;
    }

    .logo_panel 
    {
        text-align: center;
        height: 150px;
    }

    .types 
    {
        display: block;
    }

    .complaints_panel
    {
        display: block;
        height: 100%;
    }

    .complaint_type_button
    {
        background-color:var(--menu_bg);
        color: var(--menu_item_text);
        border-radius: 24px;
        border: 1px solid var(--secondary);
        padding-bottom: 4px;
        padding-right: 6px;
        padding-left: 6px;
        font-family: Poppins;
        /* height: 30px; */
        width: 160px;
        font-size:large;
        opacity: 1;
        cursor: grab;
        /* margin: 40px; */
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    .contact_button
    {
        padding: 10px;
        margin: 5px;
        display: inline-block;
        text-align: center;
        /* width: 20%; */
        /* height: 210px; */
        border: 1px solid lightgray;
        border-radius: 5px;
        min-width: 200px;
    }

    .box_panel
    {
        width: 100%;
        height: 120px;
        margin-left: 0px;
    }

    .box {
        margin-left: 4%;
        height: unset;
        /* color: white;
        background: blue;
        float: left;
        padding: 10px;
        margin: 20px;
        min-width: 200px; */
        width: 90%;
        padding-bottom: 5px;
    }

}