html {
  scroll-behavior: smooth;
}

* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*background-color: rgb(239, 242, 247);*/
  background-color: rgb(255, 255, 255);
}

.parent {
  display: flex;
}

/*настройки на търсачката */


#search {
  align-items: center;
  background-color: rgb(10, 41, 70);
  text-align: center;
  font-family: 'Onen Sans', sans-serif;
  /*padding: 0px 0px;*/
  border-radius: 5px;
  margin-top: 0px;
  /*сваля дива под снимката  */
  height: 150px;
  width: auto;



}

/* настройки на линка към новините  на началната страница */
#novini a {
  color: rgb(10, 41, 70);
  /* ЦВЯТ НА БУКВИТЕ */
}

/* настройки на банера на на началната страница
.topnav{
	
	height: 110px;
	width: auto;
	text-transform:uppercase;/*показва главни букви
	align-items: center;
	
} 
/*  настройки на хоризонтална линия */
.new4 {
  border: 5px solid azure;
  width: auto;
  position: relative;
  margin-left: 160px;
  margin-right: 160px;
}

/* настройки на бутоните върху изображението на първата страница */
#btn_navim {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: none;
  color: white;
  /*цвият на буквите на бутона */
  font-size: 20px;
  /*padding: 20px 30px;*/
  border: 2px;
  border-color: #ccc;
  cursor: pointer;
  border-radius: 12px;
  width: 250px;
  border-style: solid;
  /*цвят на бордера и е видим */

}

#btn_navim:hover {

  color: rgb(10, 41, 70);
  /* слага цвят на бутоните при заставане с мишката предстоящи мероприятия*/
}

/* #btn_navim1{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color:none;
	color: white;
	font-size: 20px;
	padding: 12px 14px;
	margin-top:20px;
	border: 2px;
	border-color: #ccc;
	cursor: pointer;
	border-radius: 12px;
	width: 400px;
	border-style: solid;

} */
a.button3 {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  width: 400px;
  margin-top: 0;
  margin-right: 30%;
  margin-bottom: 10px;
  margin-left: 30%;
  border-radius: 12px;
  border: 2px;
  border-radius: 12px;
  border-style: solid;
  border-color: #ccc;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  background-color: none;
  text-align: center;
  transition: all 0.2s;
}

a.button3:hover {
  background-color: none;
}

@media all and (max-width:30em) {
  a.button3 {
    display: block;
    margin: 0.2em auto;
  }
}

/*  настройки на топ бара за малка резолюция   ----------------------   НОВО!!!!!!!!!   --------------      */
.topnav {
  overflow: hidden;
  background-color: rgb(10, 41, 70);
  /*цвят на елемента - топ бар */
  position: fixed;
  /* последните три настройки са за фиксиране на топ бара в горната част на екрана!!!!!!!!!!!!!!!!*/
  top: 0;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  /*rgb(255, 255, 255);цвят на буквите */
  text-align: center;
  margin: 10px;
  padding: 30px 16px;
  text-decoration: none;
  font-size: 17px;
  /*color:red;*/
}

.topnav a:hover {
  /*background-color:rgba(0,127,255,0.4); бекграунд цвят а всеки линк бутон */
  background-color: azure;
  opacity: 0.1;
  color: red;
  /* цвят при минаване на мишката върху  линка */
  border: 1px solid gray;
  border-radius: 5px;
}

.topnav a.active {
  background-color: none;
  /*цвят на активния бутон или страница !!!!!!!!*/
  color: azure;
  /*цвят на началния основен линк  бутон */
}

