:root {
  --main-color: #8d096b;
  --secondary: #f4b61c;
  --white: #faf7fb;
  --grey: #c0b6bd;
  --light-grey: #ece9ed;
  --black: #291825;
}
body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(-45deg, var(--white), var(--light-grey), var(--grey), var(--main-color));
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
    margin: 0px !important;}

    h2 {
      text-align: center;
      margin: 1em;
      text-shadow: 0px 0px 6px #faf7fb;
      text-transform: uppercase;
      color: #291825;
      font-size: 1.8em;
      font-family: sans-serif;
      font-weight: 800;
      word-wrap: break-word;
      white-space: pre-wrap;
      word-break: break-word;
      margin-left: 4px;
      margin-right: 4px;
  }
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
  }
  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: red;
  }
  @keyframes shake-animation {
	 0% { transform:translate(0,0) }
	1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(0,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(0,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
  }
  .flexcolumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 50vh;
}

h2.text-inside {
    display: none;
}
.eachpic {
    position: relative;
    margin: 10px;
}
.eachpic:hover {
box-shadow: 0px 0px 19px 2px #000000;
  cursor: pointer;
}
h2.text-inside {
    position: absolute;
    bottom: 0;
    left: 10px;
}

/*logo change.
.site-logo img {
    display: none;
}
.site-logo.logo-center {
    background-image: var(--logo_linktree);
    background-repeat: no-repeat;
    height: 50px;
    width: 200px;
    margin-bottom: 20px;
    background-size: contain;
}
*/
header {
    display: none !important;
}
.nonavbarnew {
    background: white;
}
.site-linktree-logo {
    background-image: var(--logo_linktree);
    background-repeat: no-repeat;
    height: 50px;
    width: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-size: contain;
    margin: auto;
    background-position-y: center;}

@media (min-width:0px){
  img.linktree-pic {
    width: 40vw;
		    height: 40vw;}
				.eachpic {
	    margin: 5px;
	}}

@media (min-width:460px){
  img.linktree-pic {
    width: 27vw;
    height: 27vw;}
  h2.text-inside {
      font-size: 1.5rem !important;  }
}

@media (min-width:768px){
img.linktree-pic {
	width: 20vw;
	height: 20vw;
}}

@media (min-width:1468px){
  img.linktree-pic {
    width: 15vw;
    height: 15vw;
}
}
