/*
* {
  box-sizing: border-box;
}
*/
@font-face {
    font-family: 'JetBrainsMono';
    src: url('fonts/JetBrainsMono-Medium.woff2') format('woff2');
    font-weight: normal; 
    font-style: normal;  
}

body{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1280px;
}

textarea{
	width: 100vw;
	max-width: 1270px;
	font-family: "JetBrainsMono", sans-serif;
	font-size: 16px;
}


a {
  color: #6653d9;
  text-decoration: none;
  
}

a:focus {
  outline-color: #b6aaff;
}
/*
p {
	
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
}
*/
img {
	max-width: 1280px;
	width: 100vw;
	/*max-height: 80vh;*/
	
}

.liner {
  color: #ffffff;
  background-color: #aaaaaa;
  width: 100%;
  max-width: 1280px;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  max-width: 1280px;
  min-height: 100vh;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  background-color: #eae9f2;
}
/* Шапка */

header {
	display: flex;
}
.page-header {
	background-color: #6653d9;
	width: 100vw;
	max-width: 1280px;
	min-width: 300px;
	height: 100px;/*
	padding-right: 30px;
	padding-left: 30px;*/
}

.page-header p {
	width:1280px;
	min-width: 300px;
	text-align:right;
	margin-top: 60px;
	padding-right: 10px;
	color:white;
}

.logo {
	color: #000000;
    text-decoration: none;
	height: 40px;
	width: 1px;
	/*
	display: inline-block;
	position: fixed;
    z-index: 100;
    width: 200px;
    margin: 5px 150px 5px 850px;
	*/
}

.logo img {
	/*max-width: 250px;*/
	max-width: 240px;
	/*max-height: 10vh;*/
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 15px;
	margin-top: 5px;
}

/*
.container {
	
	display: flex;
	justify-content: center;
	align-items: center;
	*/
	/*width: 100vw;
	max-width: 1280px;*/
	/*
	margin: 0;
	padding: 0;
	
}
*/
/*
.page-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;/**//*
  padding-bottom: 0px;
  background-image: url("img/logo_atelie.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 230px 50px;
 
}
*/ 
/*
.page-header .container {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("img/raccoons.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 290px 212px;
}
*/
/*
.page-header p {
	margin: auto;
}
.page-header a {
  font-size: 16px;
  line-height: 14px;
}
.page-header i {
  font-size: 10px;
 
}
*/
/*
.page-title {
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}



.theme-button {
  position: relative;
  height: 50px;
  width: 100vw;
  padding-top: 1px;
  padding-bottom: 1px;
  position: top;
  margin-top: 3px;
  margin-top: 20px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-size: 12px;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
  color: #6653d9;
  border: 0px solid #6653d9;
}
*/
/*
.theme-button::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 57px;
  left: 280px;
  background-image: url("img/moon-normal.svg");
}

.theme-button:active {
  opacity: 0.8;
}

.theme-button:focus,
.theme-button:hover {
  color: #ffffff;
  background-color: #6653d9;
}
.theme-button:focus {
  outline-color: #b6aaff;
}

.theme-button:focus::before,
.theme-button:hover::before {
  background-image: url("img/moon-hover.svg");
}
*/
/* Мини-шапка */
/*
.page-header--mini .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  background-image: none;
}

.page-header--mini .page-title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.page-header--mini .page-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  vertical-align: bottom;
  background-image: url("img/logo_colored.svg");
  background-repeat: no-repeat;
}

.page-header--mini .theme-button {
  margin-top: 0;
}
*/
/* Обо мне*/
/*
.about {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
	margin: 0px;
	padding: 0px;
}
*/
/* 
.about-image {
  width: 147px;
  height: 147px;
  /*border-radius: 50%;
}
*/
/*
.new{
	color: red;
	margin-left: 5px;
	margin-right: 5px;
}
*/
.blog-conteiner {
	width: 100vw;
	max-width: 1280px;
}

.content {
	width: 100vw;
	max-width: 1280px;
	
	
}

.content p {
	width: 100vw;
	max-width: 1280px;
	font-size: 13pt;
	color: #3f3c53;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-left: 0px;
}

.blog-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 25px;
	/*font-size: 10pt;*/
	
}

.blog-content hr {
	width: 100vw;
	max-width: 1280px;
}

