html, body{
    margin: 0px;
    padding: 0px;
    outline: 0px;
    height: 100%;
    font-family: Lato;
    font-size: 18px;
    color: #455164;
    background-color: #ecf0f1;
}
#home .navbar {
    padding-top: 20px;
}

#home #hero {
    text-align: center;
    padding-top: 0px;
}

#home #hero img {
    margin: auto;
}

#home #hero p {
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 300;
}

main {
    padding-top: 50px;
    padding-bottom: 50px;
}

main #errors .alert-danger {
    margin: 0px;
    border: 0px;
    border-radius: 2px;
    font-size: 0.9rem;
    color: #df5a49;
    background-color: transparent;
}
main form {
    max-width: 1000px;
    margin: auto;
}

main form #url {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 2px;
    outline-width: 0px;
    box-shadow: none;
    font-family: Lato;
    font-size: 1rem;
}

main form #submit {
    width: 100%;
    height: 60px;
    border: 0px;
    border-radius: 2px;
    background-image: none;
    background-color: #89C4F4;
    outline-width: 0;
}

main form #submit span {
    color: #333c4e;
    font-size: 2rem;
    text-shadow: 2px 2px rgba(0,0,0,0.3);
}

main form fieldset .btn-group {
    width: 100%;
    border: 0px;
    border-radius: 2px;
    background-color: white;
}

main form fieldset .btn-group .btn {
    margin-left: 0px !important;
    border: 0px;
    border-radius: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Lato;
    font-size: 1rem;
    color: #777;
}

main form fieldset .btn-group .btn:active {
    margin-left: 0px !important;
    background-color: rgba(0,0,0,0.1);
    box-shadow: none;
}

main form fieldset .btn-group .btn.active {
    margin-left: 0px !important;
    background-color: rgba(0,0,0,0.1);
    box-shadow: none;
}

main form fieldset .btn-group .btn img {
    margin-bottom: 10px;
}

#home #info {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #333c4e;
    color: white;
}

#home #info h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #89C4F4;
}

#home #info p {
    font-size: 1rem;
    font-weight: 400;
}

#home #info a {
    color: #89C4F4;
}

#home #donate {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

#home #donate h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #EE677E;
}

#home #donate img {
    margin-top: 20px;
}

#home #donate a.donate {
    border-radius: 2px;
    font-size: 1rem;
    padding: 10px;
    background-color: #EE677E;
    color: white;
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #333c4e;
    text-align: center;
    color: white;
}

footer #credits {
}

footer #credits span {
    font-size: 1.2rem;
}

footer a {
    color: #89C4F4;
}

footer #copyright {
        font-size: 0.8rem;
        margin-top: 20px;
}

@media screen and (max-width: 992px) {
    #home #hero {
        padding-top: 50px;
    }
    #home #submit {
        margin-top: 10px;
    }
    footer {
        text-align: left;
    }
}
