/* Color Scheme Info -   BLACK, WHITE, and RED is rgb(230,0,0) */

@font-face {
    font-family: roboto;
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto-bold;
    src: url(/fonts/Roboto/Roboto-Bold.ttf);
}

html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: roboto;
    color: white;
    
}

a{
    text-decoration: none;
    color: white;
}

a:active{
    color: white;
}

/*---- CLASSES ----*/

.footer{
    position: absolute;
    display: block;
    top: calc(350vh + 8px); /* Changes for each page */
    left: 0;
    width: 100%;
    height: 48%;
    margin: 0;
    padding: 0;
    background-color: black;
}

.bgoverlay{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left:0px;
    top:0px;
    background-color: black;
    opacity: 40%;
    z-index: 0;
}

.smallbutton{
    position: absolute;
    display: block;
    height: 40px;
    width:180px;
    color: white;
    background-color: rgb(230,0,0);
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
}

.bigbutton{
    position: absolute;
    display: block;
    height: 70px;
    width:18vw;
    color: white;
    background-color: rgb(230,0,0);
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
    font-size: 1.3vw;
    
    
}

.sectiontextbox{
    position: absolute;
    display: block;
    height: auto;
    width:47%;
    border: 1pt none white;
}

.sectiontitle{
    position: relative;
    font-family: roboto-bold;
    font-size: 4.5vw;
    border: 1pt none red;
    margin: 0;
    padding: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.sectiontext{
    position: relative;
    font-size: 1.3vw;
    border: 1pt none red;
    margin: 0;
    padding: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.forminput{
    background:none;
    color: white;
    border: none;
    border-bottom: 1pt solid white;
    padding: 3px;
    font-family: roboto;
    font-size: 0.9vw;
    resize: none;
    margin-top: 5px;
}

.forminputwhitebg{
    background:none;
    color: black;
    border: none;
    border-bottom: 1pt solid black;
    padding: 3px;
    font-family: roboto;
    font-size: 0.9vw;
    resize: none;

}

.formbuttons{
    height: 50px; 
    background: none;
    background-color: rgb(230,0,0);
    color: white;
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
    font-size: 1vw;
 }

 .pagetitlesections{
    position: relative;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(180px);
    max-height: 180px;
    margin: 0;
    padding: 0;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
 }

 .pagetitlebox{
    position: absolute;
    display: block;
    border: 1pt none red;
    width: 90%;
    height: auto;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
 }

 .pagetitle{
    position: relative;
    display: block;
    font-family: roboto-bold;
    width: 100%;
    height: auto;
    top: calc(0);
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    text-align: center;
    border: 1pt none red;
    font-size: 3.5vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
 }

 .sectiontitles-boatprepcontract{
    text-align: center;
 }

/*---- ELEMENTS ----*/
/*---- NAVBAR ----*/

#navbar{
    position:absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: none;
    margin: 0;
    padding: 0;
    z-index: 3;
    border: 1pt none red;
}

#mainlogo{
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    left:50px;
    top:0px;
    cursor: pointer;
}

#navbarlinks{
    position: absolute;
    display: flex; /* set to flex */
    width: calc(100% - 250px);
    height: 60px;
    max-width: 1400px;
    line-height: 60px;
    text-align: center;
    justify-content:space-evenly;
    font-size: calc(10pt + 0.1vw);
    border-style: none;
    top:0px;
    right: 0px;
    transform: translate(0,0);
    padding: 0px;
    margin: 0px;
    border: 1pt none red;
    font-family: roboto;
    color: black;
    z-index: 3;
}

#navbarlinks a{
    color: white;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#navbariconmobile{
    position: absolute;
    display: none;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    cursor: pointer;
}

/*---- HOME PAGE ----*/

#home{
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100vh);
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url(/img/IMG_0454\ wallpaper.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

#hometitlebox{
    position: absolute;
    display: block;
    border: 1pt none red;
    width: 90%;
    height: auto;
    top: calc(50%);
    left: 50%;
    transform: translate(-50%, -50%);
}

#hometitle{
    position: relative;
    display: block;
    font-family: roboto-bold;
    width: 100%;
    height: auto;
    top: calc(0);
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    text-align: center;
    border: 1pt none red;
    font-size: 7vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#requestquotebutton{
    position: relative;
    display: block;
    top: calc(0);
    left:50%;
    transform: translate(-50%,0);
}

#whoweare{
    position: absolute;
    display: block;
    top: calc(100vh + 2px);
    left: 0;
    width: 100%;
    height: calc(50vh);
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url(/img/IMG_0435\ wallpaper.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#whowearetextbox{
    top:50%;
    left:50px;
    transform: translate(0,-50%);
}

