/* CSS for Old Course Cam Website, Revision 1.1. */
     
/* 2026-0619: Updated to use more of viewport, 90%, and maintain aspect ratio   */

/* Main tags */

/* Main colours: Blue #0072bb ; Red #b31919 */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  border: 0;
  background-color: #000;
}

p {
  font-size: 16px;
  text-align: justify;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h1.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #b31919;
  text-decoration: none;
}

a:hover {
  color: #b31919;
  text-decoration: underline;
}


/* Layout and colouring */

img.border {
  border: 1px solid #FFFFFF;
}

div#main {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  min-height: 100%;
  height: auto;
  background-color: #000000;
}

div#content {
  margin: 0;
  padding: 10px;
}

div#viewer {
  margin: 0;
  padding: 0;
}

iframe#viewer {
  margin: 0 auto;
  padding: 0 1px 0 0;
  border: 1px solid white;
  text-align: center;
  display: block;
  width: 90%;
  aspect-ratio: 16 / 9;
}

div#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 50px 0 0 0;
  overflow: hidden;
}

div#footer p {
  font-size: 10px;
  text-align: right;
}

div#footer a img {
  margin-left: 10px;
  float: right;
}

div#imager {
  float: right;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #000000;
}

div#imagel {
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #000000;
}

div#link {
  clear: left;
  padding-top: 10px;
}

div#link h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
