/*
@import url('http://mapper720.ru/fonts/PonomarUnicode.ttf');
*/

@font-face {
    font-family: Ponomar Unicode; /* Имя шрифта */
    src: url(fonts/PonomarUnicode.ttf); /* Путь к файлу со шрифтом */
   }
   
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

* {
  color: #ffba66;
}
#menuList_renders {
  background-color: rgba(0,0,0, 0.8);
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 38vw;
  margin: 0 auto;
  padding: 0.6%;
  border-radius: 10px;
}

#menuList_renders a {
  color: #ffba66;
  font-size: 150%;
  text-decoration: none;
}

#menuList_renders a:hover {
    color: #ff890c;
}

#rendersBlock {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 75vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffba66;
  text-align: center;
  padding: 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

#tutorialsContent {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 75vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffba66;
  padding: 1%;
  flex-wrap: wrap;
  justify-content: space-around;
}

#tutorialsContent a:hover {
  color: red;
}

.catSpan {
  font-size: 300%;
  font-weight: bold;
}

/* для видео */
#rendersBlock iframe {
  display: block;
  margin: 4vh;
  border-radius: 20px;
}

.oneRender img {
  border-radius: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  margin-top: 1vh;
  margin-bottom: 5vh;
}

.oneRender img:hover {
  box-shadow: 5px 5px 5px rgba(255, 140, 0, 0.7);
}

/* Страница отдельного рендера */
#content {
  width: 100vw;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#renderImg {
  background-color: red;
  display: flex;
  flex-direction: column;
  background-color: rgba(0,0,0, 0.7);
  padding: 1%;
  border-radius: 15px;
  margin: 1%;
  max-width: 64vw;
  height: 100%;
}

#renderImg img {
  display: block;
  max-width: 100%;
}

#renderName {
  font-weight: 700;
  font-size: 200%;
}

#renderDescr {
  width: 35vw;
  float: right;
  margin: 1%;
  background-color: rgba(0,0,0, 0.75);
  padding: 1%;
  border-radius: 15px;
}

#renderDescr iframe {
  max-width: 100%;
}

#renderDescr p {
  margin-bottom: 2vh;
}

#header {
  background-color: rgba(0,0,0,0.7);
  padding-bottom: 10vh;
  width: 77vw;
  left: 0;
  right: 0;
  position: relative;
  margin: 0 auto;
  border-bottom: 3px solid #ffba66;
}

#m720hp {
  font-size: 300%;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0; right: 0;
}

#m720hp-subj {
  font-size: 200%;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 7vh;
}

/* Страница отдельного туториала */
.tut {
  position: absolute;
  float: left;
  width: 70vw;
  height: 84vh;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 20px;
}

#widgetsSection {
  margin: 10px;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  right: 0;
  width: 26vw;
  height: 80vh;
  border-radius: 15px;
  padding: 2vh;
}

#rightbar {
  margin: 10px;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  right: 0;
  width: 15vw;
  border-radius: 15px;
  padding: 2vh;
}

#tutorialSection {
  background-color: red;
  display: flex;
  flex-direction: column;
  background-color: rgba(0,0,0, 0.7);
  padding: 1%;
  border-radius: 15px;
  margin: 1%;
  max-width: 79vw;
}

#tutorialSection p {
  padding-bottom: 0.5%;
}

#tutorialSection h1 {
  padding-bottom: 1%;
}

#widgetsSection p {
  margin-bottom: 2%;
}

.code {
margin: 3%;
}

.Church_Slavonic p {
  font-family: "Ponomar Unicode";
  font-size: 120%;
}

.Church_Slavonic p a {
  font-family: "Ponomar Unicode";
  font-size: 120%;
}

.Church_Slavonic p b {
  font-family: "Ponomar Unicode";
  font-size: 120%;
}

.monospace {
	font-family: 'Ubuntu Mono', monospace;
}
