﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

body, html {
  height: 100%;
  line-height: 1.6em;
  margin: 0.25em;
  font-family: "Segoe UI", Georgia, Arial, serif;
  background-image: url("images/paper_fibers.png");
  padding-top: 0.00em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
 }

/* The header image */
.header-image {
  background-image: url("images/osturna.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
/*  background-size: cover; */
  background-size: auto;
  position: relative;
  background-attachment: fixed;
}

/* Title page info */
.header-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

#responsive-image {  width: 100%;  height: auto; } 

#courtesy {font-size: 75%; font-weight: italics; float: right;}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h1,h2 {
  font-variant: small-caps;
  text-shadow: 2px 2px 2px Black;
  font-weight: bold;
}

h3 {clear: both;}

h3 span { font-size:75%;   font-weight: normal;}

p,h3 {
  margin-left: 0.5em;
  margin-right: 0.5em;
  }

img {
  clear: both;
  width: 50%;
  height: auto;
  float:left;
  padding-right: 1.25em;
}

.img2 {
  width: 25%;
  height: auto;
  float:left;
  padding-right: 1.25em;
}

.img3 {
  float: left;
  width: 100%;
  height: auto;
  padding-right: 1.25em;
}

.thumbnail {
  width: 5%;
  height: auto;
  float:left;
  padding-right: 1.25em;
}

.wrap-movie {
   clear: left;
   float: left;
   padding-left: 1.0em;
   loading: lazy;
}

.perex {
	font-family: "Open Sans", Arial;
	font-size: 125%;
	font-style: italic;
	}

button {
  border: none;
  color: white;
  background-color: red;
  border-radius: 0.75em;
  padding: 0.5em 0.5em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  float: right;
  box-shadow: 0.3em 0.6em grey;
  margin: 0.5em;
}

button:hover {
  background-color: orangered;
  color: white;
}

button:active {
  background-color: tomato;
  box-shadow: 0.2em 0.4em black;
  transform: translateY(0.25em);
}

aside {
  width: 25%;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  float: right;
  font-style: italic;
  background-color: BurlyWood;
  }

blockquote {
  font-style: italic;
}

emphasis {
  text-transform: uppercase;
  font-style: italic;
}

smemphasis {
  font-style: italic;
}

strong { 
  font-weight: bold;
  color: red;
}

table {
  border: none;
  border-spacing: 0.75em;
  float: left;
}

td {
  text-align: center;
}

section { display:none; }
section:target { display:block; }

.flex-container {
  display: flex;
  clear: left;
}

