﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@media screen and (max-width: 600px) {

    .mt100 {
        margin-top: 120px;
    }

    .astro-center-img {
        width: 100px;
        /*background-image: url("https://via.placeholder.com/100");*/
    }

    section h2 {
        font-size: 2em;
    }

    header .container {
        padding-top: 150px;
    }

    #astroSearchBox {
        padding-bottom: 8px;
    }
}

@media screen and (min-width: 900px) {

    .mt100 {
        margin-top: 100px;
    }

    .astro-center-img {
        width: 200px;
        /*background-image: url("https://via.placeholder.com/200");*/
    }
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.card-body {
    padding-left: 10px;
}

section#portfolio {
    padding-bottom: 10px;
}

section#lstLocation {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
}

#astroShowDetails {
    padding-top: 8px;
}

.whatsappme {
    font-size: 64px;
}

.aWhite {
    color: #ffffff;
}

#frmPaging #pageNo {
    width: 50px;
}
