body {
    background-image: url("../media/img/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: initial;
    background-attachment: fixed;
}

main {
    background-color: #2B2B2B;
    color: white;
}

.kep {
    height: 250px;
    width: 200px;
}

.kep2 {
    height: 320px;
    width: 330px;
}

nav {
    background-color: #2B2B2B;
    border-bottom: 1px white solid;
}

nav a {
    color: white !important;
}

.navbar-toggler {
    background-color: white;
    opacity: 100%;
}

.awards::before {
    content: "🏆";
}

.active {
    color: #deedb8 !important;
    font-weight: bold;
}

figcaption {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

p {
    text-align: justify;
}

caption {
    color: white;
    font-weight: bold;
}


table{
    border: 1px solid white !important;
}

.table > :not(caption) > * > * {
    background-color: #2F4F4F !important;
    color: #FFFFFF !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background-color: #3B3B3B !important;
    color: #FFFFFF !important;
}

.table-striped > tbody > tr:nth-of-type(2n) > * {
    background-color: #4F5F5F !important;
    color: #FFFFFF !important;
}

.urlap,aside {
    background-color: #5e5b5b;
}

input[placeholder] {
    font-style: italic;
}

a:link {
    color: #D4EFFF;
}

a:visited {
    color: #C1B6FF;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #A2E3FF;
}

#hide *{
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


#hide a:focus {
    position: static;
    width: auto;
    height: auto;
}

aside{
    border: 1px solid white;
}

a[href="#top"]{
    text-decoration: none;
}

