


*, *::before, *::after { 
	box-sizing: border-box; 
}

body {
  margin: 0;
  font-family: 'Karma', serif;
  font-size: 18px;
  font-weight: normal;
}



img {
	max-width: 100%;
	vertical-align: bottom;
}

.img-left {
	float: left;
	margin-right: 15px;
}

.img-right {
	float: right;
	margin-left: 15px;
}

 

#hero {

	background-image: url(../images/sph-hero.jpg);

	 
	height: 400px;
	background-position: center 95%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid black;
 
}




main {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 30px auto;

}

 
footer {
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px; 
	padding-top: 20px;
	text-align: center;
}




section {
	max-width: 800px;
	border-bottom: 1px solid #ccc;
	padding: 30px 0 30px 0;
}

section p {
	margin-bottom: 15px;
}

 
p, li {
	line-height: 24px;
	margin-bottom: 22px;
}




a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;

}

a:hover, a:focus {
	text-decoration: none;
}

 a:active {
	text-decoration: none;
}


#sphs { 
	color: #f60000;		
	vertical-align: top;
}


#sphp {
	color: #4afe00;
	vertical-align: middle;
}

#sphh {
	color: #3384f6;
 	vertical-align: bottom;
}


table {
	margin-left: auto;
	margin-right: auto;
 }
 

 td {
	height: 130px;
	width: 36px;
 }


.homelink {
	font-family: 'Catamaran', sans-serif;
	text-shadow: 2px 2px 0 #c8c8c8, 3px 4px 4px #9d9e9e;
	display: block;
	font-size: 56px;
	}

 
.somebuttons {
	border-radius: 30px;
	background-image: linear-gradient(white, silver);
	padding: 10px;	
	margin: 0 3px;
}

.somebuttons:hover, .somebuttons:focus {
	background-image: linear-gradient(#718dca, #9ebaf5);
 
}

.somebuttons:active {
	background-image: linear-gradient(skyblue, deepskyblue);
}



nav li {
	display: inline;
}


nav li a {
	display: inline-block;
	font-size: 24px;
	padding: 20px;
	color: black;

}


nav li a:visited {
	color: black;
	filter: drop-shadow(2px 1px 0px GhostWhite);

}

nav li a:hover, nav li a:focus {
	color: DarkSlateGrey;
	filter: drop-shadow(2px 1px 0px GhostWhite);

}

nav li a:active {
	color: black;
	filter: drop-shadow(2px 1px 0px GhostWhite);

}



h1, h2 {
	font-family: 'IBM Plex Sans', sans-serif
	
}

h1 {
	font-size: 30px; 
	font-weight: 200;
}

h2 {
	font-size: 24px;
	font-weight: 200;
	padding: 0 0 10px 0;
}
 



 




 

 






@media (max-width: 599px) {
	nav {
		text-align: center;

	}

	nav ul {
		display: none;
	
	}

}






@media (min-width: 600px) {
	
   body {
		margin-top: 140px;
   }
	
	.homelink {
		float: left;
	padding: 10px 0 0 30px;

	}

	nav {
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		padding:0;
    	margin: 0;
     
	}

	nav ul {
		float: right;
		list-style-type: none;
		margin: 0;
		padding-top: 30px;
		padding-right: 50px;
		font-family: 'Catamaran', sans-serif;
	}

	 
}