/* Navigation Bar
-------------------------------------------------- */

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: blue;
}

button.navbar-toggler:focus {
    outline: 1px none;
}

.navbar-light .navbar-toggler {
    border-color: white;
}

/* Colors
-------------------------------------------------- */

.gradient {
    background-image: linear-gradient(to left, orange, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link {
    color: black;
}

a:hover {
    text-decoration: none;
    color: blue;
}

.bg-light {
    background-color: white !important;
}

body {
    background-color: none;
}

h1,
p {
    color: black;
}

.grey {
    color: #555555;
}

/* Index Section
-------------------------------------------------- */
.swap {
    position: relative;
    display: inline-block;
    margin: none;
}

.swap .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.swap:hover .img-top {
    display: inline;
}


.spaceup {
    margin-top: 150px !important;
}

.spacedown {
    margin-bottom: 150px !important;
}

.client {
    font-size: 16px;
    color: black;
}


/* Rule
-------------------------------------------------- */

.rule {
    border: 2px solid black;
    width: 75px;
    margin: 0px;
    margin-top: 15px;
}


/* Break Point Modifications
-------------------------------------------------- */

@media (max-width: 768px) {
    .mobile {
        font-size: 3rem;
    }

    .footer {
        font-size: .75rem;
    }

    .spaceup {
        margin-top: 50px !important;
    }

    .spacedown {
        margin-bottom: 50px !important;
    }
}