.topnav .icon {
  display: none;
  /* скриване на решетката за топ бара  */
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*-------------------------------------край на настройките за топ бара НОВИ  ----------------*/

/*button end*/

.topnav1 {
  height: auto;
  width: 100%;
  /*text-transform:uppercase;показва главни букви */
  /*background-image: url('../images/assets/mainBackground.svg');  изображение за фон */
  /*opacity: 0.; замъглява изображението на снимката */
  background-size: 1800px;
  /*background-repeat: no-repeat;
	background-position: center;*/



  /*filter:contrast(50%) brightness(100%);
	filter:opacity(30%);
	filter:sepia(100%);
	drop-shadow(8px 8px 10px rgb(32, 32, 90)// отдолу на снимката
	*/
}

/*
.topnav a {
	float:left;
	display: block;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	align-items: center;
	padding: 30px;

  }*/
/*new bar */
.topnav4 {
  color: rgb(240, 229, 229);
  align-items: center;
  height: 110px;
  width: auto;
  text-transform: uppercase;
  /*показва главни букви*/
  align-items: center;

}

.topnav4 .nav a {
  float: left;
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  align-items: center;
  padding: 30px;

}

.topnav4 {
  color: rgb(240, 229, 229);
  align-items: center;
  height: 110px;
  width: auto;
  text-transform: uppercase;
  /*показва главни букви*/
  align-items: center;

}

.topnav3 a {
  /*настройка на бутоните на лентата главно меню*/
  float: left;
  /* настройка за изображенията */
  display: block;
  width: auto;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 25px 50px 75px 100px;
  text-decoration: none;
  font-size: 17px;
  align-items: center;
  padding: 50px;
  /* настройка на разтоянието между елементите в дива*/
  align-content: center;
}

.nav justify-content-center {
  width: auto;
  height: 110px;
  float: left;
  word-spacing: 30px;

}

.topnav4 img {
  padding-top: 5px;
  /* настрайка за отсътъп на логото отгоре в основния банер */
}

/*end new bar*/


/* old bar */
.topnav2 nav a {
  float: left;
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  align-items: center;
  padding: 30px;

}

.topnav2 {
  color: rgb(240, 229, 229);
  align-items: center;
  height: 110px;
  width: auto;
  text-transform: uppercase;
  /*показва главни букви*/
  align-items: center;

}

#TopBar {
  align-items: center;
  border-style: solid;
}

.topnav2 a {
  /*настройка на бутоните на лентата главно меню*/
  float: left;
  /* настройка за изображенията */
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 25px 50px 75px 100px;
  text-decoration: none;
  font-size: 17px;
  align-items: center;
  padding: 50px;
  /* настройка на разтоянието между елементите в дива*/
  align-content: center;
}

.nav justify-content-center {
  width: auto;
  height: 110px;
  float: left;
  word-spacing: 30px;

}

.topnav img {
  padding-top: 5px;
  /* настрайка за отсътъп на логото отгоре в основния банер */
}

/*end old bar */


/* login button   */
.topnav .login-container button:hover {
  background: rgb(49, 28, 231);
}



/* login form  настройки на логин формата НАЧАЛО*/

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Full-width input fields */
input[type=text],
input[type=password] {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
#buton {
  background-color: #2936e48a;
  /*цвят на бутона за влизане */
  color: rgb(192, 198, 238);
  /* цвят на буквите в бутона за влизане */
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

#buton1 {
  background-color: #4737db;
  color: rgb(19, 22, 199);
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full  or 50% width */
  height: 100%;
  /* Full==100 or 50% height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
}

.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full  or 50% width */
  height: 100%;
  /* Full==100 or 50% height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

.modal1-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: fixed;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(165, 4, 4);
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
}

span.uname {
  display: block;
  float: none;
}

.cancelbtn {
  width: 30%;
  /*големината на бутона cancel*/
  color: rgb(14, 161, 58);
  /* цвят на текста на бутона */
  position: left;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! end login form  настрайки на логин формата КРАЙ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/






/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally 333*/
@media screen and (max-width: 600px) {
  .topnav .login-container {
    float: none;
  }

  .topnav input[type=text],
  .topnav .login-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;

  }

  .topnav input[type=text] {
    border: 1px solid rgb(95, 93, 238);
  }
}

.input {
  background: #1f7fdf;
  margin: 10;
  border: 2px;
  padding: 34px;
  margin-left: 16px;
  text-align: center;
}

/* .input3{
	  align:Center;
  }*?
  
  
  /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! последни новини  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.article-wrap {
  padding: 40px;
  text-align: center;

}

.article-heading {
  text-align: center;
  padding-bottom: 60px;
}

.article-heading h1 {
  padding: 0 25px;
  display: inline-block;
  background-color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.article-heading hr {
  margin-top: -30 px;
  border: none;
  height: 1px;
  background-color: #000;

}

.article-wrap h4 {
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

.article-wrap p {
  font-size: 16px;
  padding: 15px 0 0;

}

/*arrow inline-block*/
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: -webkit-inline-flex;
  padding: 3px;


}

