/*------------------------------------------------------------------
    Template Name: mystyle
    Author: doverierc
    Author Email: info@doverierc.ru
    License: GPL V2 or Later
*/

@font-face {
  font-family: "Allegretto";
  src: url('../dwm/assets/fonts/ofont.ru_Saksonia.ttf');
}


.team_member_area .team_member_box .team_details span {
  display: block;
  font-size: 2px;
  line-height: 20px;
  text-transform: uppercase;
  color: #7b8083;
  letter-spacing: 2px;
  font-weight: 300;
}

.logo-text {
  font-family: "Allegretto";
}

a {
  color: #008;
  /* Цвет текста */
  padding: 2px;
  /* Поля вокруг текста */
  transition: 1s linear;
  /* Время изменения */
}

.card-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
}

.header_area .main_menu_area .navbar-nav li a {
  position: relative;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  padding: 45px 0;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.entry-header a {
  text-decoration: none;
}

.nav-link {
  display: block;
}


.text-menu__ {
  font-size: 0.9rem;
  font-weight: 550;
  font-family: 'Roboto', Arial, sans-serif;
}