body.dial-page {
    background: url('/dial/background') no-repeat center center fixed #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

header {
    padding: 156px 0 100px;
}

header.home-header {
    background: linear-gradient(
        rgba(0, 0, 0, 0.38),
        rgba(0, 0, 0, 0.38)
    ), url('/images/header.jpg');
    padding: 310px 0 100px !important;
}

section {
    padding: 150px 0;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

.dial-buttons {
    margin-top: 2em;
}

.dial-container {
    display: inline-block;
    margin: .5em;
    border-width: 0;
    background-color: unset;
    min-width: 6.2em;
    max-width: 6.2em;
}

.dial-image {
    text-decoration: none;
    display: block;
    min-height: 4.85em;
    max-height: 4.85em;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: -3px 3px 5px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px 3px 5px 5px rgba(0,0,0,0.5);
    box-shadow: -3px 3px 5px 5px rgba(0,0,0,0.5);
}

.dial-name-container {
    padding: .7em 1.25em 0 1.25em;
}

.dial-name {
    display: inline-block;
    min-height: .5em;
    max-height: 1.8em;
    padding: 0.2em 0.8em 1em 0.75em;
    color: #c0b8b5;
    border: 1px;
    border-radius: 1em;
    background-color: rgba(47, 43, 46, 0.9);
}

.menu-container {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.menu {
    display: inline-block;
}

a.menu, a.menu:link, a.menu:visited, a.menu:hover, a.menu:active,
a.dial-image, a.dial-image:link, a.dial-image:visited, a.dial-image:hover, a.dial-image:active {
    text-decoration: none;
    color: #000000;
}

.menu-container > .menu {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.menu-container:hover > .menu {
    opacity: 1;
}

@media (min-width: 576px) {
    .dial-container {
        min-width: 8.5em;
        max-width: 8.5em;
    }

    .dial-image {
        min-height: 6.6em;
        max-height: 6.6em;
    }
}

@media (min-width: 768px) {
    .dial-container {
        margin: 0.7em;
        min-width: 10em;
        max-width: 10em;
    }

    .dial-image {
        min-height: 7.75em;
        max-height: 7.75em;
    }
}

@media (min-width: 992px) {
    .dial-container {
        min-width: 12.5em;
        max-width: 12.5em;
    }

    .dial-image {
        min-height: 9.7em;
        max-height: 9.7em;
    }
}

@media (min-width: 1200px) {
    .dial-container {
        margin: 1em;
        min-width: 14.1em;
        max-width: 14.1em;
    }

    .dial-image {
        min-height: 10.9em;
        max-height: 10.9em;
    }
}
