@import "bootstrap.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

@font-face {
    font-family: e-UkraineHead-Thin;
    src: url(/site/fonts/e-UkraineHead-Thin.ttf);
}

@font-face {
    font-family: e-Ukraine-Light;
    src: url(/site/fonts/e-Ukraine-Light.ttf);
}

@font-face {
    font-family: e-UkraineHead-UltraLight;
    src: url(/site/fonts/e-UkraineHead-UltraLight.ttf);
}

@font-face {
    font-family: e-Ukraine-Thin;
    src: url(/site/fonts/e-Ukraine-Thin.ttf);
}

body {
    font-family: Arial, sans-serif;
}

header {
    font-family: e-Ukraine-Light;
}

footer {
    font-family: "Roboto Condensed";
    font-size: 15px!important;
}

.content {
    /*background-color: gray;*/
    height: 100px;
    border: 1px solid black;
}

.lang {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 3px;
    cursor: pointer;
    background: #ccc;
    color: #fff;
}

#header-logo {
    height: 50px;
    margin: 10px;
}

/* CARDS */
.card {
    border: none;
    text-align: center;
}
/* END CARDS */

/*NAV LINKS*/
.nav {
    margin-bottom: 10px;
}

.nav-link {
    background-color: transparent;
    color: black;
}

.nav-link:active {
    color: #76bd1d;
}

.nav-link:hover {
    color: yellowgreen;
}

/*NAV LINKS END*/
.heading {
    display: table;
    margin: 0 auto;
}

.heading.red > div {
    border-color: #e6e6e6;
}

.heading > div {
    border-bottom: 2px solid #fff;
    border-bottom-color: rgb(255, 255, 255);
    padding: 0 90px 0px 90px;
    margin: 5px 0 30px 0;
}

.heading > div > h2, .heading > div > h1 {
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 6px solid #fff;
    border-bottom-color: rgb(255, 255, 255);
    padding-bottom: 10px;
    margin: 0 0 -4px 0;
}

.heading.red > div > h2, .heading.red > div > h1 {
    border-bottom-color: #f63440;
    color: #000;
}

.heading.green > div {
    border-color: #e6e6e6;
}

.heading.green > div > h2, .heading.green > div > h1 {
    border-bottom-color: #76bd1d;
    color: #000;
}

/*

.card {
    margin-right: 10px;
}*/
.tns-nav {
    display: none;
}

.navSlider {
    margin: 20px 0;
}

footer {
    padding-top: 25px;
    background-color: #f4f4f4;
    /*min-height: 100px;*/
    margin-top: 75px;
    color: #7f7f81;
    bottom: 0;
}

footer a {
    font-size: 15px;
    color: #7f7f81;
    text-decoration: none;
}

figcaption {
    font-size: 10px;
    color: #7f7f81;
}

.address {
    padding-left: 50px;
    padding-right: 50px;
}

.social a {
    margin-right: 3px;
    font-size: 25px;
}

@media (min-width: 768px) {.dropdown:hover .dropdown-menu{margin-top:0;display:block}}

.news-nav > a {
    font-size: 16px;
    font-family: e-Ukraine-Thin;
    font-weight: lighter;
}

.news-cards {
    padding-top: 30px;
}

.card-img-top {
    object-fit: cover;
    height: 100%;
}

.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

.post-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bottom-title-post {
    height: 30px;
    text-align: left;
    background-color: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 15px;
}

.d-block {
    object-fit: cover;
    /*max-height: 500px;*/
    position: relative;
}

.news-cards a {
    color: #117a8b;
    text-decoration: none;
}

.news-cards a:hover {
    color: red;
}

.card-img-top {
    border-radius: 15px 15px 15px 15px;
}

.card-body {
    padding: 0.50rem;
}

.card-title {
    font-size: 1rem;
}

.carousel-link:hover {
    text-decoration: none;
    color: red;
}

.card-text {
    font-size: 0.75rem;
}

.recommended {
    font-size: 11px;
}

.recommended-url {
    text-decoration: none;
    color: grey;
}

.recommended-url:hover {
    text-decoration: none;
    color: grey;
}

.recommended-url:active {
    text-decoration: none;
    color: grey;
}

.dropdown-menu {
    border: none;
    border-radius: 0 0 0 0;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.slider-description {
    display: block;
    position: absolute;
    font-size: 25px;
    z-index: 1000;
    align-content: center;
    right: 1;
    bottom: 35px;
    margin-left: 90px;
    padding: 5px 100px;
    background-color: darkgray;
    color: white;
    opacity: 0.9;
}

.carousel-link {
    color: #117a8b;
}

.custom-slider-style {
    height: 500px !important;
}

.content-page {
    margin-top: 4%;
}

#login-button {
    color: #ffffff;
    background: rgba(0,180,213,.69);
    border: transparent;
    border-radius: 0;
}

.header-logo-and-name {
    padding-top: 5%;
    padding-bottom: 5%;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: gray;
    background-color: #fff;
    border: none;
}

.page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #a0a0a1;
}
