body:before, body:after {
    content: "";
    position: fixed;
    background: transparent;
    left: 0;
    right: 0;
    height: 10px;
}

body:before {
    top: 0;
}

body:after {
    bottom: 0;
}

body {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    letter-spacing: -0.2px;
    font-family: 'Marcellus', Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
    text-rendering: optimizelegibility;
    margin: 0;
    padding: 0;
    background-color: #4c3525;
}

.container {
    max-width: 600px;
    margin: 3em auto;
    padding: 2em;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
    /*91 */
    background-color: rgba(254, 243, 218, 0.9);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.6);
}

/* https://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile */
@media (min-width: 320px) {
    .container {
        margin: 1em auto;
        padding: 1em;
    }
}

@media (min-width: 481px) {
    .container {
        margin: 1em auto;
        padding: 1em;
    }
}

@media (min-width: 641px) {
    .container {
        margin: 1em auto;
        padding: 1em;
    }
}

@media (min-width: 961px) {
    .container {
        margin: 1em auto;
        padding: 1em;
    }
}

@media (min-width: 1025px) {
    .container {
        margin: 2em auto;
        padding: 2em;
    }
}

@media (min-width: 1281px) {
    .container {
        margin: 2em auto;
        padding: 2em;
    }
}

h1 {
    text-transform: uppercase;
    text-align: center;
    margin-top: -0.25em;
    margin-bottom: 0.5em;
    color: #333;
}

.link-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}

.link-item img {
    width: auto;
    height: auto;
    margin-right: 1em;
    border-radius: 4px;
    max-width: 100px;
    max-height: 50px;
}

.link-img {
    width: 100px;
    text-align: center;
}

.link-text {
    margin-left: 1em;
    line-height: 1.4;
}

.link-text a {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    color: #3366cc;
}

.link-text a:hover {
    text-decoration: underline;
}

.link-description {
    font-size: 0.95em;
    color: #555;
}

.space {
    min-height: 50px;
}

#footer {
    margin-top: 2.5em;
    text-align: center;
}

#bingCopyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    color: white;
    opacity: 0.8;
    font-size: 0.95em;
    font-weight: 600;
    z-index: -1;
    white-space: nowrap;
    /*padding: 5px;
    margin-top: -40px;*/
}

/* EspoCRM */
#imgespo {
    filter: invert(50%) hue-rotate(190deg) saturate(500%);
}