﻿
@media only screen and (max-width: 768px) {

    .mobileFullBorder {
        width: 100% !important;
    }

    .mobileHeader {
        display: block !important;
    }

    .mobileHeaderHide {
        display: none;
    }

    #mobileapp {
        display: block !important;
    }
}


.modal-body p {
    font-size: medium;
}

h1 {
    color: grey !important;
}

img {
    width: 100%
}

@media only screen and (max-width: 1199px){
    article {
        padding-bottom: 5% !important
    }
    
}