/* Colors: #4d70a2, #83e5ec, #62c1c8, #a6c1e5, #aba6e5, #ec83e5 */
.poetsen-one-regular {
font-family: "Poetsen One", sans-serif;
font-weight: 400;
font-style: normal;
}
.encode-sans{
font-family: "Encode Sans", sans-serif;
font-weight: 300;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
body {
    font-family: "Encode Sans", Arial, sans-serif;
    font-size:18px;
    max-width:1392px;
    min-width:800px;
    margin:auto;
    margin-top:5px;
}
a {
    display:block;
    text-decoration: none;
    color:inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poetsen One", sans-serif;
    margin:0;
}
.enlarge img:hover{
    transform: scale(1.1,1.1);
} 

/* Header */
#header-block {
    position:sticky;
    top:0;
    z-index:1;
    width:100%;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    height:175px;
    background-color:#e0f1f1;
    display:inline-block;
}
#left-header {
    float:left;
    width: 300px;
    height: 170px;
    /*background-color:#62c1c8;*/
    margin-right:auto;
}
#logo {
    height:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%; 
    margin-left:5px;
    margin-right:5px;
    /*background-color:#45888d;*/
}
#logo img {
    width:95%;
    /*background-color:#cccccc;*/
}
#left-header .phonenum {
    height: 50%;
    /*background-color: #aaaaee;*/
    text-align:center;
}
.phonenum h1, .phonenum h2 {
    font-family: "Poetsen One", sans-serif;
    font-weight:100;
    margin:5px 0;
    padding-left:5px;
}
.phonenum h2 {
    padding-top:3px;
    font-size: 1.5rem;
}
.phonenum h1 {
    font-size: 2rem;
}
#navigation-items {
    display:flex;
    min-width:500px;
    max-width:1092px;
    height:175px;
    /*padding:5px;*/
    margin-left:auto;
    background-color: #62c1c8;
    text-align:center;
}
#navigation-items ul {
    align-content: center;
    display:inline-block;
    padding:0 5px;
    margin:auto;
    height:155px;
    width:95%;
}
#navigation-items li {
    margin:2.5px 0;
    padding:5px;
    display:inline-block;
    color:#fff;
    background-color: #4d70a2;
    transition: padding 500ms, font-size 500ms;
}
#navigation-items li:hover{
    padding:10px;
    font-size: 20px;
    /*Color change*/
    color:#000;
    background-color: #83e5ec;
}
#navigation-items li a:active{
    transform:scale(0.9,0.9);
}
/* End Header */

/* Content */
#content {
    display:block;
    flex-wrap:wrap;
    z-index:0;
    width:100%;
    padding:5px;
    margin-right:auto;
    margin-left:auto;
    height:auto;
    background-color:#d4d4d4;
} 
.contained {
    object-fit:contain;
    max-width:95%;
    max-height:150px;
}
#packageheader {
    text-align:center;
    width:100%;
    font-size:30px;
    margin-bottom:5px;
}
#bgimg{
    background-image:url(../images/vertT.jpg);
    width:100%;
    background-size:100% 100%;
}
/*background-image:url(../images/vertT.jpg);*/
#tableandphoto{
    width:fit-content;
    background-color:#d4d4d4;
    margin:auto;
}
#tableandphoto table {
    text-align:center;
}
/*
table, tr, td {
    border:1px black solid;
}
*/
tr:nth-child(even){
    background-color:#83e5ec;
}
tr:nth-child(odd){
    background-color:#4d70a2;
    color:white;
}
td {
    padding: 5px;
}
.label {
    width:120px;
}
.tableleft{
    width:130px;
}
.tablemiddle{
    width:300px;
}
.tableright{
    width:130px;
}
#lower {
    display:flex;
    width:100%;
    position:relative;
    height:200px;
}
#floatingdocks {
    display:inline-block;
    width:50%;
    height:185px;
    padding:5px;
    color:white;
    text-shadow: 0 0 10px black;
    margin-top:5px;
    margin-bottom:5px;
    /*background-color:#d4d4d4;*/
    background-image:url(../images/floatingdock.png);
    background-size:100% 100%;
    z-index:1;
}
#floatwords{
    display:block;
    height:150px;
    margin:auto;
}
.lowerheader {
    font-size:22px;
}
#rollingdocks {
    display:inline-block;
    width:50%;
    height:185px;
    padding:5px;
    margin-top:10px;
    /*background-color:lightgray;*/
    z-index:1;
    color:white;
    text-shadow: 0 0 5px black;
    text-align:center;
}
#rollingani{
    position:absolute;
    right:0%;
    top:10px;
    animation:rolling 4s infinite linear;
}
@keyframes rolling {
    0% {right:0%}
    50% {right:50%;}
    100% {right:0%}
}
#rollingimg{
    height:185px;
    z-index:0;
}

/* End Content */

/* Footer */
#footer {
    position:relative;
    display:grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-between;
    width:100%;
    padding:5px;
    margin-right:auto;
    margin-left:auto;
    height:150px;
    background-color: #4d70a2;
}
#footleft{
    display:inline-block;
    height:130px;
    padding:10px;
    /*border: solid 1px #dddddd;*/
    align-content:center;
}
#footleft img {
    max-width:98%;
    max-height:40%;
}
#footleft #facebook {
    height:60%;
    color: #ffffff;
}
#fbfollow {
    padding-top:5px;
}
#footleft #fb {
    margin:5px;
    width:40px;
}
#footer .footheader {
    color: #eee;
    padding: 5px 0;
}
#footer .foottext {
    color: #83e5ec;
    padding:3px 0;
    font-size:medium;
}
#footer #contactinfo {
    display:inline-block;
    height:150px;
    /*border: solid 1px #dddddd;*/
}
#footer .cigrid {
    height:120px;
    display:grid;
    grid-template-rows: auto auto auto;
    align-content:space-around;
    /*background-color:#eee;*/
}
#footer #officehrs {
    display:inline-block;
    height:150px;
    /*border: solid 1px #dddddd;*/
}
/* End Footer */