@charset "utf-8";
/* CSS Document */

body {
    width:98%;
    max-width:900px;
    margin: auto;
    background-color: #ffffff;
}

img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

a {
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1.2em;
}

.mytext {
    width:100%;
    max-width:900px;
    padding:1%;
    align-content:center;
}

.myH1 {
    align:left;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 3.0em;
    padding-bottom:10px;
}

.myH3{
    align:left;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1.5em;
    padding-bottom:10px;
}

.regtxt {
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1.2em;
}

.smalltxt {
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 0.8em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

