@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow Condensed", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #7a90a8;
}

ul {
  list-style: none;
  font-size: 24px;
}

h3 {
  color: #00b4d8;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6px;
}

h2 {
  color: #e2eaf3;
  font-size: 100px;
}
h1 {
  font-size: 164px;
  font-weight: 600;
  color: #e2eaf3;
  padding: 20px 0px;
  line-height: 0.95;
}

p {
  color: #7a90a8;
  font-size: 22px;
  font-family: "Barlow";
  letter-spacing: 1.2px;
  padding-top: 20px;
  font-weight: 400;
}

.cyan {
  color: #00b4d8;
}

.largewhitefont {
  color: #e2eaf3;
  font-size: 60px;
  letter-spacing: 3px;
  font-weight: 400;
}

.medcyanfont {
  color: #00b4d8;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.1px;
}

/* HEADER & NAV */

#header {
}

#nav {
}

.herobgimg {
  background:
    linear-gradient(rgba(6, 9, 13, 0.65), rgba(6, 9, 13, 1)),
    url("./images/herobackground.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__wrapper {
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}

.headerlogo__wrapper {
  color: #e2eaf3;
  font-size: 32px;
  display: flex;
  align-items: center;
}

.salmonschool__img {
  max-width: 10%;
  margin: 10px 20px;
}

.nav__wrapper {
  margin-left: auto;
  margin-right: 10px;
}

.navlinks__wrapper {
}

.navlinks {
  display: flex;
}

.navlink {
  padding: 16px;
}

.navlink a:hover {
  color: #00b4d8;
  transition: 0.5s ease;
}

/* MAIN BODY*/

#main {
}

.main {
}

/* HERO SECTION */

.hero__wrapper {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.herotext__wrapper {
  margin: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 55%;
  width: 100%;
  text-align: left;
}

.herobutton__wrapper {
  padding: 20px 0px;
}

.herobutton__wrapper button {
  font-size: 18px;
  letter-spacing: 2px;
  padding: 16px 36px;
  margin-right: 20px;
  margin-top: 20px;
}

.btn__cyan {
  background-color: #00b4d8;
  color: #06090d;
  border-width: 0.5px;
  border-style: solid;
}

.btn__cyan a {
  color: #06090d;
}

.btn__cyan:hover {
  background-color: #0299b8;
  cursor: pointer;
}

.btn__dark {
  background-color: #06090d;
  color: #e2eaf3;
  border-width: 0.5px;
  border-style: solid;
}

.btn__dark a {
  color: #e2eaf3;
}

.btn__dark:hover {
  border-color: #00b4d8;
  color: #00b4d8;
  transition: 0.5s ease;
  cursor: pointer;
}

/* STAT BAR */

.statbar__wrapper {
  display: flex;
  background-color: #06090d;
  min-height: 24vh;
}

.stat__wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  letter-spacing: 2px;
  color: #7a90a8;
  min-height: 20vh;
  background-color: #131c26;
  margin: 60px 0px;
  padding: 20px 100px;
}

/* VESSEL SECTION */

#vessel {
}

.vessel__wrapper {
  background-color: #06090d;
  min-height: 40vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.vesseltext__wrapper {
  width: 100%;
  max-width: 40vw;
  padding: 40px;
}

.vesselimg__wrapper {
}

.boat__img {
  max-width: 50vw;
}

.vesselfactgrid__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  color: #7a90a8;
  margin: 20px;
  gap: 20px;
  padding: 20px;
  background-color: #131c26;
  border-style: solid;
  border-width: 0.25px;
  margin: 40px 10px;
}

.gridfact {
  text-align: left;
  align-items: center;
}

.subtitle {
  color: #7a90a8;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "barlow";
  font-weight: 500;
}

.gridfact__font {
  color: #e2eaf3;
  font-size: 20px;
}
/* OPERATIONS SECTION */

#operations {
  background-color: #131c26;
}

.operations__wrapper {
  min-width: 80vw;
  padding: 100px 40px;
}

.operations__wrapper a {
  text-decoration: none;
  color: #00b4d8;
}

.operationsheader__wrapper {
  width: 100%;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 40px;
}

.operationsheader {
}

.operationsinfo__wrapper {
  justify-content: center;
  display: flex;
}

.operationsinfo__wrapper p {
  font-size: 18px;
  padding-bottom: 40px;
  padding-top: 20px;
}

.operationsinfo1__wrapper {
  background-color: #06090d;
  margin: 4px;
  padding: 40px;
  width: 30%;
}

.operationsinfo1__wrapper:hover {
  background-color: #131c26;
  transition: 0.5s ease;
}

.operationsinfo2__wrapper {
  background-color: #06090d;
  margin: 4px;
  padding: 40px;
  width: 30%;
}

.operationsinfo2__wrapper:hover {
  background-color: #131c26;
  transition: 0.5s ease;
}

