body, html {
    height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
   background: #FFF;
   font-size: 16px;
   color:#004E6A;
}
a {
  color:#E6A063;
}

p#mere, p.mere {
  font-size: 18px;
}

h2 {
  font-size:24px;
}

.img-max {
  max-width: 400px;
  width:100%;
}

#carbfooter {
  background-color: #EEE;
  color:#004E6A;
  height:400px;
}

.bold {
  font-weight: 500
}

.box {
  background: #EEE;
  padding:30px;
  
}
/* The hero image */
.hero-image {
  background-image:  url("Ocean3.jpeg");
  height: 80%;
  max-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.salmon {
  background-color: #E7A664;
}

.salmon a {
  color: #004E6A;
}

.bioknap {
  background: #E6A063;
  color:#004E6A;
  border-radius: 30px;
  padding:9px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.bioknap:hover {
  color:#FFF;
}

.salmon .bioknap
{
  background: #004E6A;
  color:#E6A063;
}



/*If screen is between 1200px and 1400px wide*/
@media only screen and (max-width: 1400px) {
  .bioknap {
    padding: 9px 10px;;
  }
}

@media only screen and (max-width: 1200px) {
  .bioknap {
    padding: 9px 40px;;
  }
}





/* if screen height is less than 600px */
@media only screen and (max-height: 800px) {
  .hero-image img {
    max-height:300px;
    width:auto;
  }
}

/* if screen height is less than 600px */
@media only screen and (max-height: 700px) {
  .hero-image img {
    max-height:250px;
    width:auto;
  }
}

/* if screen height is less than 600px */
@media only screen and (max-height: 600px) {
  .hero-image img {
    max-height:200px;
    width:auto;
  }
}


/* if screen height is less than 600px */
@media only screen and (max-height: 520px) {
  .hero-image img {
    max-height:150px;
    width:auto;
  }
}

/* if screen height is less than 600px */
@media only screen and (max-height: 450px) {
  .hero-image img {
    max-height:100px;
    width:auto;
  }
}

@media only screen and (max-width: 600px) {

  .img-max {
    max-width: 300px;
    width:100%;
  }
  

}

/*if mobile screen */
@media only screen and (max-width: 600px) {
  .hero-image img {
    max-height:500px;
    width:auto;
  }
}






.knap {
  background: #E6A063;
  color:#000;
  border-radius: 30px;
  padding:7px 20px;
  text-decoration: none;
}

.knap:hover {
  color:#FFF;
}