#whatwedo{
    position: absolute;
    display: block;
    top: calc(150vh + 4px);
    left: 0;
    width: 100%;
    height: calc(50vh);
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url(/img/IMG_0509\ wallpaper.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#whatwedotextbox{
    top:50%;
    right:50px;
    transform: translate(0,-50%);
}

#howwedoit{
    position: absolute;
    display: block;
    top: calc(200vh + 6px);
    left: 0;
    width: 100%;
    height: calc(50vh);
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url(/img/herobg.jpeg);
    background-size: cover;
    background-position: bottom;
}

#howwedoittextbox{
    top:4vh;
    left: 50px;
}

#howwedoitphotocontainer{
    position: absolute;
    display: flex;
    width: 90%;
    height:40%;
    max-height: 350px;
    top:66%;
    left:50%;
    transform:translate(-50%, -20%);
    border: 1pt none red;
    flex-direction: row;
    justify-content: space-evenly;
    
}

.gallery1photos{
    position: relative;
    display: flex;
    top: 0px;
    width:23%;
    height: 100%;
    border: 2pt solid white;
    background-color: white;
    cursor: pointer;
    
}

#gallery1photo1{
    background-image: url(/img/homepagegallery/homepagegallery1.JPEG);
    background-size: cover;
}

#gallery1photo2{
    background-image: url(/img/homepagegallery/homepagegallery2.JPEG);
    background-size: cover;
}

#gallery1photo3{
    background-image: url(/img/homepagegallery/homepagegallery3.JPEG);
    background-size: cover;
}

#gallery1photo4{
    background-image: url(/img/homepagegallery/homepagegallery4.JPEG);
    background-size: cover;
}

#contactsection{
    position: absolute;
    display: block;
    top: calc(250vh + 8px);
    left: 0;
    width: 100%;
    height: calc(100vh);
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url(/img/herobg6.jpeg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#contactustextbox{
    top:6vh;
    right: 20px;
}

#contactformbox{
    position: absolute;
    display: block;
    bottom:0px;
    width:50%;
    height: 100%;
    border: 1pt none yellow;
    left:50px;
    
}

#contactusform{
    position: absolute;
    display: flex;
    width:90%;
    height: auto;
    max-height: 100%;
    flex-direction: column;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: roboto-bold;
    font-size: 1vw;
}

#message{
    border: 1pt solid white;
}

#contactcontentbox{
    position: absolute;
    display: block;
    bottom:0px;
    width:100%;
    height: 75%;
    border: 1pt none red;
}

#contactlogo{  
    display: block;
    width: 15vw;
    height: auto;
    max-width: 500px;
    transform: translate(0,0%);
    filter: brightness(100%);   
}

#contactinfotext{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    height: 30%;
    right:20px;
    top:50%;
    transform: translate(0,-50%);
    border: 1pt none blue;
    font-size: 1.3vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);

}

#navbar2{
    position:absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: none;
    margin: 0;
    padding: 0;
    z-index: 3;
}

#backtotoplink{
    position: absolute;
    top:89%;
    right: 50px;
    transform: translate(0,-50%);
    color:white;
    font-size: 0.9vw;
}

#copyright{
    position: absolute;
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1pt none red;
    margin: 0;
    padding: 0;
    font-size: 0.9vw;
    color:white;
}

#copyrighttext {
    position: relative;
    bottom: 0px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    font-size: 10pt;
    text-align: center;
    color: black;
}

/*---- REQUEST QUOTE PAGE ----*/

#home-requestquote{
    background-image: url(/img/herobg1.jpeg);
    background-position: left;
}

#hometitlebox-requestquote{
    position: absolute;
    display: block;
    border: 1pt none red;
    width: 90%;
    height: auto;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
}

#formsection-requestquote{
    position: relative;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1pt none red;
    overflow-x: hidden;
}

#requestquoteform{
    position: relative;
    display: flex;
    width:50%;
    flex-direction: column;
    left:50%;
    top: 0;
    transform: translate(-50%, 0);
    font-family: roboto-bold;
    font-size: 1vw;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1pt none blue;
}

#ontrailer1{
    transform: scale(2);
    -webkit-transform: scale(2);
    cursor: pointer;
}

/*---- BOAT PREP / CONTRACT PAGE ----*/

#home-boatprepcontract{
    background-image: url(/img/herobg4.jpeg);
    background-position: left;
}

#section1-boatprepcontract{
    color: black;
}

