.all-content {
	background-color: white;
	min-height:100vh;
}

.tilin-delete {
	cursor: pointer;
}

.admin-content {
	margin: 2em;
	min-height:50vh;
}

h1 a{
	text-decoration: none;
}
h2 a{
	text-decoration: none;
}
h3 a{
	text-decoration: none;
}

.content-area {
	text-align: left;
	max-width:1400px;
	margin:0 auto;
	min-height: 100vh
}

.inner-content {
	margin: 2em;
}

.header {
	width: 100%;
	background-color: #ffd900;
	padding:0.5em 0 0 0;
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #ffd900;
	padding:0.5em;
}

.dark-link a:link, .dark-link a:visited, .dark-link a:active {
	color: black;
}

.light-link a:link, .light-link a:visited, .light-link a:active {
	color: white;
}

/*
menu styles
*/
/* Mobile menu toggle button */

.main-menu-btn {
  position: relative;
  width: 100%;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff940;
  margin-bottom: 0;
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon {
	margin-left: 10px;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

.tilin-page-content {
	margin:2em;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    display: none;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
	body {
		line-height: 1.5;
	}

	.all-content {
		margin-top:100px;
	}

	.footer-items {
		display:block;
	}

	.footer-items > div {
		margin: 1em;
		text-align: center;
	}

}

@media only screen and (max-width: 375px) {
	body {
		line-height: 1.3;
	}

	h1 {
		font-size: 1.6em;
	}

	h2 {
		font-size: 1.1em;
	}

	.inner-content {
		margin: 1.5em;
	}
}
