.pageheader {
background-color: rgb(79, 129, 189);
 border-style: double;
 border-width: 5px;
 border-color: rgb(192, 0, 0);
 text-align: center;
font-family: Lora;
}

.calendar-grid-day,
.calendar-grid-day div,
.calendar-grid-day a {
font-size:16px;
}

	 .bigbutton {
    padding:10px 15px;
    background-color:#D30C46;
    text-decoration:none;
    color:#FFF;
    font-family:Roboto, sans-serif;
    font-weight:100;
    text-transform:uppercase;
    font-size:18px;
    transition:background .5s ease;
    }
    .bigbutton:hover {
    background-color:#0C5592;
    }

    .divback {background-color:#095593;
    color: white;}

