@font-face {
  font-family: "LodrinaRegular";
  src: url("../assets/fonts/LondrinaSolid-Regular.ttf");
}

@font-face {
  font-family: "LodrinaBlack";
  src: url("../assets/fonts/LondrinaSolid-Black.ttf");
}

@font-face {
  font-family: "LodrinaThin";
  src: url("../assets/fonts/LondrinaSolid-Thin.ttf");
}

@font-face {
  font-family: "LodrinaLight";
  src: url("../assets/fonts/LondrinaSolid-Light.ttf");
}

div.post-background {
  width: 700px;
  height: 700px;
  background: #666;
  background-image: url('saltines-bg1.jpg');
  border: 1px solid #000;
}

div.post-background h2 {
  margin: 100px auto 10px;
  text-align: center;
  color: #fff;
  font-family: "LodrinaRegular";
  letter-spacing: .1rem;
  font-weight: 500;
  font-size: 48px;
  text-shadow: 2px 2px 4px #000;
}

p.google_cal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p.google_cal ul li {
  margin: 10px 0;
  padding: 8px;
  min-height: 90px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .7);
  border: 1px solid #000;
  color: #fff;
}

/*p.google_cal ul li.alt {
	padding: 0;
}

p.google_cal ul li.alt div.google_event_main {
	background-color: rgba(201, 173, 119, 0.2);
	min-height: 90px;
	padding: 8px;
	border-radius: 2px;
}*/

div.google_event_date {
  background-color: #333;
  border: 2px solid #333;
  float: left;
  width: 70px;
  margin-right: 15px;
}

div.google_event_month {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

div.google_event_day {
  font-size: 28px;
  color: #333;
  background-color: #fff;
  text-align: center;
}

div.google_event_title {
  font-family: 'LodrinaRegular';
  font-size: 32px;
  margin-bottom: 0;
  color: #fff;
}

div.google_event_title a {
  text-decoration: none;
}

div.google_event_location {
  font-size: 16px;
  float: right;
}

div.google_event_time {
  font-size: 16px;
}

a {
  color: #fff;
  text-decoration: none !important;
}