@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: normal 400;
    src: url("../webfonts/Unbounded-Regular.woff2") format("woff2"), url("../webfonts/Unbounded-Regular.woff") format("woff");
}

@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 600;
    src: url("../webfonts/Unbounded-SemiBold.woff2") format("woff2"), url("../webfonts/Unbounded-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: bold 800;
    src: url("../webfonts/Unbounded-ExtraBold.woff2") format("woff2"), url("../webfonts/Unbounded-ExtraBold.woff") format("woff");
}

a {
    color: #e617bb;
}

h1, h2, h3, h4 {
    font-family: "Unbounded", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 1em;
}

.card-header {
    font-family: "Unbounded", sans-serif;
}

.header-bg {
    background-image: url("../img/header_bg.jpg");
    background-position: top;
    background-size: cover;
}

.navbar-toggler-icon {
    color: white;
}

.nav-link {
    text-transform: uppercase;
}

.nav-link, .navbar-text a {
    font-family: "Unbounded", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.nav-link:hover, .nav-link:focus, .navbar-text a:hover, .navbar-text a:focus {
    color: lightgray;
}

.navbar-text {
    font-family: "Unbounded", sans-serif;
}

.navbar-text i {
    color: lightgray;
}

.btn-logout {
    border-color: black !important;
}

.btn {
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    border-radius: 15px;
    border-color: #e617bb;
}

.btn:hover, .btn:focus {
    border-color: #e617bb;
}

.btn-primary {
    background: linear-gradient(0.535turn,rgba(79,0,215,1) 0%,rgba(230,23,187,1) 100%);
}

.btn-danger {
    background: linear-gradient(0.535turn,rgba(220, 53, 69, 1) 0%,rgba(85, 56, 88, 1) 100%);
}

.btn-outline-primary {
    background: white;
    color: #e617bb;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: white;
    background: #e617bb;
}

.btn-primary:hover, .btn-primary:focus, .btn-danger:hover, .btn-danger:focus {
    background: white;
    color: #e617bb;
}

.form-control {
    border-radius: 15px;
}

span.select2-selection, input.select2-search__field {
    border-radius: 15px !important;
}

.card-header {
    border-radius: 15px 15px 0 0;
}

.card {
    border-radius: 15px;
}

a.link-underline-none, a.link-underline-none:hover, a.link-underline-none:focus {
    text-decoration: none !important;
}
