﻿/*Desktop Customizations*/
@media only screen and (min-width: 600px) {
    .mobileonly {
        display: none;
    }

    .pc-container {
        top: auto;
    }

}

/*Mobile Customizations*/
@media only screen and (max-width: 600px) {
    .mobileonly {
        display: default;
    }
}

.slim {
    border-radius: 50%;
}
.Hidden{
    display:none;
}

img.logo-lg {
    max-width: 233px;
}