.operationsinfo3__wrapper {
  background-color: #06090d;
  margin: 4px;
  padding: 40px;
  width: 30%;
}

.operationsinfo3__wrapper:hover {
  background-color: #131c26;
  transition: 0.5s ease;
}

.orangetext {
  color: #ff5500;
  letter-spacing: 3px;
  font-size: 20px;
}

h4 {
  color: #e2eaf3;
  font-size: 30px;
  letter-spacing: 2px;
}

.waveicon {
  max-width: 40px;
  padding: 16px 0px;
}

.salmonicon {
  max-width: 40px;
  padding: 16px 0px;
}

.halibuticon {
  max-width: 40px;
  padding: 16px 0px;
}

/* GALLERY SECTION */

#gallery {
}

.gallery__wrapper {
  background-color: #06090d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.galleryheader__wrapper {
  padding: 40px;
}

.gallerygrid__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  padding: 80px;
  width: 100%;
  max-width: 80vw;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.gallerygrid__wrapper img {
    object-fit: fill;
    width: 100%;
    height: 100%;
    object-position: center;
    display: block;
}

.griditem1 {
  grid-row: 1/3;
  grid-column: 1/3;
  width: 100%;
  height: 100%;
}

.griditem2 {
  grid-row: 1/1;
  grid-column: 3/3;
  width: 100%;
  height: 100%;
}

.griditem3 {
  grid-row: 2/2;
  grid-column: 3/3;
  width: 100%;
  height: 100%;
}

.griditem4 {
  grid-row: 3/3;
  grid-column: 1/1;
  width: 100%;
  height: 100%;
}

.griditem5 {
  grid-row: 3/3;
  grid-column: 2/3;
  width: 100%;
  height: 100%;
}

.griditem6 {
  grid-row: 4/4;
  grid-column: 1/1;
  width: 100%;
  height: 100%;
}

.griditem7 {
  grid-row: 4/4;
  grid-column: 2/2;
  width: 100%;
  height: 100%;
}

.griditem8 {
  grid-row: 4/4;
  grid-column: 3/3;
  width: 100%;
  height: 100%;
}

/* QUOTE PIC BAR */

.quote__wrapper {
    background-color: #131c26;
    padding: 100px 40px;
}


/* CONTACT SECTION */

#contact {

}
.contact__wrapper {
    background-color:#06090d;
    padding: 80px;
    color: #7a90a8;
    font-size: 24px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    align-self: center;
}

.contact__wrapper h3 {
}
.contact__wrapper h2 {
    line-height: 90px;
    padding: 20px 0px;
}

.contact__wrapper p {
    letter-spacing: 1px;
    padding-bottom: 60px;
    
}

.contactdetails__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    
    
}

