/*= GENERAL STYLING
--------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	cursor: url(../assets/spo15.cur), auto !important;
}

html, body {
    height: 100%;
/* 	background-attachment: fixed; */
	background-color: #fff;
	overflow: hidden;
}

body {
    font-family: "miller", sans-serif;
	color: #000;
}

div {
	outline: 0;
}

h1 {
	font-family: "bluu", sans-serif;
	color: #fff;
	/* text-transform: uppercase; */
	text-align: left;
	font-size: 28px;
	/* letter-spacing: 1px; */
}

h2 {
	font-family: "bluu", sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
}

h3 {
	font-family: "bluu", sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 26px;
	letter-spacing: 4px;
	padding: 10px 10px 20px 10px;
	
/* 	border: 1px solid #000fff; */
	
}

h4 {
	padding: 10px 10px 20px 10px;

/* 	border: 1px solid #000fff; */
}

ul { 
	list-style-type: none; 
	text-transform: uppercase;
}

p {
	font-family: "miller", sans-serif;
	color: #000;
	font-size: 18px;
/* 	font-weight: bold; */
	padding: 20px;
	
	height: 375px;
	overflow: auto;
	
	/* border: 1px solid #fff; */
}

a {
	font-family: "miller", sans-serif;
	color: #000;
	letter-spacing: 2px;
	text-decoration: underline;
}

/* CONTENT MAIN
------------------------------*/

.wrapper {
	height: 100vh;
	margin: 0;
}

.background {
    background-image:url('../assets/titlegiffy.gif') !important;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.content_container {
	display: flex;
	align-items: left;
	justify-content: left;
	/* flex-direction: column; */
	/* position: relative; */
	/* padding-top: 5%; */
    /* height: 86vh; */
}

.name {
    position: absolute;
	top: 30%;
	left: 15%;
	/* transform: translate(-15%, -30%); */
}

.menu {
    position: absolute;
    top: 25%;
    left: 45%;
    /* transform: translate(-40%, -32.5%); */
}

.menu a {
    font-family: sans-serif;
    color: white;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: lowercase;
    font-style: italic;
    text-decoration: underline;
}
.menu li {
    padding-bottom: 5px;
}

.site_links {
    padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
    .menu {
        top: 40%;
        left: 15%;
    }
}
