body 			{
			background-color: #000;
			font-family: 'Trebuchet MS', 'Palatino Linotype', 'Verdana', 'Times New Roman', 'Times', 'Courier New', 'Courier', 'sans-serif';
}

.bg   {
			background-image: url("/img/fire_new.png");
			background-repeat: no-repeat;
			background-position: center bottom;
      background-attachment: fixed; 
      background-size: cover; 
			}

#logoSkarseld, h1 	{
			text-align: center;
			font-size: 72px;
			margin-bottom: 2px;
			}

#textSkarseld   	{
			text-align: center;
			color: #CCC;
			margin-bottom: 2px;
			}

#textContainer    {
      text-align: center;
      justify-content: center;
      align-items: center;
      padding: 5px;
}

.textSubtext    	{
      border: 1px solid #333;
      border-radius: 0.3rem;
      background: rgba(0,0,0,0.75);
			text-align: center;
			color: #D66;
			font-weight: italic;
      padding: 5px;
      margin-left: auto;
      margin-right: auto;
      width: 616px;
      font-size: 1.5rem;
			}

@media only screen and (max-width: 1024px) {
      .textSubtext {
        font-size: 4rem;
      }
}