.down {
  transform: rotate(45deg);
  /* завъртане на стрелката в градуси */
  -webkit-transform: rotate(45deg);
}

/* other*/
#box {
  background-color: rgb(10, 41, 70);
  /*цвят на дива с координатите и бързите връзки */
  text-decoration-color: rgb(241, 218, 218);
  height: 250px;

}

footer {
  height: 100px;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!footer style!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.footer {
  /*настройки на лентата черна за футъра     за винен цвят - Hex 990000  RGB- 153, 0, 0  */
  padding: 0px;
  /*margin-top:-20px;-20 негативната стойност премахва разтоянието между дивовете */
  background-color: hsl(0, 100%, 30%);
  text-align: center;
  width: 100%;
  height: 80px;
  text-decoration-style: dashed;

  position: sticky;
  /*слага футъра долу 
	display: block;
	bottom:0%;*/

  /*width:100%;
    height:60px;
    background-color:#551111;


    color:#fff;
    border-top:1px solid #CDCDCD;
    bottom:0px;
    position:fixed;*/

}

/*#footer{ 
		padding:0px;
		margin-top:-20px;/*-20 негативната стойност премахва разтоянието между дивовете */
/* background-color:#101011;
		text-align:center;
		width:100%;
		height:auto;
		text-decoration-style: dashed;
		position:-webkit-sticky;
		position:fixed;
		bottom:0%;
		display: block;
		} */

.footer .colorblack {
  color: #ffffffb8;
  margin: 0 5px 0 0;
}

.footer .post-meta {
  margin-top: 0 px;
  /*margin-top:10px;*/
}

.footer .footer-link a {
  font-family: 'Open Sans', sans-serif;
  display: contents;
  /*ефект на бутоните дали да се с рамка или не */
  padding: 4px 8px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  margin: 5px 10px 5px 0;
  color: azure;
  /* цвят на самите линкове , които се виждат на стр. color text buton inline-block*/
  text-decoration: hotpink;
}

.footer .footer-link a:hover {
  background-color: rgb(227, 151, 20);
  /* цвят при движение на мишката */
  color: rgb(227, 151, 20);
  /* слага цвят на бутоните при заставане с мишката */
}

.footer .copyright {
  padding: 10px 0 5px;
  color: #e9d9d9;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
}

.container-fluid .adress {
  text-align: right;
}

#box .info {
  box-align: center;
  text-decoration: solid;
  align-items: center;
  color: lemonchiffon;

}

/* function search*/

input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 100%;
}

/*-------------  Настройки на стр с новини -------------------*/
#news {
  text-align: left;
  width: 50%;
  height: 80px;
  align-content: center;
  align-items: center;
  /*position: absolute; настройка на позицията на дива с новините в страницата  към него са и лява и топ */
  left: 25%;
  top: 20%;
  padding-right: 0%;
  padding-left: 10%;
  position: absolute;

}

/*настройка на формата за въвеждане на данни  */

.input {
  background: #dce4ec;
  margin: 10;
  border: 2px;
  padding: 34px;
  margin-left: 16px;
  text-align: center;
}

.input3 {

  /*position: absolute;/*настройка на позицията на дива с новините в страницата  към него са и лява и топ */
  left: 25%;
  top: 20%;
}

.table {
  position: static;
}

.table table {
  border: none;
}

/*настройки на футър на вътрешните страници */
#footermain {
  width: 80%;
  margin-top: -20px;
  /*-20 негативната стойност премахва разтоянието между дивовете */

}

#conteiner {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 100%;
  background-color: darkcyan;
  height: 2000%;
}

#footer {
  background-color: #000;
  position: fixed;
  height: 5%;
  margin-top: -100%;
  clear: both;
  widows: auto;
  align-self: center;
}

#novina a {
  color: rgb(60, 27, 209);
  border: 3px solid rgb(47, 9, 107);
  width: 100%;
}

/*   ------------------   info panel   настройки на бутона за бързи връзки-  ---------------------------------------------*/
#info a {
  /*background-color: darkblue;*/
  width: auto;
  height: 200px;
  margin-bottom: -20px;
  margin-left: -1px;
  width: 100%;
  border-collapse: collapse;
  text-decoration-color: #ccc;

}

/*------------------настройки на бутона за бързи връзки   ++++++   бутоните с виж повече на новините -------------------*/


