/*Events*/


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

.full-frame {
background:url('event-bg.jpg') no-repeat;
background-position:center;
background-size:cover;
}
.shaded {
background:rgba(255, 255, 255, .85);
padding:15px;
text-align:center;
max-width:560px;
}
.shade h3 {
font-style:'Open Sans',sans-serif;
padding:10px;
}
.margins {
max-width:800px;
margin:0px auto;
}
#calendar {
margin-top:20px;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {
.shaded {
max-width:450px;
}

}

@media (min-width: 768px) and (max-width: 979px) {
.shaded {
max-width:75%;
}

}

@media (max-width: 767px) {
.shaded {
max-width:90%;
}

}

@media (max-width: 480px) {

}
