/*
          /\  /\ 
        =(  ^.^ )= 
         __m__m__
			Everything is going to be okay!
			ok-studio.com
*/			

body {
	background-image:url(../img/night_sky.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* headers */

h1 {
	font-family: "Impact", sans-serif;
	font-size: 48pt;
	color: darkorchid;
	text-align: center;
}

h2 {
	font-family: "Futura", sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: mediumvioletred;
	text-align: center;
}

h3 {
	font-family: "Futura", sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: deepskyblue;
	text-align: center;
}

/* lists */

ul {
	list-style-type: none;
	text-align: center;
	padding:10px;
}

ol {
	list-style-type: none;
	text-align: center;
	padding:10px;
}

li {
	font-family: "Arial", sans-serif;
	color: white;
	display: inline;
}

.li-2 {
	display: block;
}


/* links */

a {
	font-family: "Arial", sans-serif;
}

a:link {
	color: white;
}

a:hover {
	color: white;
	font-weight:bold;
}

a:active {
	color: steelblue;
	font-weight: bold;
}

a:visited {
	color: steelblue;
}

/* imgs & text */

img {
  max-width: 75vw;
  max-height: 75vh;
}

figure {
	text-align: center;
	padding: 0;
}

p {
	font-family: "Arial", sans-serif;
	color: white;
	text-align: center;
	margin: 10px;
}