﻿html,
body {
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.back-to-top {
    background: none;
    margin: 5px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: none;
    text-decoration: none;
}

.back-to-top i {
    font-size: 50px;
}
.siteHeaderName {
    font-size: 3em;
}
@media (max-width: 380px) {
    .siteHeaderName{
        font-size:2em;
    }
    .siteLogoHeader {
        display:none;
    }
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
