html, body {
  background: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.ncontainer {
  width:100vw;
  min-height: 100%;
  padding-left: 2%;
  padding-right: 5%;
  box-sizing: border-box;
  overflow: hidden;
}

.navbar {
  width: 100%;
  display: flex;
  align-items: center;
}

.logo {
  width: clamp(20rem, 1vw + 20rem, 30rem);
  margin: 30px 0;
}

.menu-icon {
  width: 35px;
  cursor: pointer;
  display: none;
}

nav {
  flex: 1;
  text-align: right;
}

nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

nav ul li a {
  text-decoration: none;
  color: #32394e;
  font-size: 1em;
}

nav ul li a:hover {
  color: #c2b59b;
}

.hero-image {
  background-image: url(images/healthy-woman-walking.jpg);
  background-color: #cccccc;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image a {
  text-decoration: none;
}

.hero-image2 {
  background-image: url(images/healthy-elderly-woman-and-man.jpg);
  background-color: #cccccc;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image3 {
  background-image: url(images/balancing-rocks-health.jpg);
  background-color: #cccccc;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #32394e;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: clamp(1rem, 1rem + 0.5vw, 7rem);
}

h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: lighter;
  font-style: italic;
}

.center a {
  text-decoration: none;
}

button {
    color:white;
    background-color: #32394e;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    margin-top: 5%;
    margin-bottom: 5%;
    cursor: pointer;
}

button:hover {
  background-color: #537080;
}

.cbutton:hover {
  background-color: #282829;
}

.centered2 {
  position:absolute;
  top:28%;
  left:50%;
  transform:translate(-50%, -50%);
}

h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
    color:#32394e;
}

h4{
  color: #32394e;
}

p {
    font-size:16px;
    color:#282829;
}

.padding {
  padding-left: 5%;
}

.row {
  padding-left: clamp(1rem, 1rem + 0.5vw, 7rem);
  text-align: center;
  color: #32394e;
}

#block1 {
  background-color: #c2b59b;
  padding: 0.5rem 3rem 1rem 0.5rem;
}

#block1 h3 {
  color: #32394e;
}

.b1clear {
  width: 100vw;
}

.b1clear img {
  width: 100vw;
  display: block;
}


#block2 {
  background-color: #32394e;
  padding: 0.5rem 3rem 1rem 0.5rem;
}

#block2 h3 {
  color: white;
}

.b2clear {
  width: 100vw;
}

.b2clear img {
  width: 100vw;
  display: block;
}

#block2 h2 {
  color: white;
}

#block2 p {
  color: white;
}

.block3 {
  max-width: 100%;
  padding: 3rem 4.5rem 2rem 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cclear iframe {
  width: 100vw;
  height: 600px;
  display: block;
  max-width: 100%;
  border: none;
  padding-top: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block3 p {
  color: white;
}

.cclear {
  background-color: #32394e;
}

.cclear::after {
  content:"";
  clear:both;
  display:table;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
}

/*form styling*/

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
}

input[type=submit] {
  color:white;
    background-color:#537080;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: large;
    font-family: calibri;
    font-weight: lighter;
    margin-bottom: 5%;
}

label {
  color: white;
}

#rdate {
  border-radius: 5px;
  padding: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-top: 6px;
}

.contactrow h3 {
  color: #32394e;
}

.contactrow p {
  color: #282829;
  font-size: 16px;
  min-width: 1080px;
}

.contactcol {
  padding-bottom: 2em;
}

.cimage {
  height:300px;
  width: 100%;
  display: block;
  border: none;
  line-height: 0%;
  object-fit: cover;
}

/*footer*/
footer {
  background-color: #537080;
  color: white;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  margin: 0;
  padding: 1% 5% 0% 5%;
}

.fcolumn {
  float: left;
  width: 100%;
}

/* Clearfix (clear floats) */
.frow::after {
  content: "";
  clear: both;
  display: table;
}

footer p {
  color: white;
}

.disclaimer {
  background-color: #537080;
  width: 100vw; 
}

.disclaimer p {
  color: white;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}


