﻿

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .gender{
        text-align:center;
    }
    .mobile {
        max-width: fit-content;
    }
    .age,.height,.currency {
        width:120px;
    }
    .mobilepadding{
        padding-bottom:15px;
        padding-top:15px;
    }
    .mobilecode {
            width: 85px;
            padding-right: 10px;
    }
    .leftbar,.rightbar,.footer{
        display:none;
    }
    .contentcenter{
        width:100vw;
    }
    .pb-3{
        width:100vw;
    }
    footer{
        display:none;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
    footer {
        display: none;
    }

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    footer {
        display: none;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    footer{
        width:100vw;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
    footer {
        width: 100vw;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    footer {
        width: 100vw;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
    footer {
        width: 100vw;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
    footer {
        width: 100vw;
    }
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
    footer {
        display: none;
    }
}
