@font-face {
    font-family: Computer Modern Serif;
    src: url("http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf") format("opentype");
}

body {
    background-color: whitesmoke;
    font-family: "Computer Modern Serif";
    padding-bottom: 100px;
}

h1.main {
    text-align: center;
    color: rgb(8, 43, 64);
    margin-left: 425px;
    margin-right: 175px;
    font-size: 50pt;
    font-variant: small-caps;
    font-weight: normal;
}

h1 {
  color: rgb(8, 43, 64);
  margin-top: 100px;
  margin-left: 500px;
  margin-right: 250px;
  font-size: 40pt;
  font-variant: small-caps;
  text-align: center;
  font-weight: normal;
}

h2 {
    color: rgb(8, 43, 64);
    margin-left: 500px;
    margin-right: 250px;
    font-size: 30pt;
    font-variant: small-caps;
    text-align: center;
    font-weight: normal;
  }

h3 {
    color: rgb(8, 43, 64);
    margin-left: 500px;
    margin-right: 250px;
    font-size: 25pt;
    font-variant: small-caps;
    text-align: center;
    font-weight: normal;
  }

p.subtitles {
    text-align: center;
    color: rgb(8, 43, 64);
    font-size: 20pt;
    margin-left: 25%; /* 450px */
    margin-right: 11.11%; /* 200px */
    text-justify: inter-word;
    margin-top: 0px;
    margin-bottom: 8px;
    font-style: italic;
}

p {
    color: rgb(8, 43, 64);
    font-size: 16pt;
    margin-left: 25%; /* 450px */
    margin-right: 11.11%; /* 200px */
    text-align: justify;
    text-justify: inter-word;
    margin-top: 8px;
    margin-bottom: 8px;
  }

p.statement {
    color: rgb(8, 43, 64);
    font-size: 16pt;
    margin-left: 25%; /* 450px */
    margin-right: 11.11%; /* 200px */
    text-align: justify;
    text-justify: inter-word;
    margin-top: 8px;
    margin-bottom: 8px;
    font-style: italic;
}

ul {
  color: rgb(8, 43, 64);
  font-size: 16pt;
  margin-left: 25%; /* 450px */
  margin-right: 11.11%; /* 200px */
  text-align: justify;
  text-justify: inter-word;
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: normal;
}

ul.statement {
  color: rgb(8, 43, 64);
  font-size: 16pt;
  margin-left: 25%; /* 450px */
  margin-right: 11.11%; /* 200px */
  text-align: justify;
  text-justify: inter-word;
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: italic;
}

ol {
  color: rgb(8, 43, 64);
  font-size: 16pt;
  margin-left: 25%; /* 450px */
  margin-right: 11.11%; /* 200px */
  text-align: justify;
  text-justify: inter-word;
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: normal;
}

ol.statement {
  color: rgb(8, 43, 64);
  font-size: 16pt;
  margin-left: 25%; /* 450px */
  margin-right: 11.11%; /* 200px */
  text-align: justify;
  text-justify: inter-word;
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: italic;
}



hr.main {
    border-top: 2pt;
    border-top: 5pt;
    border-top-style: solid;
    border-top-color:rgb(184, 134, 11);
    margin-left: 13.89%x; /* 250px */
    margin-right: 0%; /* 0px */
    margin-top: 30pt; 
}
hr {
    border-top: 2pt;
    border-top-style: solid;
    border-top-color:rgb(184, 134, 11);
    margin-left: 22.22%; /* 400px */
    margin-right: 8.33%; /* 150px */
    margin-bottom: 2.78%; /* 50px */
}

div.sidebar {
    height: 100%;
    width: 13.89%; /* 250px */
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 3%; /* 40px, 2.22% */
    position: fixed;
    background-color: rgb(8, 43, 64);
    border-right-style: solid;
    border-right-width: 10pt;
    border-right-color: rgb(184, 134, 11);
}
    
.sidebar div {
    padding: 0.45%; /* 8px?*/
    font-size: 24px; /* 24px?*/
    color: whitesmoke;
    text-align: center;
    display: block;
    }

div {
    text-align: justify;
    text-justify: inter-word;
}

p.centertext {
    margin-left: 30.56%; /* 550px */
    margin-right: 16.67%; /* 300px */
    text-align: center;
}





  div.scrollmenu {
    margin-left: 25%; /* 450px */
    margin-right: 11.11%; /* 200px */
    background-color: whitesmoke;
    overflow: auto;
    white-space: nowrap;
    font-size: 16pt;
  }
  
  div.scrollmenu a {
    display: inline-block;
    color: whitesmoke;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }
  
  div.scrollmenu a:hover {
    background-color: rgb(8, 43, 64);
  }















.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease-in;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}



.read-more-trigger {
  cursor: pointer;
  color: rgb(8, 43, 64);
  font-size: inherit;
  float: left;
  padding-right: 8px;
}


a {
  color: rgb(184, 134, 11);
  text-decoration: none;
}

a:hover {
  text-decoration:underline; 
  cursor:pointer;  
}

img {
  display: block;
  margin-left: 9.89%; /* 45px */
  margin-right: 9.89%; /* 45px */
  width: 80.22%; /* 365px */
  height: 485px; /* 485px */
  box-shadow: 25px 25px 50px 0 black inset, -25px -25px 50px 0 black inset; 
}

/* shadow
{
    display:block;
    margin-left: 1000px; 
    margin-right: auto;
    position:relative;
} */

.shadow:before
{
    display:block;
    content:'';
    position:absolute;
    margin-left: 45px; 
    margin-right: 45px;
    width: 366px;
    height: 485px;
    -moz-box-shadow:inset 0px 0px 7px 7px whitesmoke;
    -webkit-box-shadow:inset 0px 0px 7px 7px whitesmoke;
    box-shadow:inset 0px 0px 7px 7px whitesmoke;
} 

.shadow:before
{
    display:block;
    content:'';
    position:absolute;
    margin-left: 2.5%;
    margin-right: 9.89%;
    width: 20.35%; 
    height: 485px; 
    -moz-box-shadow:inset 0px 0px 7px 7px whitesmoke;
    -webkit-box-shadow:inset 0px 0px 7px 7px whitesmoke;
    box-shadow:inset 0px 0px 7px 7px whitesmoke;
}

.row  {
    color: rgb(8, 43, 64);
    font-size: 16pt;
    margin-left: 25%; /* 450px */
    margin-right: 11.11%; /* 200px */
    text-align: justify;
    text-justify: inter-word;
    margin-top: 8px;
    margin-bottom: 8px;
}

.maincolumn1 {
  float: left;
  text-align: center;
  width: 40%;
}

.maincolumn2 {
  float: right;
  width: 60%;
}