.heading {
    font-family: Arial;
    margin-top:40vh;
}
a{
    color: gray;
}
a:hover
{
    text-decoration: none;
    color: white;
}
.URL-input, .convert-button {
    font-size:1.3em;
    padding:5px 10px;
}
.URL-input {
    border-radius:4px 0px 0px 4px;
    //width:30em;
    text-align: left;
    border:2px solid #EEEEEE;
    background: #EEEEEE;
    outline:none;
}
.URL-input:focus {
    border:2px solid #0485ff;
}
.convert-button {
    border-radius:0px 4px 4px 0px;
    border:2px solid #0485ff;
    background: #0485ff;
    color:white;
}

.form-group {
    margin-top: 3em;
}

#preeti-source, #preeti-destination {
    font-family: preeti;
}
.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}
header .branding{
    max-width: 15%;
}
.navbar.bg-dark
{
    background: rgb(0,0,0);
    background: linear-gradient(322deg, rgba(0,0,0,1) 0%, rgba(55,55,55,1) 80%, rgba(11,11,11,1) 100%);
}
.navbar .nav-item
{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.footer-bottom-wrapper {
    background: rgb(0,0,0);
    background: linear-gradient(322deg, rgba(0,0,0,1) 0%, rgba(55,55,55,1) 80%, rgba(11,11,11,1) 100%);
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .developer-footer {
    max-height: 25px;
}
footer
{
    position: fixed !important;
    bottom: 0;
}
