/*
    Name: Peter Brummel
    Today's date: 12/08/2019
*/

body {
    background-color: #cd3e30;
}

header {
    font-size: larger;
    font-family: "Magic School One", "Bookman Old Style", "Baskerville Old Face", "18th Century", "Times New Roman";
}

.sub {
    display: block;
    font-size: 0.5em;
    font-family: "Bookman Old Style", "Baskerville Old Face", "18th Century", "Times New Roman";
}

img {
    margin: 0 auto;
    max-width: 100%;
}

#interior {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 33%;
    max-width: 33%;
    border: 5px solid white;
    border-radius: 15px;
    margin-bottom: 1.5em;
}

table {
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1.25em;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  font-size: 2em;
  font-family: "Bookman Old Style", "18th Century", "Times New Roman", Times;
  overflow: hidden;
}

#exterior {
    display: block;
    max-height: 27.5%;
    max-width: 27.5%;
    margin-bottom: 1em;
    border-radius: 12px;
}

p {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
    margin-left: 2.5em;
    margin-right: 2.5em;
}

footer a:link {
    margin-top: 2em;
    font-size: 1.25em;
}

.caption {
    font-size: 1em;
}

.exteriorImage {
  max-width: 100%;
}

section {
    margin: 2em;
    font-size: 0.65em;
}

h1 {
    margin-right: 0;
    padding-right: 0;
    margin-top: 0;
    clear: right;
    position: relative;
}

#logo {
    max-height: 125px;
    overflow: auto;
    max-width: 100px;
    position: relative;
    top: 25px;
}
