/*
 * Teal #177E89
 * Midnight Green #084C61
 * Poppy #DB3A34
 * Sunglow #FFC857
 * Jet #32031
 */

body {
    background-color: #084C61;
}
div#content {
    background-color: white;
    padding-bottom: 10em;
    border-radius: 5px;
    margin-left: 1em;
    margin-right: 1em;
}
div.myname h2 a {
    color: #FFC857;
}
nav li.activetab {
    background-color: #DB3A34;
    border-color: #FFC857;
}
nav li a {
    color: #FFC857;
}
nav li.activetab a {
    color: #FFC857;
    font-weight: bold;
}
ul.navbar {
    background-color: #DB3A34;
    border-radius: 5px;
    padding-right: 1em;
}

article.show-block {
    margin-left: auto;
    margin-right: auto;
}
div.p {
    text-align: justify;
    line-height: inherit;
    color: unset;
    font-size: 1rem;
}
div.relative{
    position: relative;
}
p {
    text-align: justify;
}
img {
    border-radius: 5px;
}
img.listing {
    width: 280px;
    float: left;
    padding-right: 1em;
}
h3.listing {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
h2 a {
    text-decoration: none;
}

img.left,
img.right {
    border-radius: 5px 5px 5px 5px;
}
img.float {
    width: 225px;
    float: left;
    padding-right: 1em;
}

img.left {
    float: left;
    padding-right: 1em;
}
img.right {
    float: right;
    padding-left: 1em;
}


div#book-button a,
button {
   color: white;
   background-image: linear-gradient(to bottom right, #661629, #380002);
   background-color: #661629;
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   border-radius: 5px;
   box-shadow: 5px 2px 2px black;
   text-transform: uppercase;
   text-decoration: none;
   border: none;
}

textarea {
   height: 200px;
   width: 525px;
}
div.field {
   width: 600px;
   margin-right: auto;
}
p label {

   text-align: left;
}


/*
form input,
form textarea {
   width: 600px;
}
*/
table tr td {
   text-align: left;
   vertical-align: top;
   padding-right: 1em;
}

table tr td input.city {
   width: 300px;
}

table tr td.state,
table tr td input.state {
   width: 80px;
}

table tr td input.zip,
table tr td.zip {
   width: 80px;
}

label {
   text-align: left;
}
h1 {
   padding-top: 1em;
}
