body, h1, h2, h3, p {
  font-size: 0.9em;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  margin: 0;
}

html, body {
  background-color: red;
  cursor: url(../img/peace.cur), auto !important;
}

::-moz-selection {
  color: red;
  background: yellow;
}

::selection {
  color: red;
  background: yellow;
}

h1.animation {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  font-size: 3em;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-40%);
  text-align: center;
  color: yellow;
  margin: 0 auto; 
}
@media only screen and (max-width: 600px) {
  h1.animation {
    font-size: 2em;
  }
}

h1.animation span {
  filter: blur(7px);
  -webkit-filter: blur(7px);
  animation: blurry 15s infinite ease-in-out;
}

@keyframes blurry {
  0%   { filter: blur(07px); -webkit-filter: blur(07px); }
  25%  { filter: blur(03px); -webkit-filter: blur(03px); }
  50%  { filter: blur(20px); -webkit-filter: blur(20px); }
  85%  { filter: blur(02px); -webkit-filter: blur(02px); }
  100% { filter: blur(07px); -webkit-filter: blur(07px); }
}

h1.animation span:nth-child(02) { animation-delay: 1.0s; }
h1.animation span:nth-child(10) { animation-delay: 0.7s; }
h1.animation span:nth-child(06) { animation-delay: 0.1s; }
h1.animation span:nth-child(09) { animation-delay: 0.5s; }
h1.animation span:nth-child(03) { animation-delay: 1.5s; }
h1.animation span:nth-child(13) { animation-delay: 2.0s; }

section {
  margin: 1.4em;
}

a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.wrapper {
  position: absolute;
  bottom: 0;
  left:0;
  display: block;
}

ul#social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#social-links:after {
    content: '';
    display: block;
    clear: both;
}

ul#social-links li {
  float: left;
  position: relative;
  margin-right: 20px;
}


ul#social-links li a svg {
  transition: 0.2s;
  fill: black;
}

ul#social-links li a svg:hover,
ul#social-links li a svg:active,
ul#social-links li a svg:visited {
  fill: yellow;
}

@media only screen and (max-width : 736px) and (orientation:landscape) {
	#contact {
		display: block;
		position: fixed;
		bottom:0px;
		right:0px;
	}
}
@media only screen and (max-width: 600px) and (min-width: 401px) {
  h1.animation {
    font-size: 2em;
  }
}
@media only screen and (max-width: 414px) {
  h1.animation {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  font-size: 3em;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-40%);
  text-align: left;
  color: yellow;
  padding-left: 1em;
}
.linebreak {
display: block;
height: 0.4em;
}
}
