html {
	font-family: Roboto;
	overflow-x: hidden;
}
::-webkit-scrollbar { /*Hide scrollbar*/
  width: 0;
}
body {
	/*background: #322D53;*/
	background: linear-gradient(0deg,#322D53 45%, #A293FF);
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: auto-fill;
}


/*============================================================ preloader =========================================================*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    transition: all 0.5s;
    opacity: .8;
}
.preloader-remove {
    opacity: 0;
    z-index: -10;
}
.preloader-5 {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #A293FF;
    animation: preloader-5-spin 2s linear infinite;

}
.preloader-5:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BAAFFF;
    animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #322D53;
    animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*===================================== HEADER =============================================*/
.mobile-menu {
	display: none;
}
.imgl {/*-------------------- LOGO ---------------------------*/
	width: 80px;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	position: center;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.smaller { /*LOGO AFTER SCROLLING*/
	width: 50px;
	height: 50px;
	margin-top: 15px;
}
.header { /*HEADER BAR ITSELF */
    display: flex;
	justify-content: center;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #A293FF;
    color:#fff;
    z-index: 1000;
    height: 100px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    text-align: center;
    line-height:100px;

}
.shrink { /*HEADER BAR AFTER SCROLLING*/
    height: 60px;
    line-height:60px;
	display: flex;
	justify-content: center;
}



/*----------------------- ALL BUTTONS -----------------------*/


.buttonbar {
	margin-top: -27px;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.button {
	letter-spacing: 1px;
	bottom: 20px;
	font-size: 24px;
	border: none;
	margin-top: -40px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #A293FF;
	cursor: pointer;
	opacity: 0.5;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.button:active {
	text-decoration-line: none;
	border: none;
	background-color: #none;
}
.button:hover {
	background-color: none;
	color: Black;
	opacity: 1;

}

.buttonIll {

	opacity: 1;
	text-decoration-line: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}
.buttonIll:hover{
	background-color: none;
	color: Black;
	opacity: 0.5;

}
.buttonIll:active {
	text-decoration-line: underline;
	border: none;
	background-color: #none;
}
.buttonLOGO { /* LOGO BUTTON */

	border: none;
	background-color: #A293FF;
	cursor: pointer;
	display: flex;
	align-items: center;
}



/*===================================== MAIN =============================================*/
.content{
	margin: -8px;
	margin-bottom: -300px;
	padding: 0px;
	position: center;
}
.middle { /* TEXT HEADER BELOW */

	display: flex;
	justify-content: center;
	position: relative;
	background: url(img/FROOT22.png);
	background-repeat: no-repeat;
	background-position: center 20%;
	/*background-position: 50%calc(100%-10px); */
	background-size:cover;
	width:100%;
	height:1000px;
	z-index: -1;
}
h2 { /* TEXT ITSELF */
	margin-top: 200px;
	border: none;
	opacity: 100%;
	color: #A293FF;
	font-size: 100px;
	z-index: 3;
	opacity: .0;
}
.parallax {
	height:1000px;
    background-attachment: fixed;
    align-items: center;
    position: relative;

}
.parallax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 2;
}
.buttonnext {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;

}
.buttonArt {
	margin-top: -100px;
	font-size: 40px;
	font-family: Roboto;
	background: none;
	height: 70px;
	width: 700px;
	border: solid;
	border-radius: 4px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 20px #fff;
	box-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 20px #fff;
}
.buttonArt:hover {
 color: #A293FF;
 text-shadow:
    0 0 1px #A293FF,
    0 0 2px #A293FF,
    0 0 3px #A293FF,
    0 0 20px #A293FF;

}
.buttonArt:active {
 color: white;
  text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 20px #fff;
}

/*----------------------- BLOCKS -----------------------*/
#page {
	transform: scale(calc(0.8/1.5));
	margin-top: -450px;
}
.main_block { /* first main grid */
	position: center;
	padding: 100px;
	font-size: 20px;
	background-color:rgb(50, 45, 83, .0);
	border: none;
	border-radius:10px;
	border-color: #5144A1;
}
.container-1 {
  display:grid;
  grid-template-columns:repeat(2,1000px);
  grid-template-rows: repeat(3,500px);
  grid-gap:10px;
  justify-content:center;
  margin-top: 200px;

}
.container-2 {
  display:grid;
  grid-template-columns:repeat(2,1000px);
  grid-template-rows: repeat(2,200px);
  grid-gap:10px;
  justify-content:center;

}
.item {
  border-radius:10px;
  padding:0px;
  background:white;
  overflow: hidden;
  max-width: 100%;
}
.title {
	font-size: 80px;
	text-align: center;
	line-height: normal;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 300;
	}
.itemtext {
	letter-spacing: 2px;
	padding: 50px;
	grid-row-end: span 2;
	font-size: 30px;
	color: white;
	font-weight: lighter;
	text-align: justify;
	line-height: 50px;
	text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 10px #fff;

}
.itemtextcontact {
	letter-spacing: 2px;
	padding: 50px;
	text-align: center;
	grid-row-end: span 2;
	font-size: 30px;
	color: white;
	font-weight: lighter
	line-height: 50px;
	text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 10px #fff;

}
.itemimg {
	text-align: center;
	grid-row-end: span 2;

}
.itemimg img {
	width: 100%;
	height: auto;
	border-radius: 4px;

}
.following {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.followbut {
	margin: 12px;
	font-size: 40px;
	font-family: Roboto;
	background: none;
	height: 70px;
	width: 700px;
	border: solid;
	border-radius: 4px;
	color: #A293FF;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	text-shadow:
    0 0 1px #A293FF,
    0 0 2px #A293FF,
    0 0 3px #A293FF,
    0 0 20px #A293FF;
	box-shadow:
    0 0 1px #A293FF,
    0 0 2px #A293FF,
    0 0 3px #A293FF,
    0 0 10px #A293FF;
}
.followbut:hover {
	text-decoration: none;
	color: #6c4675;
	text-shadow:
    0 0 1px #6c4675,
    0 0 2px #6c4675,
    0 0 3px #6c4675,
    0 0 20px #6c4675;
	box-shadow:
    0 0 1px #6c4675,
    0 0 2px #6c4675,
    0 0 3px #6c4675,
    0 0 10px #6c4675;
}
.followbut:active {
	color: #A293FF;
	filter: brightness(0) invert(1);
	box-shadow:
    0 0 1px #A293FF,
    0 0 2px #A293FF,
    0 0 3px #A293FF,
    0 0 10px #A293FF;
}

/*===================================== CONTACT ME =============================================*/

form { max-width:720px; margin:50px auto; }
.feedback-input {
  color:white;
  font-family: Roboto;
  font-weight:500;
  font-size: 30px;
  border-radius: 4px;
  line-height: 22px;
  background-color: transparent;
  border:solid #A293FF;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}
.feedback-input:focus { border: solid white; }
textarea {
  height: 250px;
  line-height: 150%;
  resize:vertical;
}
[type="submit"] {
  font-family: Roboto;
  width: 100%;
  height: 80px;
  background:#A293FF;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:40px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;

}
[type="submit"]:hover { background:#6c4675;}

/*===================================== FOOTER =============================================*/

#footer {
	display: flex;
	justify-content: space-around;
	border: none;
	padding: 10px;
}
/*FOOTER BUTTON*/
.buttonLink {
	border: none;
	padding: 0px 5px;
	cursor: pointer;
	display: inline-block;
	border-radius: 100%;
	mix-blend-mode: overlay;
	color: #6c4675;

}
.buttonLink>:hover {
	filter: invert(80%);
	transition: 0.2s ease-in-out;
}
.buttonLink:active {
	color: #53377a;
	filter: invert(0);
}
.link img {
	color: #A293FF;
	width: 30px;
	height: auto;
	filter: invert(1);
}
.link img:hover {
	cursor: pointer;
}
.link img:active {
	filter: invert(70%);
}

/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/
/*======================= MOBILE VERSION ==========================*/

@media (max-width: 576px){
body {
	background: linear-gradient(0deg,#322D53 45%, #A293FF);
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: auto-fill;
	max-width: 576px;
}
* {
  box-sizing: border-box;
}
.mobile-menu { /* можно постваить шапку полноценную, регулеровка отступов и прочего*/
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  background-color: #none;
  font-size: .5 rem;
}
.mobile-menu > .menu-title { /* отступ регулируется тут */
	flex: 0 0 auto;
	padding: -2rem;
	text-transform: lowercase;
	background-color: none;
}
.mobile-menu > label {
  flex: 0 0 0px;
  display: flex;
  flex-direction: center;
  justify-content: center;
  margin-right: 1em;
  margin-top: -2rem;
  cursor: pointer;
  z-index: 1;
}
.mobile-menu input {
  display: none;
}
.mobile-menu .bar { /* иконка, можно спрятать */
  display: solid;
  background-color: #A293FF; /* размер и цвет иконки бургера */
  height: 20px;
  width: 20px;
  transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1),
    width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
		box-shadow:
		0 0 10px #A293FF,
		0 0 2px #A293FF,
		0 0 1px #A293FF;

}
.mobile-menu .top-bar {
  transform: translateY(60px);
}
.mobile-menu .bottom-bar {
  transform: translateY(60px);
}

/* styling for main menu inside mobile menu / or for when you click on the burger menu */

.mobile-menu .main-menu {/* Регулеровка длины вниз */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: calc(40vh - 20 * (100vw/576));
  left: 0;
  top: 0;
  right: 0;
  background-color: #322D53; /* цвет основного блока */
  color: white;
  opacity:0;
  box-shadow:
    0 0 50px #322D53,
    0 0 40px #322D53,
    0 0 30px #322D53,
    0 0 20px #322D53,
    0 0 10px #322D53,
    0 0 5px #322D53,
    0 0 1px #322D53;
  transition: opacity 600ms cubic-bezier(0.2, 0.6, 0.3, 1), /* анимация появления и исчезновения */
    width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
}
.mobile-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: solid;
  transform: translateY(-30px); /* направление появляения */
  opacity: .2;
  transition: transform 600ms cubic-bezier(0.2, 0.6, 0.3, 1),
    opacity 600ms cubic-bezier(0.2, 0.6, 0.3, 1);
}
.mobile-menu ul { /* фигня для того, чтобы нельзя было нажать невидимые клавиши */
	transition:  1ms cubic-bezier(0.2, 0.6, 0.3, 1);
	transform: translateX(-1000px);
}
.mobile-menu .main-nav {
  flex: 1 0 auto;

}
.mobile-menu .main-nav ul {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  heightL: 100%;
}
.mobile-menu input[type="checkbox"]:checked + label > .bar {
  background-color: #A293FF;
}
.mobile-menu input[type="checkbox"]:checked + label > .top-bar {
  transform: translateY(60px) rotate(-90deg);
  width: 20px;
}
.mobile-menu input[type="checkbox"]:checked + label > .bottom-bar {
  transform: translateY(60px) rotate(90deg);
  width: 20px;
}
.mobile-menu input[type="checkbox"]:checked ~ .main-menu {
  opacity: 1;
}
.mobile-menu input[type="checkbox"]:checked ~ .main-menu ul {
  transform: translateY(0);
  opacity: 1;

}

.imgl {/*-------------------- LOGO ---------------------------*/
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: center;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	display: none;
}
.smaller { /*LOGO AFTER SCROLLING*/
	width: 0px;
	height: 0px;
	margin-top: px;
	display: none;
}
.header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 50;
		max-width: 576px;
		height: 50px;
		overflow: hidden;
		text-align: center;
		line-height:5px;
		display: none;
	}
.header:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #322D53;
		display: none;
	}
.shrink { /*HEADER BAR AFTER SCROLLING*/
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 50;
		max-width: 576px;
		display: none;
}
.buttonbar {

		position: relative;
		z-index: 2;
		margin-top: 0px;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	}
.button {
	letter-spacing: 1px;
	bottom: 2px;
	font-size: 24px;
	border: none;
	margin: 5px;
	color: #fff;
	background-color: #322D53;
	cursor: pointer;
	opacity: .5;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 20px #fff;
}
.button:active {
	text-decoration-line: none;
	border: none;
	background-color: #none;
}
.buttonLOGO { /* LOGO BUTTON */

	border: none;
	background-color: #322D53;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.buttonIll {
	bottom: 20px;
	font-size: 24px;
	border: none;
	margin-top: -40px;
	margin: 5px;

	cursor: pointer;
	opacity: 1;
	text-decoration-line: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

/*===================================== MAIN =============================================*/
/*===================================== MAIN =============================================*/

.content{
	padding: 0px;
	position: center;
}
.middle { /* TEXT HEADER BELOW */
	display: flex;
	justify-content: center;
	position: relative;
	background: url(img/FROOT22.png);
	background-repeat: no-repeat;
	background-position: center calc(0% + 10 *(100vw/2500));
	background-size: 1700px;
	height:760px;
	z-index: -1;
}
h2 { /* TEXT ITSELF */
	margin-top: 200px;
	border: none;
	z-index: 3;
	color: #BAAFFF;
	font-size: calc(80px + 50 *(100vw/2500));
	font-family: Roboto;
	letter-spacing: 10px;
	text-shadow:
		0 0 1px #BAAFFF,
		0 0 2px #BAAFFF,
		0 0 30px #BAAFFF;
}
.parallax {
	height:560px;
    background-attachment: fixed;
    align-items: center;
    position: relative;

}
.parallax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 2;
}
.buttonnext {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.buttonArt {
	margin-top: -950px;
	/*font-size: 40px; */
	font-size: calc(24px + 16 *(100vw/576));
	font-family: Roboto;
	background: none;
	letter-spacing: 1px;
	height: 100px;
	line-height: 35px;
	width: calc(200px + 500 *(100vw/567));
	border: solid;
	border-radius: 6px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	z-index: 3
	text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 20px #fff;
	box-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 20px #fff;
}
.buttonArt:active {
 	color: white;
  text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 20px #fff;
}
#page {
		margin: 0px auto;
		max-width: 576px;
	}
.main_block { /* first main grid */
	position: center;
	padding: 100px;
	font-size: 20px;
	background-color:rgb(50, 45, 83, .0);
	border: none;
	border-radius:10px;
	border-color: #5144A1;
}
.container-1 {
	margin-top: -450px;
	margin-bottom: 200px;
	display:grid;
	grid-template-columns:repeat(1,500px);
	grid-template-rows: repeat(6,400px);
	grid-gap:10px;
	justify-content:center;

}
.container-2 {
  display:grid;
  grid-template-columns:repeat(1,500px);
  grid-template-rows: repeat(2,200px);
  grid-gap:10px;
  justify-content:center;

}
.item {
  border-radius:10px;
  padding:0px;
  background:white;
  overflow: hidden;
  max-width: 100%;
}
.title {
	margin-top: 300px;
	line-height: normal;
	font-size: 80px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Roboto;
	}
.itemtext {
	margin-top: -700px;
	letter-spacing: 2px;
	padding: 50px;
	grid-row-end: span 2;
	font-size: 30px;
	color: white;
	font-weight: lighter;
	text-align: justify;
	line-height: normal;
	text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 10px #fff;

}
.itemimg {
	margin-top: -200px;
	text-align: center;
	grid-row-end: span 2;

}
.itemimg img {
	width: 100%;
	height: auto;
	border-radius: 4px;

}
.followblock {
	margin-top: -900px;
	margin-bottom: -200px;
}
.following {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.followbut {
	margin: 12px;
	font-size: 40px;
	font-family:Roboto;
	font-weight: bold;
	background: none;
	height: 70px;
	width: 700px;
	border: solid;
	border-radius: 4px;
	color: #A293FF;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	text-shadow:
    0 0 1px #A293FF,
    0 0 2px #A293FF,
    0 0 3px #A293FF,
    0 0 20px #A293FF;
	box-shadow:
    0 0 1px #A293FF,
    0 0 2px #A293FF,
    0 0 3px #A293FF,
    0 0 10px #A293FF;
}
.followbut:active {
	color: #A293FF;
	filter: brightness(0) invert(1);
	box-shadow:
    0 0 1px #A293FF,
    0 0 2px #A293FF,
    0 0 3px #A293FF,
    0 0 10px #A293FF;
}

/*===================================== CONTACT ME =============================================*/
	form { max-width:567px; margin:50px auto; }
.feedback-input {
  color:white;
  font-family: Roboto;
  font-weight:500;
  font-size: 30px;
  border-radius: 4px;
  line-height: 22px;
  background-color: transparent;
  border:solid #A293FF;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}
.feedback-input:focus { border: solid white; }
textarea {
  height: 250px;
  line-height: 150%;
  resize:vertical;
}
[type="submit"] {
  font-family: Roboto;
  width: 100%;
  height: 80px;
  background:#A293FF;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:40px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;


}
	[type="submit"]:hover { background:#6c4675;}

.contactme {
	margin-top: -250px;
}
.contactme img {
	margin-top: -350px;
}




/*===================================== FOOTER =============================================*/

#footer {
	display: flex;
	justify-content: space-around;
	border: none;
	padding: 10px;
}
/*FOOTER BUTTON*/
.buttonLink {

	border: none;
	padding: 0px 5px;
	cursor: pointer;
	display: inline-block;
	border-radius: 100%;
	mix-blend-mode: overlay;
	color: #6c4675;

}
.buttonLink>:hover {
	filter: invert(80%);
	transition: 0.2s ease-in-out;
}
.buttonLink:active {
	color: #53377a;
	filter: invert(0);
}
.link img {
	color: #A293FF;
	width: 30px;
	height: auto;
	filter: invert(1);
}
.link img:hover {
	cursor: pointer;
}
.link img:active {
	filter: invert(70%);
}
}
.twitter{
	scale: 90%;
}
