/* Longsword text and pictures page CSS */

h1.homepage
{ 
  font-size: clamp(150%, 6vw, 320%);
  padding-bottom: 0;
  margin-bottom: 0;
}


div.intro
{
  font-size: 110%;
  color: #030;
  font-weight: bold;
}


div.nextouting
{
  background: #f4f8f4;
  padding: 1px 10px;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  color: #030;
  line-height: 1.1;
}

h2.taster 
{ 
  color: #909;
  margin: 20px 0 0 0;
  border-top: 1px solid #909;
  padding-top: 10px;
}

p.lspractices 
{ 
  font-weight: bold;
  font-size: 110%;
}

iframe.ytvideo
{
  width: 95%;
  aspect-ratio: 16/9;
}

picture img.sunrise
{
  margin-top: 0;
}

