



body {
	background-color: black;
    font-family: 'Merienda One', cursive;
}

/* ..........Wrapper......................... */
#wrapper { 
	margin-left: auto;
    margin-right: auto;
    width: 80%; 
    min-width: 700px;
    max-width: 1024px;
}

nav li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 150%
	line-height: 30px;
}


nav a {
	text-decoration: none;
	color: white;
}	

p {
	color: white;
	font-family: calibri;

}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

h1 {
	color: black;
}

#hometext {
	padding-left: 10px;
}

.and  { 
	font-size: 60%; 
}

#oksaltlake { 
	background-image: url("oksaltlake.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 700px;
    width: 100%;  
}

#palomar { 
	background-image: url("palowalk2.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 700px;
    width: 600px; 
    float: right; 
}