/* © Copyright 2018 LycheeApps, All Rights Reserved */

/* ===================================== */
/* FONTS */
/* ===================================== */

@font-face {
    font-family: lychee;
    src: url("../fonts/futura-medium.ttf");
}

/* ===================================== */
/* HEADER */
/* ===================================== */

.site-header {
	background-color: #f7005d;
	color: #FFFFFF;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	font-family: lychee;
}

.site-header a {
  color: #FFFFFF;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.lychee-header img {
	margin-top: 30px;
	margin-bottom: -10px;
	width: 300px;
}

h2, h3 { 
	margin-top: 20px;
}
h4 {
	 margin-top: 15px;
}