#section1pagecontent-boatprepcontract{
    position: relative;
    display: block;
    width:50%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1pt none red;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14pt;
}

#viewcontract{
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    height: 40px;
    width:180px;
    color: white;
    background-color: rgb(230,0,0);
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
}

#notetext{
    color: rgb(230,0,0);
}

#seecontracttext{
    color: rgb(230,0,0);
}

/*---- ADDITIONAL INFORMATION ----*/

#home-additionalinformation{
    background-image: url(/img/herobg.jpeg);
    background-position: bottom;
}

#section1-additionalinformation{
    color: black;

}

#section1-additionalinformation a{
    color: rgb(230,0,0);
}

#section1pagecontent-additionalinformation{
    position: relative;
    display: block;
    width:50%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1pt none red;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14pt;
}

/*---- GALLERY ----*/

#home-gallery{
    background-image: url(/img/herobg7.jpeg);
    background-position: center;
}

#section1pagecontent-gallery { /* Photo Gallery DIV. Increase height with additional rows of pictures */
    position: relative;
    display: block;
    width: 100vw;
    background-color: white;
}

#gallery2 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    width:90%;
    height: auto;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: 3;
    background-color: white;
    padding: 0px;  
    border: 1pt none red;
}

.gallery2photos { /*Change width with each screen size change */
    width: 25vw;
    align-content: center;
    vertical-align: middle;
    height: auto;
    transition: 500ms linear;
    
}

.gallery2photos:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.grid-item2 {
    color: black;
    background-color: white;
    padding: 15px;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
}

#imagedisplay {  /*Box covers screen when photo clicked */
    position:fixed;
    display: none; /*change this to block or none in javascript to show/hide */
    top:0px;
    width: 100vw;
    height: 100vh;
    background-color: none;
    z-index: 1;
}

#blurbackground { /* 80% opacity black bacground covers screen */
    position:fixed;
    display: block;
    top:0px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 80%;
    z-index: 2;
}

#closebutton {
    position: fixed;
    display: block;
    top: 100px;
    right: 100px;
    width:45px;
    height: 45px;
    z-index: 4;
    opacity: 100%;
    transition: 250ms linear;
    cursor: pointer;
}

#closebutton:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#leftarrow {
    position: fixed;
    display: block;
    top: 50vh;
    margin-top: -25px;
    width:60px;
    height: 60px;
    left: 100px;
    z-index: 4;
    transition: 250ms linear;
    cursor: pointer;
}

#leftarrow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#rightarrow {
    position: fixed;
    display: block;
    top: 50vh;
    margin-top: -25px;
    width:60px;
    height: 60px;
    right: 100px;
    z-index: 4;
    transition: 250ms linear;
    cursor: pointer;
}

#rightarrow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#imageplaceholder {
    position: fixed;
    display: block;
    top: 50%;
    width:100%;
    height:70%;
    transform: translate(0,-50%);
    background-image: none; /*change this option to switch the image forward or backward in javascript */
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    z-index: 3;
}

/* ----------------------- CSS BREAKPOINTS FOR MOBILE ------------------------------------ */

@media (max-width:991.98px) { /*CSS for TABLET devices--------991.98px wide content--------- */

#navbarlinks{
    display: none;
}

#mainlogo{
    left: 10px;
}

#navbariconmobile{
    display: inline-block;
}

#navbardropdown { /*Dropdown menu for mobile nav bar */
    position:absolute;
    display: inline-block;
    width:100vw;
    height: 310px;
    background-color: white;
    color:black;
    top:60px;
    z-index: 3;
    visibility: visible;
}

#navbardropdown a{
    color: black;
}

.navoptionbox { /*selection boxes for mobile nav bar */
    position: relative;
    display: inline-block;
    width: 100vw;
    height: 50px;
    vertical-align: middle;
    font-size: 18pt;
    position: relative;
    text-align: center;
    left:0px;
    margin:0.5px;
    line-height:50px;  /*set to same as height of selection box so text can vertically align in middle */
    visibility: visible;
    

}

.navoptionbox:hover { /*changes color on hover mobile nav bar */
    background-color: rgb(230,0,0);
    color:white;
    visibility: visible;
}

.bigbutton{
    position: absolute;
    display: block;
    height: 50px;
    width:50vw;
    color: white;
    background-color: rgb(230,0,0);
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
    font-size: 3vw;
}