@media (min-width: 80em) {
  /*Condition icons*/
.row {
  box-sizing: border-box;
  padding: 2% 5% 3% 5%;
}

.column {
  float: left;
  width: 24%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


}

@media (min-width: 50em) and (max-width: 79.9em) {
  .row {
    box-sizing: border-box;
    padding: 2vw 2vw 3vw 15vw;
  }
  
  .column {
    float: left;
    width: 40%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
}

/* Footer */
@media (min-width: 800px) {
  .fcolumn {
    float: left;
    width: 50%;
  }
}

@media (min-width: 930px) {
  .contactrow {
    float: left;
    max-width: 50%;
    padding: 5px 50px 30px 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
  }
  
  .contactrow::after {
    content: "";
    clear: both;
    display: table;
  }

}

@media (min-width: 830px) and (max-width: 1503px) {
  
  #block1 {
    padding-bottom: 15rem;
    padding-right: 5rem;
    columns: 2;
  }

 h2 {
  column-span: all;
 }

#block1 p {
  padding-left: 5vw;
}

#block1 h3 {
  padding-left: 5vw;
}

  .b1clear img {
    width: 60vw;
    display: block;
    margin: auto;
    margin-top: -12rem;
    margin-bottom: 5rem;
  }

  #block2 {
    padding-top: 15rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
    columns: 2;
  }

  #block2 p {
    padding-left: 5vw;
  }
  
  #block2 h3 {
    padding-left: 5vw;
  }

  .b2clear img {
    width: 60vw;
    display: block;
    margin: auto;
    margin-bottom: -14rem;
  }

}

@media (min-width: 1504px) and (max-width: 1559px) {
  h2 {
    font-size: 1.5em;
  }

  p {
    font: 14px;
  }
  
  #block1 {
    float: left;
    max-width: 55vw;
    padding: 0px 50px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .b1i {
    float: left;
    border: none;
    margin: 0%;
    line-height: 0%;
  }
  
  .b1clear img {
    width: 45vw;
  }
  
  .b1clear {
    background-color: #c2b59b;
  }
  
  .b1clear::after {
    content:"";
    clear:both;
    display:table;
  }
  
  #block2 {
    float: left;
    max-width: 55vw;
    padding: 0px 50px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .b2i {
    float: left;
    border: none;
    margin: 0%;
    line-height: 0%;
  }
  
  .b2clear img {
    width: 45vw;
  }
  
  .b2clear {
    background-color: #32394e;
  }
  
  .b2clear::after {
    content:"";
    clear: both;
    display:table;
  }
  }

/* condition icons */
@media (min-width: 1200px) {
  .fcolumn {
    float: left;
    width: 30%;
  }

  .block3 {
    float: left;
    max-width: 50%;
    padding: 5rem;
    box-sizing: border-box;
  }
  
  .cclear iframe {
    width: 100vw;
    height: 650px;
    display: block;
    float: left;
    max-width: 50%;
    border: none;
    padding: 5rem 10rem 5rem 5rem;
    box-sizing: border-box;
  }
}

/* Content & image blocks */
@media (min-width: 1560px) {
#block1 {
  float: left;
  max-width: 50vw;
  padding: 10px 50px 0px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b1i {
  float: left;
  border: none;
  margin: 0%;
  line-height: 0%;
}

.b1clear img {
  width: 50vw;
}

.b1clear {
  background-color: #c2b59b;
}

.b1clear::after {
  content:"";
  clear:both;
  display:table;
}

#block2 {
  float: left;
  max-width: 50vw;
  padding: 10px 80px 0px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b2i {
  float: left;
  border: none;
  margin: 0%;
  line-height: 0%;
}

.b2clear img {
  width: 50vw;
}

.b2clear {
  background-color: #32394e;
}

.b2clear::after {
  content:"";
  clear: both;
  display:table;
}
}

/* mobile nav */
@media only screen and (max-width: 930px) {
  .logo {
    width: clamp(16rem, 1vw + 16rem, 30rem);
    margin: 20px 0px 30px 0px;
  }
  
  nav ul {
    width: 100%;
    background: linear-gradient(#32394e, #537080);
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
  }

  nav ul li {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  nav ul li a {
    color: white;
  }

  .menu-icon {
    display: block;
  }

  #menuList {
    overflow: hidden;
    transition: 0.5s;
  }
}