



.mesh{
background-color:hsla(242,34%,35%,1);
background-image:
url(noise.png),
radial-gradient(at 94% 58%, hsla(338,61%,60%,1) 0px, transparent 50%),
radial-gradient(at 47% 75%, hsla(266,100%,32%,1) 0px, transparent 50%),
radial-gradient(at 64% 47%, hsla(348,100%,57%,1) 0px, transparent 50%),
radial-gradient(at 73% 18%, hsla(63,81%,60%,1) 0px, transparent 50%),
radial-gradient(at 5% 91%, hsla(256,92%,43%,1) 0px, transparent 50%);
animation: gradient 13s ease infinite;
background-size: 300px 300px, 200% 300%, 200% 300%, 200% 300%, 200% 300%, 200% 300%;
}

@keyframes gradient {
	0% {
		background-position: 0% 20%;
	}
	25% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 50% 70%;
	}
	100% {
		background-position: 0% 20%;
	}
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  margin: 10px 0 0 18px;
  width: 200px;
  background-color: #FFFC51;
  color: #3E3B78;
  padding: 10px;
  border-radius: 0;
  font-size:20px;
  line-height: 20px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #FFFC51 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext {
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	/*background-color: #3E3B78;*/
}

main {
	overflow: hidden;
	display: block;
	padding: 80px;
	font-family: "filson-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #EDE1CE;
	font-size: 50px;
	max-width: 1440px;
}

h1 {
	font-size: 100px;
	line-height: 72px;
	margin: 0 0 80px 0;
	font-weight: 800;
}
h1 span{
	color:#FFFC51;
}
h2, ul#secondary{
	font-size: 34px;
	max-width: 800px;
}
h2 {
	padding-top: 30px;
}
footer, p, .page ul{
	font-size: 20px;
}
p, .page ul{
	line-height: 30px;
	max-width: 760px;
}

section{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: space-between;
 }

ul li{clear: both;}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page ul{
	list-style-type: disc;
	padding-left: 20px;
}

ul#primary{
	align-self: flex-start;
	line-height: 60px;
}

ul#primary li i{
	font-size: 34px;
	margin-left: -5px;
}
ul#secondary li i{
	font-size: 24px;
	padding-right: 4px;
}

ul#primary a:hover, ul#secondary a:hover{
	color:#FFFC51;
}

ul#secondary{
	text-align: right;
	height: 100%;
	display: inline-block;
	align-self: flex-end;
	line-height: 50px;
	
}

footer{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	clear: both;
	padding-top: 60px;
}
footer ul li {
	display: inline;
}
footer #social a{
	border: 0;
	font-size: 40px;
	padding-right: 10px;
}
footer a:hover{
	border-bottom: 3px solid #FFFC51;
}
footer #contact li{
	margin-left: 20px;
}

a {
	color: #EDE1CE;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer!important;
}
p a, .page ul a{
	border-bottom: 3px solid #FFFC51;
}
p a:hover, footer a:hover, .page ul a:hover{
	color:#FFFC51;
}

/*mobile*/
@media only screen and (max-width: 768px) {
  h1 {
	font-size: 60px;
	line-height: 42px;
	margin: 0 0 40px 0;
  }
  main {
	  padding: 50px;
	  font-size: 30px;
	  max-width: auto;
  }
  section{
	  display: block;
  }
  ul#primary{
	  line-height: 50px;
	  margin-bottom: 40px;
  }
  ul#secondary{
	  text-align: left;
	  height: 100%;
	  line-height: 40px;
	  max-width: none;
	  font-size: 24px;
  }
  ul#primary li i{
	  font-size: 22px;
	  margin-left: -3px;
  }
  ul#secondary li i{
	  font-size: 20px;
	  padding-right: 4px;
  }
}


/* normalize.css v8.0.1 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}



