@font-face {
    font-family: Glacial;
    src: url(/fonts/GlacialIndifference-Regular.otf);
    html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.h1 {
    margin-top: 0;
    color: gray;
    font-size: 44px;
}

a {
    text-decoration: none;
    color: #00CDEF;
}

    a:link, a:visited {
        text-decoration: none;
        color: #00CDEF;
    }

    a:active, a:hover {
        text-decoration: none;
        color: #00ACC6;
    }

.btn-custom {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    background-color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    display: inline-block;
    padding: 9.5px 16px;
    cursor: pointer;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

    .btn-custom:hover {
        background-color: rgba(0,0,0,0.08);
    }

    .btn-custom:active {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
        background-color: rgba(0,0,0,0.15);
    }

    .btn-custom > div {
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .btn-custom a, .btn-custom a:hover, .btn-custom a:active, .btn-custom a:visited {
        color: black;
    }


.imageContainer img, .socialmediaImage img {
    width: 100%;
}

.socialmediaImage {
    max-width: 60px;
}

.glyphicon {
    top: 2px;
}

.imageContainer img, .socialmediaImage img {
    width: 100%;
}
