﻿@media screen and (max-width: 767px) {
    h1, h2, h3 {
        font-size: 30px !important;
        font-weight: bold !important;
    }

    #homescreen ul li, #homescreen p {
        font-size: 18px;
    }

    #examples {
        display: none;
    }

    #homescreen {
        width: 100%;
        margin: 160px 0 0 10px !important;
        padding: 0 !important;
    }

    section img {
        width: 100% !important;
        max-width: 500px;
        margin: 0 auto !important;
        float: none !important;
    }

    .alert {
        top: 184px;
        z-index: 100;
    }
}
