﻿
body {
    padding: 130px;
}

.nav-logo {
    max-height: 7em;
    max-width: 10em;
}

.nav-item {
    text-align: right;
    font-size: 1.5em;
}


footer {
    height: 32px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.footer-light-text {
    color: rgba(255, 255, 255, 0.75);
}

iframe {
    border: 0;
}