﻿/* Basic Styling */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.img-fluid {
    max-height: 500px;
    max-width: 750px;
    width:auto;
    height:auto;
}

@media (max-width: 535px) {
    .left-column img {
        width: 220px;
        top: -85px;
    }
}