.pagetitle{
    position: relative;
    display: block;
    font-family: roboto-bold;
    width: 100%;
    height: auto;
    top: calc(0);
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    text-align: center;
    border: 1pt none red;
    font-size: 6vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.sectiontextbox{
    position: absolute;
    display: block;
    height: auto;
    width:50%;
    border: 1pt none white;
}

.sectiontitle{
    position: relative;
    font-family: roboto-bold;
    font-size: 6vw;
    border: 1pt none red;
    margin: 0;
    padding: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.sectiontext{
    position: relative;
    font-size: 2.6vw;
    border: 1pt none red;
    margin: 0;
    padding: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

 .gallery2photos { /*Change width with each screen size change */
    width: 40vw;
    align-content: center;
    vertical-align: middle;
    height: auto;
    transition: 500ms linear;
    
}

#closebutton {
    position: fixed;
    display: block;
    top: 15vh;
    right: 20px;
    width:35px;
    height: 35px;
    z-index: 4;
    opacity: 100%;
    transition: 250ms linear;
    cursor: pointer;
}

#leftarrow {
    position: fixed;
    display: block;
    top: 80vh;
    margin-top: -25px;
    width:50px;
    height: 50px;
    left: 20px;
    z-index: 4;
    transition: 250ms linear;
    cursor: pointer;
    
}

#rightarrow {
    position: fixed;
    display: block;
    top: 80vh;
    margin-top: -25px;
    width:50px;
    height: 50px;
    right: 20px;
    z-index: 4;
    transition: 250ms linear;
    cursor: pointer;
}

#contactformbox{
    position: absolute;
    display: block;
    bottom:0px;
    width:50%;
    height: 100%;
    border: 1pt none yellow;
    left:10px;
}

#contactusform{
    position: absolute;
    display: flex;
    width:90%;
    height: auto;
    max-height: 100%;
    flex-direction: column;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: roboto-bold;
    font-size: 2.5vw;
    background-color: none;
}

.formbuttons{
    height: 40px;
    background: none;
    background-color: rgb(230,0,0);
    color: white;
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
    font-size: 2vw;
}

.forminput{
    background:none;
    color: white;
    border: none;
    border-bottom: 1pt solid white;
    padding: 3px;
    font-family: roboto;
    font-size: 2vw;
    resize: none;
    margin-top: 5px;
}

#contactlogo{  
    display: block;
    width: 30vw;
    height: auto;
    max-width: 500px;
    transform: translate(0,0%);
    filter: brightness(100%);   
}

#contactinfotext{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
    height: 30%;
    right:10px;
    top:50%;
    transform: translate(0,-50%);
    border: 1pt none blue;
    font-size: 3vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);

}

#copyright{
    position: absolute;
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1pt none red;
    margin: 0;
    padding: 0;
    font-size: 2vw;
    color:white;
}

#backtotoplink{
    position: absolute;
    top:50%;
    right: 50px;
    transform: translate(0,-50%);
    color:white;
    font-size: 2vw;
}

#requestquoteform{
    position: relative;
    display: flex;
    width:90%;
    flex-direction: column;
    left:50%;
    top: 0;
    transform: translate(-50%, 0);
    font-family: roboto-bold;
    font-size: 2vw;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1pt none blue;
}

.forminputwhitebg{
    background:none;
    color: black;
    border: none;
    border-bottom: 1pt solid black;
    padding: 3px;
    font-family: roboto;
    font-size: 2vw;
    resize: none;

} 

#section1pagecontent-boatprepcontract{
    position: relative;
    display: block;
    width:90%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1pt none red;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14pt;
}

#section1pagecontent-additionalinformation{
    position: relative;
    display: block;
    width:90%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1pt none red;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14pt;
}

#imageplaceholder {
    position: fixed;
    display: block;
    top: 50%;
    width:100%;
    height:40%;
    transform: translate(0,-50%);
    background-image: none; /*change this option to switch the image forward or backward in javascript */
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    z-index: 3;
}


} /* End of max-width:991.98px */


@media (max-width:450px) { /*CSS for extra small devices aka portrait phones--------450px wide content---------   1    */

/* ----HOME PAGE PHONE---- */

.bigbutton{
    position: absolute;
    display: block;
    height: 40px;
    width:50vw;
    color: white;
    background-color: rgb(230,0,0);
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
    font-size: 3vw;
}

#hometitle{
    position: relative;
    display: block;
    font-family: roboto-bold;
    width: 100%;
    height: auto;
    top: calc(0);
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    text-align: center;
    border: 1pt none red;
    font-size: 9vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#whowearetextbox{
    top:50%;
    left:20px;
    transform: translate(0,-50%);
}

.sectiontextbox{
    position: absolute;
    display: block;
    height: auto;
    width:50%;
    border: 1pt none white;
}

