body{
    color: darkcyan;
    font-family: "arial", "Helvetica", sans-serif;
    }


/*
#container{
        border: 5px solid grey;
    margin: 0 auto;
    height: 200px;
    width: auto;
    }
*/


#header{
    height: auto;
    width: auto;
    margin-bottom: 0px;
    background-color: white;
    padding-bottom: 0px;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
        }

h2 {
   font-size: 30px;
font-weight: bold;
    color: darkcyan;
    text-decoration: none;
    text-align: center;
    } 

h3 {
   font-size: 25px;
font-weight: bold;
    color: darkcyan;
    text-decoration: none;
    text-align: left;
    margin-left: 40px;
    } 


ul{
    list-style: none;
   }


#menu ul li a{
    float: left;
    display: block;
    width: 120px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 16.5px;
/*    color: cadetblue;*/
    color: darkgray;
    font-family: monospace;
    padding: 10px;
    border-radius: 5px;
    margin: 2px;
 }



#menu ul li a:hover, #menu ul li a.active{
    font-weight: bolder;
/*    color: rgb(88,155,208);*/
     color: darkgoldenrod;
/*    color: darkcyan;*/
/*    box-shadow: 2px 2px 7px rgba(0,0,0,.3);   */
/*
    text-decoration: underline;
    text-decoration-color: lightgray;
*/
   }

p a {
    color: darkred;
}

a:hover, a.active {
    font-weight: bolder;
    color: mediumaquamarine;  
}

#menu{
    width: auto;
    height: auto;
    font-size: 15px;
    color: cadetblue;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 50px;
    overflow: hidden;
  }


a{
    text-decoration: none;
    color: cadetblue;
    font-weight: bold;
}

#welcome{
    width: 37%;
    height: auto;
    float: left;
    font-size: 26px;
    font-family: monospace;
/*    font-style: italic;*/
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-color: darkgoldenrod;
    border-bottom-width: 4px;
    margin-right: 5px;
}

#welcomePhotos{
    width: 57%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.welcomePhotos{
    width: 31%;
    height: auto;
    float: left;
    padding-right: 5px;
    padding-bottom: 10px;
    }


#welcomeText{
    width: auto;
    height: auto;
    padding: 15px;
  }

.firstLetter::first-letter {
    font-size: 150%;
}



#coordinatesBackground{
    background-image: url(images/background%20image%2050p%20transparent.jpg);
    background-color: rgba(204, 211, 219, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    height: 850px;
    padding: 20px;
    margin: 15px 2px; 
    overflow: auto;
    }



#coordinatesBackground h3{
    font-size: 40px;
    color: darkslateblue;
    font-weight: normal;
    text-align: left;
    padding: 10px 25px;
}

#coordinatesBackground p{
    font-size: 18px;
    color: darkslateblue;
    text-align: justify;
    padding: 10px 25px;
}


.footer {
    height: 40px;
    border-color: darkgray;
    border-radius: 10px;
    font-size: 12px;
    background-color: rgba(149, 150, 151, .3);
    text-align: right;
    padding-top: 1px;
    padding-right: 10px;
    z-index: 100;
   
}

#about{
    height: auto;
    width: 100%;
    margin: 10px auto 10px auto;  
    padding: 10px;
    margin: 10px;
}

#about a{
    font-weight: normal;
    color: darkcyan;   
}

.about{
    height: auto;
    width: 45%;
    background-color: rgba(204, 211, 219, 0.3);
    float: left;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    text-align: center;
    line-height: 1.5;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
/*    transition: all 1s; refers to all active transitions indicated in styling below, plus the duration of time*/
}


.about:hover{
    background-color: rgba(144, 192, 202, 0.9);
    color: black;
    font-weight: bolder;
    box-shadow: 2px 5px 12px rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,.8);
    -moz-box-shadow: 2px 5px 8px rgba(0,0,0, .8);
           }

#aboutTheBoat{
    background-size: cover;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 20px;
}

#aboutTheBuilder{
    background-size: cover;
    margin-bottom: 8px;
}

#aboutTheDesign{
    background-size: cover;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#aboutTheCrew{
    background-size: contain;
    margin-bottom: 20px;
}


.responsiveImage{
    width: 100%;
    background-size: 100% 100%;    
}

.gallery{
    height: auto;
    width: 22%;
    background-color: rgba(204, 211, 219, 0.3);
    float: left;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    margin-right: 6px;
    margin-bottom: 10px;
    font-size: 10px;
    text-align: center;
    background-size: contain;
}

.galleryImage{
    width: 100%;
}

.gallery:hover{
    background-color: rgba(144, 192, 202, 0.9);
    color: black;
    font-weight: bolder;
    box-shadow: 2px 5px 12px rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,.8);
    -moz-box-shadow: 2px 5px 8px rgba(0,0,0, .8);
}