.phonedetails {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.whitedetails {
    display: flex;
    color: #e2eaf3;
}

.emaildetails {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.homeportdetails {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.contacttext__wrapper {
    width: 100%;
    max-width: 40vw;

}

.contacticon {
    color: #00b4d8;
    font-size: 24px;
    padding: 20px;
    display: flex;

}

.contactform__wrapper {
    display: flex;
    width: 100%;
    max-width: 40vw;
    font-size: 18px;
    letter-spacing: 3px;
}

.namediv {
    display: flex;
    gap:12px;
}


input {
  width: 100%; 
  padding: 24px 18px; 
  margin-bottom: 20px; 
  margin-top: 8px;
  border: 1px solid #7a90a8; 
  background-color: #131c26;

}

#message {
    height: 200px;
}

.contactform__wrapper button {
    background-color: #ff5500;
    color: #e2eaf3;
    padding: 10px 28px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    width: 100%;
    margin: 10px 0px;
}

.contactform__wrapper button:hover {
    background-color: #cf4703;
    transition: 0.5s ease;

}
/* FOOTER */

#footer {
}

.footer {
    background-color: #131c26;
    min-height: 10vw;
    align-items: center;
    justify-content: center;
}

.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerlogo {
    padding: 40px 100px;
    color: #e2eaf3;
    font-size: 22px;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
}
.footerlogoimg {
    max-width: 40px;
    margin-right: 20px;
}

.footercopyright {
    color: #7a90a8;
    display: flex;
    padding: 0px 40px;

}

.footerlinks {
    color: #7a90a8;
    display: flex;
    padding: 0px 40px;

}

.footerlink {
    display: flex;
    padding: 0px 16px;
    font-size: 16px;
    letter-spacing: 2px;
}

/* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* 
                       MEDIA QUERIES
/* /* /* /* /* /* /* /* /* /* /* /* /* */ /* /* /* /* /* /* /* /* /* /* /* /* /* /* 
/* EXTRA SMALL, SMALL, MEDIUM, LARGE, EXTRA LARGE DEVICES /**/
/**/
/**/
/**/
/**/
/**/
/**/
/*                    EXTRA SMALL DEVICES                          */
/*               OPTIMIZED FOR 6.3inch iPhone Screen           */
/**/
/**/
/**/
/**/
/**/
@media (min-width: 300px) and (max-width: 600px) {

nav {
    display: none;
}

p {
    font-size: 14px;
}

h3 {
    font-size: 12px
}

h2 {
    font-size: 40px;
}
h1 {
    font-size: 60px;
    padding: 0px;
}

.headerlogo__wrapper {
    font-size: 12px;
}

.salmonschool__img {
    max-width: 5%;
}

.hero__wrapper {
    justify-content: left;
    padding: 10px 20px;
    width: 100%;
    height:70vh;
}
.herotext__wrapper {
    margin: 0px;
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
}

.herotext__wrapper h3 {
    display: none;
}

.herotext__wrapper p {
    display: none;
}

.herobutton__wrapper {
    font-size: 12px;
}

.statbar__wrapper {
    display: none;
}

.vessel__wrapper {
    min-height: none;
}

.vesseltext__wrapper {
    padding-right:80px;
    max-width: none;
}

.vesselfactgrid__wrapper {
    display: none;
}
.vesselimg__wrapper {
    display: none;
}

.boat__img {
    display: none;
}

.operations__wrapper {
    min-width: none;
    padding-right: 40px;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.operationsheader__wrapper {
    max-width: none;
    padding-bottom: 20px;
    padding-left: 30px;
}

.operationsinfo__wrapper {
    display: block;
}

.operationsinfo1__wrapper {
    margin: 15px;
    padding: 16px;
    width: 85%
}

.operationsinfo1__wrapper:hover {
    background-color: #06090d;
    transition: none;
}

.operationsinfo2__wrapper {
    margin: 15px;
    padding: 16px;
    width:85%
}

.operationsinfo2__wrapper:hover {
    background-color: #06090d;
    transition: none;
}

.operationsinfo3__wrapper {
    margin: 15px;
    padding: 16px;
    width:85%
}

.operationsinfo3__wrapper:hover {
    background-
    color: #06090d;
    transition: none;
}

.galleryheader__wrapper {
    padding: 20px 30px;
}

.gallerygrid__wrapper {
    padding: 10px;
    max-width: none;
}

.quote__wrapper {
    display: none;
}

.contact__wrapper {
    padding: 30px;
}

.contacttext__wrapper {
    max-width: none;
}

.contactform__wrapper {
    display: none;
}

.contact__wrapper h2 {
    line-height: 50px;
    padding: 10px 0px;
}

.contact__wrapper p {
    padding: 0px;
}

.phonedetails {
    padding: 10 px 0px;
}

.emaildetails {
    padding: 10 px 0px;
}

.homeportdetails {
    padding: 10 px 0px;
}

.contacticon {
    padding: 8px;
}

.phone {
    padding-left: 10px;
}

.email {
    padding-left: 10px;
}


.homeport {
    padding-left: 10px;
}


.footer__wrapper {
    display: none;
}

.footerlinks {
    font-display: none;
}
}




/**/
/**/
/**/
/*                            MEDIA QUERY SMALL SCREENS                   */
/**/
/**/
/**/



@media (min-width: 601px) and (max-width: 800px) {

ul {
  font-size: 16px;
}

.headerlogo__wrapper {
  font-size: 16px;
}

.herotext__wrapper {
  max-width: 80%;
  padding: 160px 0px;
}

.herotext__wrapper h3 {
  padding-bottom: 10px;
}

.herotext__wrapper h1 {
  padding-bottom: 60px;
}

.stat__wrapper {
  padding: 0px 20px;
  font-size: 16px;
}
.largewhitefont {
  font-size: 42px;
}

.medcyanfont {
  font-size: 24px;
}

.vessel__wrapper {
  flex-direction: column;
}

.vesseltext__wrapper {
  max-width: 80vw;
}

.boat__img {
  max-width: 80vw;
  padding-bottom: 40px;
}

.operations__wrapper {
  padding: 80px 20px;
}

.operationsinfo1__wrapper {
  padding: 20px;
  width: 32%;
}

.operationsinfo2__wrapper {
  padding: 20px;
  width: 32%;
}

.operationsinfo3__wrapper {
  padding: 20px;
  width: 32%;
}

.galleryheader__wrapper {
  padding: 20px;
}

.gallerygrid__wrapper {
  padding: 24px;
  max-width: 95vw;
}

.contact__wrapper {
  padding: 80px 20px;
  flex-direction: column;
}

.contacttext__wrapper {
  max-width: 90vw;

}

.contactform__wrapper {
  max-width: 90vw;
  align-items: center;
  justify-content: center;
}

.footer__wrapper {
  flex-direction: column;
}

.footerlogo {
  font-size: 16px;
  padding: 20px;
}

.footerlinks {
  display: none;
}

.footercopyright {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

}














