@import url("https://use.typekit.net/eps5kqy.css");

body {
    font-family: 'titillium-web', sans-serif;
}

h1, h2, h3 {
    font-family: 'kansasnew', serif;
}

.logo--holder {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.logo--holder img {
    max-width: 300px;
    height: 100px;
}

.form-control {
    padding: .375rem 1rem;
    border-radius: 40px;
}

.form-control:focus {
    border-color: #17181a;
    box-shadow: 0 0 0 0rem;
}

form input[type="submit"] {
    border: 1px solid #17181a;
    background-color: #17181a;
    color: white;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    padding: 10px 20px;
    outline: 0;
    transition: all 0.4s ease-in;
}

form input[type="submit"]:hover {
    background-color: white;
    color: black;
}