@font-face {
    font-family: "cafe";
    /*a name to be used later*/
    src: url("fonts/CafeCN.ttf");
}

@font-face {
    font-family: "BOTW";
    /*a name to be used later*/
    src: url("fonts/botw.ttf");
}

@font-face {
    font-family: "HYLIAN";
    /*a name to be used later*/
    src: url("fonts/botw-hylian.ttf");
}

.hylian {
    font-family: "HYLIAN";
    font-style: normal !important;
    font-weight: bolder;
}

body {
    background-image: url(image/Backgrounds/dark_blue.png);
}

* {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 610;
    color: white;
}

.ibuttons {
    width: 25px;
    display: inline-block;
    margin-right: 1px;

    filter:grayscale(255);
}

h3 {
    text-align: center;
    padding-top: 30px;
    color: white;
    font-family: BOTW;
    font-size: 300%;
}

h5 {
    color: white;
    font-family: BOTW;
    font-size: 30px;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 610;
    font-size: 18px;
    color: white;
}

.card {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    color: white;
}

h1 {
    margin-left: 50px;
    font-family: BOTW;
}

.bloom {
    filter: drop-shadow(0px 0px 10px #5CC4FF);
    filter: drop-shadow(0px 0px 10px #5CC4FF);
}

.wbloom {
    filter: drop-shadow(0px 0px 10px rgba(233, 225, 209, 0.5));
}

.cursor {
    margin: 0px 13px 0px 13px;
    /*down right left top*/
}

.card-title {
    margin-top: 10px;
}

.card {
    width: 30rem;
    text-align: center;
    margin: 20px;
}

.card-img {
    width: 50vh;
}

.container-fluid {
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 50px;
    width: 90%;
    border-radius: 3px;
    outline: 1px solid;
    outline-color: rgba(226, 222, 211, 0.25);
    outline-offset: -4px;
}

.wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    margin: 50px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    outline: 1px solid;
    outline-color: rgba(226, 222, 211, 0.25);
    outline-offset: -4px;
}

.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.red {
    color: #f66965;
}

.overflow {
    height: 15px;
    position: relative;
    top: 7px;
}

.card-img-top {
    padding: 5px 10px 15px;
}

.card-text {
    padding-top: 2px;
}

.yellow {
    color: #e1c139;
}

.icon {
    background-image: url(image/Sword_Illustration.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

a img:hover {
    filter: drop-shadow(0px 0px 15px #91907e);
}

nav {
    background-color: rgba(9, 9, 9, 0.7);
}

.align {
    margin-left: 10px;
}

.navbar-brand {
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.nav-item {
    height: 43px;
    width: 160px;
    margin: 0px 0px 0px 8px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    outline: 1px solid;
    outline-color: rgba(226, 222, 211, 0.3);
    outline-offset: -2px;
}

.nav-item:hover {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    filter: drop-shadow(0px 0px 5px rgba(182, 182, 161, 0.6));
    outline-color: rgba(226, 222, 211, 0.6);
}

.nav-link {
    text-align: center;
    font-size: 20px;
    color: #cececa !important;
}

.blur {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.bloc {
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 991px) {
    .nav-item {
        display: none;
    }
    .navbar-brand {
        margin-right: auto;
        margin-left: auto;
    }
}