body {
    height: 100%;
}

.bg1 {
    background: url('elephant.jpg');
    background-size: cover;
    overflow: hidden;
    min-height: 1480px;
    background-position: center;
    background-repeat: no-repeat;

}

h1, h2, h3, p, a {
    /*background: rgba(11,60,56,0.7);*/
    color: #fff;
    font-family: 'Work Sans', sans-serif !important;
    border-radius: 5px;
    padding: 10px;
    letter-spacing: 1px;
}

hr {
    border-color: #ffffff8c;
}

p {
    font-size: 24px;
}

a {
    font-size: 24px;
}

a:hover {
    color: #228999;
    text-decoration: none;
}

h1 {
    font-weight: 600 !important;
    font-size: 90px;
}

.lead {
    font-size: 36px;
}

.jumbotron {
    background: rgba(11, 60, 56, 0.7) !important;
    padding-top: 25px;
}

@media (max-width: 576px) {
    .bg1 {
        padding: 0px;
    }

    h1 {
        font-size: 36px;
        margin-top: 15px;
    }

    .lead {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    a {
        font-size: 18px;
    }

    .contact-link {
        font-size: 14px;
    }
}

img.internet-zoo-logo {
    max-width: 90%;
}