.sectiontitle{
    position: relative;
    font-family: roboto-bold;
    font-size: 7.5vw;
    border: 1pt none red;
    margin: 0;
    padding: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.sectiontext{
    position: relative;
    font-size: 3.3vw;
    border: 1pt none red;
    margin: 0;
    padding: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#whatwedotextbox{
    top:50%;
    right:20px;
    transform: translate(0,-50%);
}

#howwedoittextbox{
    top:4vh;
    left: 20px;
    width:60%;
}

#closebutton {
    position: fixed;
    display: block;
    top: 15vh;
    right: 20px;
    width:35px;
    height: 35px;
    z-index: 4;
    opacity: 100%;
    transition: 250ms linear;
    cursor: pointer;
}

#leftarrow {
    position: fixed;
    display: block;
    top: 80vh;
    margin-top: -25px;
    width:50px;
    height: 50px;
    left: 20px;
    z-index: 4;
    transition: 250ms linear;
    cursor: pointer;
    
}

#rightarrow {
    position: fixed;
    display: block;
    top: 80vh;
    margin-top: -25px;
    width:50px;
    height: 50px;
    right: 20px;
    z-index: 4;
    transition: 250ms linear;
    cursor: pointer;
}

#imageplaceholder {
    position: fixed;
    display: block;
    top: 50%;
    width:100%;
    height:35%;
    transform: translate(0,-50%);
    background-image: none; /*change this option to switch the image forward or backward in javascript */
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    z-index: 3;
}

#contactformbox{
    position: absolute;
    display: block;
    bottom:0px;
    width:50%;
    height: 100%;
    border: 1pt none yellow;
    left:10px;
}

#contactusform{
    position: absolute;
    display: flex;
    width:90%;
    height: auto;
    max-height: 100%;
    flex-direction: column;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: roboto-bold;
    font-size: 2.5vw;
    background-color: none;
}

.formbuttons{
    height: 30px;
    background: none;
    background-color: rgb(230,0,0);
    color: white;
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
    font-size: 2vw;
}

.forminput{
    background:none;
    color: white;
    border: 1pt solid white;
    padding: 3px;
    font-family: roboto;
    font-size: 2vw;
    resize: none;
    margin-top: 5px;
}

#contactlogo{  
    display: block;
    width: 30vw;
    height: auto;
    max-width: 500px;
    transform: translate(0,0%);
    filter: brightness(100%);   
}

#contactinfotext{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
    height: 30%;
    right:10px;
    top:50%;
    transform: translate(0,-50%);
    border: 1pt none blue;
    font-size: 3vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);

}

#copyright{
    position: absolute;
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1pt none red;
    margin: 0;
    padding: 0;
    font-size: 2vw;
    color:white;
}

#backtotoplink{
    position: absolute;
    top:50%;
    right: 50px;
    transform: translate(0,-50%);
    color:white;
    font-size: 2vw;
}

/*---- REQUEST QUOTE PAGE PHONE----*/

#requestquoteform{
    position: relative;
    display: flex;
    width:90%;
    flex-direction: column;
    left:50%;
    top: 0;
    transform: translate(-50%, 0);
    font-family: roboto-bold;
    font-size: 3vw;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1pt none blue;
}

.forminputwhitebg{
    background:none;
    color: black;
    border: 1pt solid black;
    padding: 3px;
    font-family: roboto;
    font-size: 3vw;
    resize: none;

} 

.pagetitle{
    position: relative;
    display: block;
    font-family: roboto-bold;
    width: 100%;
    height: auto;
    top: calc(0);
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    text-align: center;
    border: 1pt none red;
    font-size: 8vw;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
 }

 .formbuttons{
    height: 50px; 
    background: none;
    background-color: rgb(230,0,0);
    color: white;
    border: 1pt solid white;
    cursor: pointer;
    font-family: roboto-bold;
    font-size: 3vw;
 }

/*---- BOAT PREP/CONTRACT PAGE PHONE----*/

#section1pagecontent-boatprepcontract{
    position: relative;
    display: block;
    width:90%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1pt none red;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14pt;
}

/*---- ADDITIONAL INFORMATION PAGE PHONE----*/

#section1pagecontent-additionalinformation{
    position: relative;
    display: block;
    width:90%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1pt none red;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14pt;
}

/*---- GALLERY PAGE PHONE----*/

.gallery2photos { /*Change width with each screen size change */
    width: 90vw;
    align-content: center;
    vertical-align: middle;
    height: auto;
    transition: 500ms linear;
    
}

}/* End of max-width:450px */