body{
    font-family: 'PT Sans', sans-serif;
    Font-Size: 18px;
}

h1{
    Font-Family: 'Nunito', Sans-Serif;
    Font-Size: 2.5em;
}

h2{
    Font-Family: 'Nunito', Sans-Serif;
    Font-Size: 2em;
}

h3{
    Font-Family: 'Nunito', Sans-Serif;
    Font-Size: 1.5em;
}

.green_button{
  background-color: #97de95; /* Green */
  border: none;
  color: white;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2em;
  border-radius: 25px;
}

.headerrow{
    background-color:#571179;
    color: white;
}

.headertext{
    font-size:1.3em;
}

.copytext{
    font-size:.7em;
}

.tanback{
    background-color:#fce8aa;
}

.blueback{
    background-color:#089dbb;
}

.grayback{
    background-color:#d5d1c6;
}

.lightgrayback{
    background-color:#eee;
}



.todayclip{
    padding:1%;
}

.menulink {
	color:white;
	text-decoration:none;
	font-size:.9em;
	padding:1% 10px;
}

.menulink:hover {
	color:yellow;
}

#headerright{
	text-align:right;
}


@media (max-width: 380px) {
	.headertext{
	    font-size:1em;
	}
	.todayclip{
   
    width:95%;
}
}


