#sp-header .logo h1 {color:white;}

#sp-header.menu-fixed h1 img {
  	height:60px;
	transition: 400ms;
    transition-property: all;
    transition-duration: 400ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}
th,td {padding:.5em;}
th {background-color:#FC830D;color:white;}
tr:nth-child(odd) {
    background-color: #FFF0DD;
}
.sp-module .sp-module-title {
    font-size: 3.5rem;
    text-align: center;
}
img {display:inline-block;}