/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

html, body {
  /*text-align: center;*/
  margin-right: auto;
  margin-left: auto;
  margin: 20px;
  height: 100%;
  font-size: 100%;
  font-family: Georgia;
  /*font-face: bold;*/
}

a:link {
  color: blue;
}

a:visited {
  color: Green;
}

a:hover {
  background-color: light-green;
}

#image_left {
  margin: 1%;
  padding: 1%;
  height: 90%;
  width: 15%;
  float: left;
  border: 2px solid grey;
}

#image_right {
  margin: 1%;
  padding: 1%;
  height: 90%;
  width: 15%;
  float: right;
  border: 2px solid grey;
}

img {
  margin: 5px;
  padding: 5px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

div.left {
  margin: 20;
  padding: 20;
  float: left;
  /*position: absolute;*/
  /*left: 130px;*/
}

div.right {
  margin: 20;
  padding: 20;
  float: right;
  /*position: absolute;*/
  /*right: 120px;*/
}

h1 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin: 20px;
  font-family: Monotype Corsiva;
  font-size: 250%;
  font-style: italic;
  font-weight: bold;
  /*color: gold;*/
}

.middle {
  margin: 20px;
  margin-left: 11%;
  padding: 20px;
  padding-left: 11%;
}

.middle_clear_left {
  margin: 20px;
  margin-left: 11%;
  padding: 20px;
  padding-left: 11%;
  clear: left;
}

.middle {
  margin: 20px;
  margin-left: 11%;
  padding: 20px;
  padding-left: 11%;
}