.btn {
  color: rgb(243, 235, 235);
  font-size: 20px;
  border: none;

}

.my-4 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 2rem 0;
  width: 100%;            /* много важно за центриране */
  box-sizing: border-box; /* защита от padding/margin бъгове */
}

.my-4 .btn {
  color: rgb(243, 235, 235);
  font-size: 20px;
  border: none;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .my-4 {
    justify-content: center;
  }

  .my-4 .btn {
    margin-left: 0;
    padding-left: 20px;
  }
}

.btn1 {
  align-items: "center";
  align-self: auto;
  padding-left: "20px";
  color: rgb(10, 41, 70);
  font-size: 28px;
  border: none;


}

/* -----------------------------           класове от Ники              ----------------------*/

:root {
  --bluePrimary: rgb(10, 41, 70);
  --grayFont: #707070;
}

#homepageNav {

  background-color: transparent !important
}

#shortcuts {
  color: azure;
  text-decoration: none;
  font-size: 28px;
}

#shortcuts:hover {
  color: orange;
}

.backgroundPicture {
  background:
    /*   linear-gradient(140deg,#1c2734b3,rgba(54,135,198,.7)), в оригинал беше така */
    linear-gradient(#1c2734b3, rgba(54, 135, 198, .7)),
    url(../images/uses/page1.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  height: 70vh;
  width: 100%;
  z-index: -100;
  /*фиксира картинката да е фон да е отзад */
}

.header {
  margin-bottom: 20vh;
}

.header h1 {
  color: azure;
  text-align: center;
  margin-top: 25vh;
}

/* .bluebox{ */
/* margin-top: 20vh; 
   height: fit-content;
   min-height: 300px; /* определяне на височината на панела
   width: 100%;
   background-color: var(--bluePrimary);/* цветаът на бекграунда на футъра 
   display: flex;
   justify-content: center;
   align-items: center;
   color: azure;/*цвят на буквите в дива 
   flex-direction: column;
}
.bluebox a{
	text-decoration-colorcolor:red;
}
.header hr{
   width: 80%;
   margin: 15px auto;
   border: none;
   height: 3px;
   opacity: 0.7;
   /* Set the hr color 
   color: azure; /* old IE 
   background-color: azure; /* Modern Browsers 
}*/

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buttons a {
  margin-top: 10px;
  text-decoration: none;
  color: white;
  border: 3px solid #def;
  background-color: #ddeeff22;
  font-size: 18px;
  padding: 16px 32px;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
}

.readmore {
  margin-top: 10px;
  text-decoration: none;
  color: var(--grayFont);
  /* border: 3px solid #def; */
  /* background-color: #ddeeff22; */
  padding: 16px 48px;
  cursor: pointer;
  border-radius: 12px;
}

.news hr {
  width: 40%;
  margin: 15px auto;
  border: 2px solid;
  /*дебелината на чертата за новините */
  height: 2px;
  opacity: 0.7;
  /* Set the hr color */
  color: var(--bluePrimary);
  /* old IE */
  background-color: var(--bluePrimary)
    /* Modern Browsers var(--grayFont)*/
}


.news {
  background-color: azure;
  height: fit-content;
  padding-top: 70px;
  text-align: center;
}

--------------------------
/*Тук са за началната страница настройките на командира*/


.news1 hr {
  width: 40%;
  margin: 15px auto;
  border: none;
  height: 2px;
  opacity: 0.7;
  /* Set the hr color */
  color: var(--grayFont);
  /* old IE */
  background-color: var(--grayFont);
  /* Modern Browsers */
}

#general p {
  font-size: 20px;
}

/*.{
   background-color:#DFDFDF;
   /*opacity:40%;
   height: fit-content;
   padding-top: 0px;
   padding-left: 0px;
   text-align: center;
}*/

-------------------------------------- .newsHeader {
  margin: 0 auto;
}

.newsHeader a {
  text-decoration: none;
  color: var(--grayFont);
}

.contactInformation {
  width: 100%;
}

footer {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*мобилна версия*/



@media screen and (max-width: 768px) {
  .header h1 {
    font-size: 30px;
  }

  .header h3 {
    font-size: 18px;
  }

  .footer a {
    font-size: 12px;
  }

  #homepageNav img {
    width: 70px;
  }
}

/* нови класове  от тук -------------*/

a {
  text-decoration: none;
  color: var(--grayFont);
}

a:hover {
  color: darkslategray;
}

main {
  min-height: 82vh;
}

.box {
  /* margin-top: 20vh; */
  padding: 30px 0;
  height: fit-content;
  min-height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: azure;
  flex-direction: column;
}

.box hr {
  width: 25%;
  margin-right: 65%;
  height: 2px;
}

.blueBackground {
  background-color: var(--bluePrimary) !important;
  color: var(--whiteFont)
}

.whiteBackground {
  background-color: white !important;
  color: var(--grayFont)
}

.icon {
  font-size: 20px;
}



@media screen and (max-width: 768px) {
  .header h1 {
    font-size: 30px;
  }

  .header h3 {
    font-size: 18px;
  }

  .footer a {
    font-size: 12px;
  }

  #homepageNav img {
    width: 70px;
  }


  /* нови класове */
  .navbar img {
    width: 70px;
  }
}

