/*@import "Footer-Basic.css";
@import "Navigation-Clean.css";
@import "Navigation-with-Button.css";*/

#main-tile {
    font-size: 3em;
    font-weight: 400;
    color: #169bd5;
}

#main-title {
    font-size: 3em;
    font-weight: 400;
    color: #169bd5;
}

#swagger-nav {
    background-color: rgb(43, 68, 89);
    color: white;
    padding: 0;
}

    #swagger-nav .navbar-brand {
        font-weight: bold;
        color: inherit;
        color: white;
    }

#main-image-logo {
    max-height: 10em;
}

#specs-nav {
    color: white;
    background-color: rgb(4, 61, 111);
}

main {
    background-color: rgb(242, 242, 242);
}

.card {
    border: none;
}

#specs-container {
    padding: 1em 15px;
}

footer {
    background-color: rgb(4, 61, 111);
    color: white;
}

.copyright {
    margin: 1em 0;
    font-size: 14px;
}

html,
body {
    height: 100%;
}

.btn.btn-lg.text-uppercase {
    color: #169bd5;
}

.navbar-brand {
    font-size: 30px;
}

    .navbar-brand img {
        max-height: 30px;
    }
