/* to do
  develop for viewport width < 290px
*/

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0px;
  height: 2000px;
}

a {
  color: #fff;
  text-decoration: none;
}


/* ids */

#header {
  width: 100%;
  height: 85px;
  background:  #174165;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#title {
  font-family: 'Comfortaa', cursive;
  font-size: 24px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 30px;
}

#logo {
  width: 80px;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 17px;
  transform: rotate(20deg);
}

#imgContainer {
  width: 100%;
  height: 67vw;
  position: fixed;
  top: 85px;
  left: 0;
  overflow: hidden;
}

#boatImg {
  width: 100%;
  position: absolute;
}

#meImg {
  width: 100%;
  position: absolute;
  left: 100%;
}

#filler {
  width: 100%;
  top: 0;
  z-index: 1;

}

#fillercont {
  background-image: linear-gradient(#1E6C93, #174165);
}

@media only screen and (max-width: 346px) {
  #fillerpt1 {
    height: 150px;
  }
}

@media only screen and (min-width: 347px) {
  #fillerpt1 {
    height: 120px;
  }
}

#fillerpt1 {
  width: 100%;
  background: #fff;
}

#fillerpt2 {
  padding: 30px;
  padding-bottom: 50px;
  width: calc(100% - 60px);
}

#fillerpt3 {
  width: calc(100% - 60px);
  height: 20px; /* adjustable based on viewport */
  padding: 30px;
  background: #fff;
  color: #174165;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

#fillerpt4 {
  padding-top: 30px;
  width: calc(100% - 60px);
  height: 120px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: linear-gradient(#174165, #13284B);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

#fillerpt5 {
  position: relative;
  width: 100%;
}

#cover {
  width: 100%;
  height: 100%;
  background: #1E6C93;
  z-index: 1;
  opacity: 0.2;
  top: 0;
  left: 0;
}

#boatText {
  width: 140px;
}

#meText {
  width: calc(40% - 60px);
}

#salesText {
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #1E6C93;
  text-align: left;
  display: block;
}

#greenCirc {
  transform: translate(-50%, -50%);
  position: absolute;
  right: 30px;
  bottom: 0px;
  height: 30px;
  width: 60px;
  border-radius: 45px 45px 0 0;
  border-color: #3B8372;
  z-index: 2;
}

/* */

.topText {
  font-size: 12px;
  height: 148px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 2;
  color: #fff;
}

.mainText {
  font-size: 24px;
  font-weight: 400;
}

.subText {
  font-size: 14px;
  font-weight: 300;
}

.prices {
  border: 0px;
  width: 100%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
}

.price {
  font-size: 24px;
  font-weight: 400;
}