/**/


.languageButton {
  text-align: right;
  padding-right: 3%;
  padding-top: 8px;
  font-size: 13px;
  background-color: var(--bluePrimary);
}

.languageButton a {
  color: #9DB4C6;
  margin-bottom: 30px;
  text-decoration: none;
}

.languageButton a:hover {
  color: #D1DCE5;
}

#languageButtonMainPage {
  background-color: transparent;
}

.table_info1 td {
  background-color: red;
}

/* carusel css */
.carousel-fade .carousel-item,
.carousel-item img {
  max-height: 140vh;
  /* определя размера на лентата с снимки */
  /*max-width: 120vh;*/

}

.swiper {
  width: 100%;
  height: 50%;
  /*настройка за големината на снимките */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



@media screen and (max-width: 600px) {
  .container {
    font-size: 15px;
    text-align: left;
  }

  .container h1 {
    font: size 15px;
    text-align: left;
  }

  .container hr {
    width: 100%;
    border: 2px solid navy;

  }

  .main_pic {
    background-image: none;
  }

  .container a {
    font-size: 20px;
    text-align: left;
  }

}

/*venci options*/
.background_test {
  background-color: azure;
  background-image: url('../images/uses/background.png');
  background-repeat: no-repeat;
  /* border:solid red;
  //position: relative;info*/
  background-position: center;
  min-height: 380px;
  background-size: 500px;
  background-blend-mode: overlay;


}

.background-logo {
  background-image: url('../images/uses/jfc_jjj.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 30% auto;
}

@media screen and (max-width: 1400px) {
  .container {
    font-size: 15px;
    text-align: left;
  }

  .container h1 {
    font: size 15px;
    text-align: left;
  }

  .container hr {
    width: 80%;
    border: 2px solid navy;

  }

  .background-logo {
    background-image: url('../images/uses/jfc_jjj.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30% auto;
  }

  .mapouter iframe {
    width: 100%;
    height: 100%;
  }
}

/*responsive google maps */
@media screen and (max-width: 1500px) {

  .container {
    font-size: 15px;
    text-align: left;
  }

  .container h1 {
    font: size 15px;
    text-align: left;
  }

  .container hr {
    width: 90%;
    border: 2px solid navy;

  }

  .nav-link a {
    font-size: 20px;
  }

  #top4 {
    display: table;
    background-color: none;
    height: 100%;
    width: 100%;
  }

  #in4 {
    display: table-cell;
    vertical-align: middle;
  }

  #in44 {
    height: 50%;
    width: 50%;
    background: none;
    display: inline-block;
    overflow: hidden;
  }

  .mapouter {
    position: sticky;
    text-align: right;
    height: auto;
    width: auto;
  }

  .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: auto;
    width: auto;
  }

  .card-title {
    font-size: 15px;
  }

  .container-fluid .general {
    font-size: 12px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
  }

  .container-fluid #general {
    font-size: 12px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}

.fab fa-facebook {
  background: none;
  color: navy;
}

/* настройки за новините промяна на цвета на текста при движение с мишката */

.card .card-body p:hover {
  background-color: none;
  /* цвят при движение на мишката */
  color: darkslategray;
  /* слага цвят на бутоните при заставане с мишката */
}

.container.misia a:hover {
  background-color: none;
  /* цвят при движение на мишката */
  color: red;
  /* слага цвят на бутоните при заставане с мишката */
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5Vvk4jLeTY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}