/*
 * 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, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
* {
  margin: 0;
  padding: 0; }

.photo {
  width: 960px;
  min-height: 100%; }
  .photo img {
    margin: 10px;
    float: left;
    width: 300px;
    height: 200px; }

html, body {
  height: 100%; }

.container {
  margin: 0 auto;
  width: 960px;
  background: rgba(255, 255, 255, 0.5);
  min-height: 100%; }

.clear {
  clear: both; }

.large-picture {
  margin: 5px 30px; }

p {
  margin: 5px 15px; }

.description {
  margin: 5px 30px;
  clear: both; }

.menu {
  float: right;
  margin-right: 30px; }

h1 {
  padding: 3px 15px;
  display: block; }
