/* 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;
}

/* 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:flex;
    flex-wrap:wrap;
    z-index:0;
    width:100%;
    padding:5px;
    margin-right:auto;
    margin-left:auto;
    height:auto;
    background-color:#d4d4d4;
}

#mainupper {
    height:410px;
    width:100%;
}
#maincontent1{
    display:inline;
    float:left;
    margin:0 5px 5px 0;
    /*margin-bottom:5px;*/
    width:300px;
    height:410px;
    box-shadow: 2px 2px 3px #2a434a;
    /*background-color:#ccccff;*/
}
#mainwelcome {
    display:inline-block;
    width:300px;
    /*background-color: #ccc;*/
    height:160px;
}
#mainwelcomeheader {
    position:relative;
    top:0;
    left:0;
    margin: auto auto;
    height:160px;
    width:280px;
    background-color: #62c1c8;
    color:white;
    padding-left:20px;
    animation: welcomeFromLeft 1s forwards;
}
@keyframes welcomeFromLeft{
    from {transform:scale(0.1,0.1); opacity:0; background-color:#ffffff;}
    to {transform:scale(1,1); opacity:100; background-color:#62c1c8;}
}
#mainwelcomeheadsmall {
    font-size:20px;
    display:block;
    margin:auto auto 5px auto;
    text-shadow:2px 2px 5px black;
}
#mainwelcomeheadlarge {
    display:block;
    margin:10px auto auto auto;
    font-size:30px;
    text-shadow:2px 2px 5px black;
}
#mainwelcometext {
    display:flex;
    width:100%;
    height:250px;
    background-color:#83e5ec;
}
@keyframes welcomeText {
    from {opacity:0; transform:translate(0, 250px);}
    to {opacity:100; transform:translate(0,0);}
}
#mainwelcometextinside{
    position:relative;
    top:0;
    opacity:0;
    width:300px;
    height:auto;
    text-align: left;
    align-content:center;
    /*background-color: #ccccff;*/
    margin:15px;
    /*border: solid red 2px;*/
    animation: welcomeText 1s 1s forwards;
}
#mainabout {
    display:flex;
    height:400px;
    padding:5px;
    margin:0;
    min-width:485px;
    max-width:1077px;
    /*background-color:#4d70a2;*/
    background-image:url(../images/slider.png);
    background-size:100% 100%;
    color:#ffffff;
    text-shadow:2px 2px 5px black;
    box-shadow: 2px 2px 3px #2a434a;
}
#mainaboutinside {
    padding-left:5px;
}
#aboutgrid {
    font-size:17px;
    height:350px;
    display:grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
}
#mainaboutheader {
    height:50px;
    width:100%;
    /*background-color:orange;*/
}
#mainaboutdesign {
    grid-column:1/2;
    grid-row:1/2;
    display:block;
    /*background-color: blueviolet;*/
    align-content:center;
}
#mainaboutfeatures {
    grid-row: 1/3;
    grid-column: 2/3;
    padding:5px;
    /*background-color:aqua;*/
}
#featuregrid {
    display:grid;
    grid-template-rows: auto auto auto auto;
    align-content: space-around;
    height:315px;
}
#mainaboutmanu {
    grid-column:1/2;
    grid-row:2/3;
    display:block;
    /*background-color:white;*/
    align-content:center;
}
#mainlower {
    display:flex;
    margin-top:5px;
    /*height:300px;*/
    width:100%;
    /*background-color:#ffeeff;*/
}
#mainservices {
    display:inline-block;
    margin-right:5px;
    width:50%;
    padding:5px;
    background-color:#4d70a2;
    color:white;
    box-shadow: 2px 2px 3px #2a434a;
}
#mainpart4info {
    display:grid;
    grid-template-columns: 48% 48%;
    align-content:space-evenly;
    justify-content:space-evenly;
    width:50%;
    background-color:#dddddd;
    background-image:url(../images/kayak.jpg);
    background-size:100% 100%;
}
.mainfourpart{
    padding:5px;
    background-color:#83e5ec;
    box-shadow: 2px 2px 3px #2a434a;
    height:fit-content;
}
#gangway p{
    display:block;
}

/* 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 */