@charset "UTF-8";
/* CSS-медиазапросы для различных устройств */
/* Стили для телефонов и маленьких экранов */
html body {
  background-color: #6fc2c9;
  margin: 0px;
  /* Скрыть ссылки внутри меню навигации ( кроме главной/логотип) */
  /* Ссылки меню навигации по стилю */
  /* Стиль меню гамбургера */
  /* Добавить серый цвет фона при наведении курсора мыши */
  /* Стиль активной ссылки (или главная/логотип) */
}
html body #header {
  display: none;
}
html body #text_logo {
  color: black;
  position: absolute;
  margin: 0px;
  padding: 0px;
}
html body a {
  margin: 0px;
  padding: 0px;
  background-color: #fbe790;
  color: black;
}
html body #logo {
  margin: -14px;
  height: 75px;
}
html body #logo:hover {
  filter: invert(100%);
}
html body .topnav {
  overflow: hidden;
  background-color: #333;
  border-radius: 0px 0px 20px 20px;
}
html body .topnav #myLinks {
  display: none;
}
html body .topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 35px;
  display: block;
}
html body .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 0px 20px 0px;
}
html body .active {
  margin: 0px;
  padding: 0px;
  background-color: #fbe790;
  color: black;
  height: 40px;
}
html body > #about_me_and_school > #about_me_photo > #photo {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  filter: grayscale(0.4);
  position: relative;
  top: 0;
  z-index: -1;
  margin-top: -40px;
  margin-bottom: -5px;
}
html body > #about_me_and_school > #about_me_photo > p {
  font-size: 30px;
  color: whitesmoke;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body > #about_me_and_school > #about_me_photo > p:nth-of-type(1) {
  top: 30%;
  white-space: nowrap;
}
html body > #about_me_and_school > #about_me_photo > p:nth-of-type(2) {
  top: 40%;
  white-space: nowrap;
}
html body > #about_me_and_school > #about_me_photo > p:nth-of-type(3) {
  top: 50%;
  white-space: nowrap;
}
html body > #about_me_and_school > #line {
  margin: 0px;
  background-color: #fbe790;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 44px;
  text-align: center;
}
html body > #about_me_and_school > #about_me > #text > p {
  margin: 0px;
  padding: 10px 15px;
  text-indent: 30px;
  color: whitesmoke;
  font-size: 22px;
  text-align: justify;
}
html body > #about_me_and_school > #about_me > #img > img {
  margin-left: 5%;
  margin-bottom: 5%;
  width: 90%;
  filter: sepia(60%);
  border-radius: 100px;
  box-shadow: 10px 10px 5px 0px black;
}
html body > #about_me_and_school > #about_school > #text > p {
  margin: 0px;
  padding: 10px 15px;
  text-indent: 30px;
  color: whitesmoke;
  font-size: 22px;
  text-align: justify;
}
html body > #about_me_and_school > #about_school > #img > img {
  margin-left: 5%;
  margin-bottom: 5%;
  width: 90%;
  filter: sepia(60%);
  border-radius: 100px;
  box-shadow: 10px 10px 5px 0px black;
}
html body > #my_kurs > #line {
  margin: 0px;
  background-color: #fbe790;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 44px;
  text-align: center;
}
html body > #my_kurs > #text {
  margin: 0px;
  padding: 10px 15px;
  text-indent: 30px;
  color: whitesmoke;
  font-size: 22px;
  text-align: justify;
}
html body > #contacs > #line {
  margin: 0px;
  background-color: #fbe790;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 44px;
  text-align: center;
}
html body > #contacs > #text {
  margin: 0px;
  padding: 10px 15px;
  text-indent: 30px;
  color: whitesmoke;
  font-size: 22px;
  text-align: justify;
}
html body > footer {
  border-radius: 20px 20px 0px 0px;
  background-color: #fbe790;
}
html body > footer > p {
  text-align: center;
  color: black;
  margin: 0px;
}/*# sourceMappingURL=style.css.map */