/*
 Theme Name:   Learn Greenlandic (Twenty Ten)
 Template:     twentyten
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyten-lg
*/
html, body {
  width: 100%;
}

#titlebar {
  position: relative;
  background-image: url("/wp-content/uploads/2025/03/dvdlabel-1920.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-right-radius: 150px;
  min-height: 200px;
  z-index: 1;
}
#titlebar > * {
  position: relative;
  z-index: 3;
}
#titlebar-shadow {
  position: absolute;
  background-color: rgba(0,0,0,0.25);
  border-bottom-right-radius: 150px;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.home #titlebar {
  min-height: 600px;
}
#titlebar .btn {
  box-shadow: #000 0px 0px 5px;
}
#home-title {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
}
#home-title .title {
  font-size: 300%;
  text-decoration: none;
  text-shadow: #000 0px 0px 10px;
}
#home-title a {
  color: #fff;
}

#access {
  float: none;
  width: 100%;
  background: transparent;
  text-shadow: #000 0px 0px 5px;
}
#access ul {
  padding: 0;
}
#access a {
  color: #fff;
}
#access ul ul a {
  width: 180px;
}
div.menu {
  width: 100%;
  white-space: nowrap;
}
div.menu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.menu li {
  float: none;
  display: block;
}
.home .current_page_item {
  display: none;
}

#float-holder {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
#floater {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #fff;
  margin: -40px auto 0 auto;
  padding: 20px;
  border-radius: 20px;
  z-index: 3;
  box-shadow: #000 0px 0px 5px;
  position: relative;
  width: auto;
}

#content {
	text-align: justify;
  margin: 0;
}

#footer {
  background-color: #ecdccb;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.colophon {
  border: 0;
  display: flex;
}

#site-info {
  width: auto;
}

#site-info div {
	margin-bottom: 20px;
}

#site-info span {
	display: inline-block;
	margin-right: 40px;
}

.announce {
	background-color: #bfb;
	border: 1px solid #ccc;
	border-radius: 1ex;
	padding: 1.5ex;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.entry-content {
  counter-reset: footnotes;
}
.footnote {
	font-size: 0.75em;
}
.footnote:target {
	background-color: #ffffbb;
}
[aria-describedby="footnote-label"] {
  counter-increment: footnotes;
  text-decoration: none;
  color: inherit !important;
  cursor: default;
  outline: none;
}
[aria-describedby="footnote-label"]::after {
  content: '[' counter(footnotes) ']';
  vertical-align: super;
  font-size: 0.75em;
  margin-left: 2px;
  color: #0066cc;
  cursor: pointer;
}
[aria-describedby="footnote-label"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

@media (max-width: 576px) {
  #home-title .title {
    font-size: 200%;
  }
}
