.home_title {
  font-family: "Lilita One";
  font-size: 50px;
}

.caption {
  width: 100%;
  text-align: center;
  }

.caption span.rep_title {
  color: #ffffff;
  padding: 16px;
  font-size: 30px;
  letter-spacing: 1px;
}

.second_caption {
  width: 100%;
  text-align: center;
}

.second_caption span.second_title {
  color: #ffffff;
  padding: 16px;
  font-size: 30px;
  letter-spacing: 1px;
}

.total-caption {
    background-color: var(--caption-color);
    color: #000000;
    font-family: "Zilla Slab";
    position: absolute;
    padding: 15px;
    top: 10%;
}

.background-img1 {
  background-image: url("images/photo_for_the_SHITS_AND_GIGGLES.png");
  min-height: 650px;
}

.background-img2 {
  background-image: url("Images/background-sky-1.jpg");
  min-height: 600px;
}

.background-img3 {
  background-image: url("https://68.media.tumblr.com/ac46aa24b44b5036e9200abb71f810d9/tumblr_nt5vzxV6Us1ud7rr3o1_1280.jpg");
  min-height: 600px;
}

/*Calendar CSS*/
/*By Marco Biedermann*/

.outer_calendar_container {
	place-items: center;
	display: grid;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	padding: 0;
}

.inner_calendar_container {
	position: relative;
	width: 508px;
	font-family: "Zilla Slab";
}

.inner_calendar_container header {
	border-radius: 1em 1em 0 0;
	background: #b33c21;
	color: #fff;
	padding: 3em 2em;
}

.year {
	font-size: 28px;
}

.month {
	font-size: 3em;
	line-height: 1em;
	font-weight: 900;
	text-transform: uppercase;
}

.calendar {
	background: #fff;
	border-radius: 0 0 1em 1em;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2), 0 3px 1px #fff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .2), 0 3px 1px #fff;
	color: #555;
	display: inline-block;
	padding: 2em;
}

.calendar thead {
	color: #dd4c2b;
	font-weight: 700;
	text-transform: uppercase;
}

.calendar td {
	padding: .5em 1em;
	text-align: center;
}

.selected_date {
	color: #ffffff;
	background-color: #d43d1c;
}

.prev-month, .next-month {
	color: #cacaca;
}

.ring-left, .ring-right {
	position: absolute;
	top: 150px;
}

.ring-left { left: 2em; } .ring-right { right: 2em; }

.ring-left:before, .ring-left:after, .ring-right:before, .ring-right:after {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
	content: "";
	display: inline-block;
	margin: 8px;
	height: 32px;
	width: 8px;
}

/*Box*/
.box {
    height: auto;
    overflow: hidden;
    padding: 0px 0px 0px 475px;
}

.box .info {
    text-align: left;
}

.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top:0
}

.box ul:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px solid #fff;
    position: absolute;
    top:0;
    left:30px
}

.box ul li {
    margin: 20px 60px 60px;
    position: relative;
    padding: 10px 20px;
    background:rgba(255, 255, 255, 0.3);
    color:#fff;
    border-radius: 10px;
    line-height: 20px;
    width: 35%
}

.box ul li > span {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px solid #fff;
    position: absolute;
    top: 0;
    left: -30px
}

.box ul li > span:before, .box ul li > span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:rgb(108, 168, 116);
    border: 3px solid #fff;
    position: absolute;
    left: -8px;
    top: -1px;
}

.box .name {
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.box .info:first-letter {
  line-height: 1.7
}