.blog-content p {
	width: 100vw;
	max-width: 1280px;
	padding-top: 5px;
	font-size: 12pt;
	overflow: hidden;
	position: relative;
	color: #333;
	line-height: 1.5;
	-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.blog-title {
	width: 100vw;
	max-width: 1280px;
	padding-top: 20px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 15pt;/*
	margin-left: 10px;
	padding-right: 10px;*/
	color: #000000;
}



/**/
/*
.content p {
	
  margin-bottom: 10px;
  
  font-size: 15px;
  width: 100vw;
  max-width: 1280px;
  margin-right: 20px;
}

.about-content p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	max-width: 1280px;
	overflow: hidden;
	position: relative;
	color: #333;
	line-height: 1.5;
	
	-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
*/
/*
.viewer p{
  margin: 10px;
  margin-bottom: 20px;
  padding: 1px;
  font-size: 15px;
  width: 100vw;
}

.text-container {
    width: 300px;
    height: 150px;
    overflow: hidden;
    position: relative;
    color: #333;
    line-height: 1.5;
    
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  }
*/
/**/
/* Статус */
/*
.status {
  margin-bottom: 32px;
}

.status p {
  margin: 0;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 32px 0;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  background-color: #ffffff;
}
*/
/* Фото 
.photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
}

.photos figure {
  width: 285px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.photos img {
  max-width: 100%;
}

.photos figcaption {
  margin-top: 8px;
  margin-right: 30px;
  margin-bottom: 12px;
  margin-left: 30px;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
}
*/
/* Новости */
/*
.news {
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 16px;
}

.card {
  display: flex;
  margin-bottom: 10px;
  padding: 16px 20px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.card h3 {
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.card img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

.card p {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
}

.news time {
  color: #aaaaaa;
}
*/
/* Цитаты */
/*
.quotes {
  margin-bottom: 32px;
}

.quotes blockquote {
  position: relative;
  margin: 0;
  margin-left: 24px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 40px;
  border-radius: 0 32px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  background-color: #6653d9;
}

.quotes blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("img/quote.svg");
  background-repeat: no-repeat;
}

.quotes p {
  margin: 0;
  padding: 0;
}

.quotes cite {
  display: block;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
*/
/* Контакты */
/*
.contacts {
  margin-bottom: 82px;
  display: flex;
  flex-wrap: wrap;
}

.contacts img {
  width: 146px;
  height: 146px;
  margin-right: 24px;
}

.contacts p {
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
  line-height: 24px;
}

p.contacts-name {
  margin-top: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 20px;
}

.contacts a {
  font-size: 16px;
  line-height: 24px;
}
*/
/* Подвал */
.page-footer {
  color: #ffffff;
  background-color: #6653d9;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  /*padding-top: 12px;
  padding-bottom: 14px;*/
}

.page-footer p {
  /*margin-left: 15px;
  margin-right: 15px;
  padding: 0px;*/
  margin: auto;
}

/* Подвал с логотипом 
.page-footer--logo .container::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("img/logo_white.svg");
  background-repeat: no-repeat;
}
*/
/* Тёмная тема */
/*
.dark-theme {
  color: #f2f2f2;
  background-color: #17161a;
}

.dark-theme .page-header {
  background-color: #3f3c53;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.dark-theme a {
  color: #9484f2;
}

.dark-theme .theme-button {
  color: #9484f2;
  border: 1px solid #9484f2;
}

.dark-theme .theme-button::before {
  background-image: url("img/sun-normal.svg");
}

.dark-theme .theme-button:focus,
.dark-theme .theme-button:hover {
  color: #17161a;
  background-color: #9484f2;
}

.dark-theme .theme-button:focus::before,
.dark-theme .theme-button:hover::before {
  background-image: url("img/sun-hover.svg");
}

.dark-theme .status p,
.dark-theme .photos figure {
  background-color: #2a2930;
}

.dark-theme .news time,
.dark-theme .photos figcaption{
  color: #888888;
}

.dark-theme .card {
  background-color: #2a2930;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.dark-theme .quotes blockquote {
  color: #17161a;
  background-color: #9484f2;
}

.dark-theme .quotes blockquote::before {
  background-image: url("img/quote-dark.svg");
}

.dark-theme .page-footer {
  background-color: #373540;
  color: #f2f2f2;
}
*/