html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    color: #000C9C;
    background: white;
}

#Skills,
#Experience,
#Biography,
#Contact {
    margin: 60px 0px 0px 0px;
    text-align: center;
}

#Biography a {
    color: #000C9C;
}

#Biography p {
    text-align: justify;
}

#Skills h1 {
    text-align: center;
    font-weight: bold;
}

#Contact h5 {
    margin: 5px 5px 50px 5px;
}

#Contact a {
    color: #000C9C;
    overflow-wrap: anywhere;
}

#Skills .card-body {
    background-color: #000C9C;
    color: white;
    padding: 10px;
    border-radius: 4px;
}

#skillscard {
    margin: auto;
}

#Skills .card {
    margin: 20px;
    padding: 10px;
}

#Skills .card-text {
    text-align: justify;
}

#Experience a img {
    width: 128px;
    height: 64px;
}

footer {
    background-color: #000C9C;
}

footer .container {
    color: white;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin: auto;
}

a.nav-link {
    color: white;
    font-size: larger;
    font-weight: bold;
}

    a.nav-link:hover {
        color: grey;
    }

header h1 {
    margin: 0;
    color: white;
}

.navbar {
    background: linear-gradient(#00075D, #000C9C);
    letter-spacing: 2px;
}

.navbar-toggler {
    background-color: white;
    color: black;
}

.navbar-nav {
    margin: auto;
}

.nav-item {
    margin: 0px 20px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .5);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
