h1{
  /* background-color: #ebb7e2; */ /* Цвет фона под заголовком */
  font-family:open sans;
  /* color:navy; */
  margin:0;
  padding:0;
  color: rgb(70, 83, 199); /* синий цвет */
}

/* section1 ol{
  background-color: #ebb7e2;
} */
h2{
  background-color: rgb(12, 125, 112); /* зеленый цвет */
  font-family:open sans;
}
h4{
    color: #00516B;
}  
h5{
    color: #00516B;
    text-align: left;
    
}
body {
        max-width: 890px; /* Максимальная ширина страницы в пикселах */ 
        margin: auto; /* выравнивание по центру */
        background: #F5FFFA; /* цвет основного фона */
       }
       
       
.row img{
        height:150px;
        box-shadow: 0 0 10px 5px grey;
              /* 40px -30px 15px lime,
              40px 30px 50px red,
                           -40px 30px 15px yellow,
                           -40px -30px 50px blue; */
}


/* стили для видео */

.row video{
    height:350px;
}

/* стили для меню */

.back p{
   background-color: #ebb7e2; /* 007aa5, 0079ab */
    overflow: hidden;
    margin:0;
    padding:0;
    font-family:open sans;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #007aa5; /* 007aa5, 0079ab был зеленый #0c7d70*/
  overflow: hidden;
  background: linear-gradient(#007aa5, #00516B);
  /* font-size:200pt; */
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2; /* цвет шрифта */
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 21px;
  font-weight:700;
  font-stretch: ultra-expanded;
  /* font-family: Arial; */
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #5EB5D2; 
  color: black; /* text color */
}
/* ЦВЕТОВАЯ СХЕМА https://colorscheme.ru/#3p11T--xTw0w0 */

/* Add a color to the active/current link */
/* .topnav .active {
  background-color: #065c52; 
  color: white; text color
} */


