:root {
  --bg-color: #ff9724;
  --border-color: #e98609;
  --border-inner-color: #e98609;
  --title-color: darkred;
  --primary: #068f97;
}

section:before {
    height: 52px;
}

.title_logo {
 text-align: left;
}


@media (max-width: 992px) {

.tourn_title{
	font-size: 1.3rem;
}

section:before {
    height: 78px;
}

.title_logo{
	text-align: center; 
}


}



@media (max-width: 576px) {
  .navbar img {
    height: 40px !important;
  }
 .tourn_title{
	font-size: 1.2rem;
 }

 section:before {
    height: 70px;
 }
}



@media (max-width: 480px) {

  .navbar img {
    height: 36px !important;
  }
 .tourn_title{
	font-size: 1.1rem;
 }

 section:before {
    height: 60px;
 }

}

@media (max-width: 360px) {

  .navbar img {
    height: 32px !important;
  }
 .tourn_title{
	font-size: 1rem;
 }

 section:before {
    height: 52px;
 }
}





@media (max-width: 320px) {

.tourn_title{
	font-size: 1.0rem;
}

}

@media (max-width: 300px) {

.tourn_title{
	font-size: 0.9rem;
}

}



/* Заголовок подгруппы, описание */
.lvl_head_desc{
  color: #fbfdd6;
}


.anounce2{
	text-decoration-color: #07a6b0
}


.modal-div{
	border:1px solid #07a6b0; 
}



.tourn_title{
	color: black; 
}


.container {
  padding-right: 0px;
  padding-left: 0px;
}


.seek {
  background-color: #ff92c6
}