.gallery:active{
    height: auto;
    width: 60%;
    background-color: rgba(204, 211, 219, 0.3);
    float: left;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    background-size: cover;
    margin-right: 6px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.galleryh7x5{
    height: auto;
    width: 30%;
    background-color: rgba(204, 211, 219, 0.3);
    float: left;
    border-radius: 5px;
    cursor: not-allowed;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    margin: 4px;
    font-size: 10px;
    text-align: center;
    background-size: contain;
    text-overflow: ellipsis;
}


.galleryImageh7x5, .galleryImagev5x7{
    width: 100%;
}

.galleryv5x7{
    height: auto;
    width: 22%;
    background-color: rgba(204, 211, 219, 0.3);
    float: left;
    border-radius: 5px;
    cursor: not-allowed;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    margin: 4px;
    font-size: 10px;
    text-align: center;
    background-size: contain;
    text-overflow: ellipsis;
}

.galleryh7x5:hover, .galleryv5x7:hover {
    background-color: rgba(144, 192, 202, 0.9);
    color: black;
    font-size: 14px;
    font-weight: bolder;
    box-shadow: 2px 5px 12px rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,.8);
    -moz-box-shadow: 2px 5px 8px rgba(0,0,0, .8);
}

.imageSpacer{
    width: 90%;
    height: 8px;
    margin: 20px;
/*    background-color: darkgoldenrod;*/
    border-radius: 20px;
    float: left;
}

.thinLine{
    width: 94%;
    height: 2px;
    margin: 0px;
    background-color: darkgoldenrod;
    border-radius: 20px;
    float: left;
}

#email p{
    text-align: center;
}

p {
    padding-left: 15px;
    letter-spacing: .7px;
}

#AmazonDisclosure{
    font-size: 10px;
}

.indent{
    padding-left: 50px;
}

/*photos in the about section:*/

#EvelynsCaptains, #BenellyDrawing, #BenellyScaleModel, #MechanixIllustratedCover, #CabinInteriorCollage{
        height: auto;
    width: 40%;
    background-color: rgba(204, 211, 219, 0.3);
    float: right;
    border-radius: 5px;
    cursor: not-allowed;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    margin: 8px;
    font-size: 10px;
    text-align: center;
    background-size: contain;
    text-overflow: ellipsis;
}

#EvelynsCaptains:hover, #BenellyDrawing:hover, #BenellyScaleModel:hover, #MechanixIllustratedCover:hover, #CabinInteriorCollage:hover {
        background-color: rgba(144, 192, 202, 0.9);
    color: black;
    font-size: 14px;
    font-weight: bolder;
    box-shadow: 2px 5px 12px rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,.8);
    -moz-box-shadow: 2px 5px 8px rgba(0,0,0, .8);
}



#subMenu ul li a{
    float: left;
    display: block;
    width: 115px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 12px;
    color: lightgray;
    font-family: monospace;
    padding: 3px;
    border-radius: 5px;
    margin: 1px;
    margin-top: -20px;
    margin-bottom: 20px;
 }





#subMmenu ul li a:hover, #subMenu ul li a.active{
    font-weight: bolder;
     color: darkgoldenrod;
   }

#LouAboutPhotos{
    width: 57%;
    height: auto;
    float: right;
    margin-top: 25px;
}

.LouAboutPhotos{
    width: 31%;
    height: auto;
    float: right;
    padding-right: 5px;
    padding-bottom: 10px;
    }
    
#AstraAboutPhotos{
    width: 57%;
    height: auto;
    float: left;
    margin-top: 5px;
    padding-bottom: 10px;
    margin-left: 15px;
}

.AstraAboutPhotos{
    width: 31%;
    height: auto;
    float: left;
    padding-right: 5px;
    padding-bottom: 10px;
    }

.AstraAboutPhotosTall{
    width: 31%;
    height: auto;
    float: left;
    padding-right: 5px;
    }

.AstraAboutPhotosWide{
    width: 61%;
    height: auto;
    float: left;
    padding-right: 5px;
    }

.shoph7x5thumbnail{
    height: auto;
    width: 22%;
    /* background-color: rgba(204, 211, 219, 0.3); */
    background-color: darkgoldenrod;
    float: left;
    border-radius: 5px;
    cursor: not-allowed;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    margin: 4px;
    font-size: 10px;
    text-align: center;
    background-size: contain;
    text-overflow: ellipsis;
}

.shopv5x7thumbnail{
    height: auto;
    width: 18%;
    background-color: rgba(204, 211, 219, 0.3);
    float: left;
    border-radius: 5px;
    cursor: not-allowed;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .6);
    margin: 4px;
    font-size: 10px;
    text-align: center;
    background-size: contain;
    text-overflow: ellipsis;
}
.shopv5x7thumbnailholder{
    height: auto;
    width: 26%;
    float: left;
    margin: 8px;
}

.shoph7x5thumbnail:hover, .shopv5x7thumbnail:hover {
    background-color: rgba(144, 192, 202, 0.9);
    color: black;
    font-size: 14px;
    font-weight: bolder;
    box-shadow: 2px 5px 12px rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,.8);
    -moz-box-shadow: 2px 5px 8px rgba(0,0,0, .8);
}