/* --------------------------------- */
/* BASIC SETUP */
/* --------------------------------- */

* {
  box-sizing: border-box;
}

body,
h1,
h2 {
  background-color: #fff;
  font-family: "lato", "Arial", sans-serif;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  /* overflow-x: hidden; */
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ----------------------------- */
/* HEADER */
/* ----------------------------- */

header img {
  max-width: 100%;
  height: auto;
}

h1 {
  padding: 1px;
  margin: 0;
}

.nav {
  float: right;
  list-style: none;
  margin-top: 170px;
  margin-right: 70px;
  position: fixed;
  top: 0;
  right: 0;
}

/* ----------------------------- */
/* NAVIGATION */
/* ----------------------------- */

.nav {
  float: right;
  list-style: none;
  margin-top: 170px;
  margin-right: 70px;
  position: fixed;
  top: 0;
  right: 0;
}

.nav li {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 1px 5px 1px;
  background-color: rgb(133, 198, 198);
  border: 1px solid rgb(190, 214, 216);
  border-radius: 10px;
}

.nav li a:link,
.nav li a:visited {
  padding: 8px 0px;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.2s;
}

.nav li a:hover,
.nav li a:active {
  border: 1px solid rgb(133, 198, 198);
  border-radius: 10px;
  transition: 0.2s;
}

.nav a:hover {
  background-color: #20c7c7;
}

/* Mobile navi */

.mobile-nav-icon {
  float: right;
  /*    margin-top: 30px;*/
  cursor: pointer;
  display: none;
}

.mobile-nav-icon i {
  font-size: 200%;
  color: #fff;
}

/* ----------------------------- */
/* PARAGRAPH */
/* ----------------------------- */

.paragraphs {
  margin-left: 10px;
  margin-right: 200px;
}

h1 {
  /* color: #af0000; */
  /* font-weight: bold; */
  padding: 1px;
  margin: 0;
  display: inline-block;
  float: left;
  list-style: none;
  margin-top: 0px;
  top: 0;
  left: 0;
  letter-spacing: 1px;
}

.h2 {
  color: #000;
  font-weight: 400;
  font-size: 90%;
  padding: 1px;
  margin: 0;
  display: inline-block;
  float: left;
  list-style: none;
  top: 0;
  left: 0;
  letter-spacing: 1px;
}

ul.Services {
  font-weight: 400;
  list-style-type: circle;
  font-size: 80%;
  margin: 0;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 20px;
  top: 0;
  left: 0;
  letter-spacing: 0px;
}

li {
  list-style: none;
}

li.star:before {
  content: "*";
  position: relative;
  left: -10px;
  bottom: -3px;
}

.healthImage {
  float: right;
  list-style: none;
  margin-top: 530px;
  margin-right: 180px;
  position: fixed;
  top: 0;
  right: 0;
  /* width: 100px; */
}

.we {
  margin-left: 10px;
  font-size: 90%;
  font-weight: 400;
}

/* ----------------------------- */
/* FOOTER */
/* ----------------------------- */

footer p {
  background-color: rgba(255, 255, 255, 0.74);
  color: #262525;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80%;
}

/* ----------------------------- */
/* COLOR */
/* ----------------------------- */

.blue {
  color: #039;
}
.darkblue {
  color: #0410a3;
}
.red {
  color: red;
}
.darkred {
  color: rgb(181, 0, 0);
}
.orange {
  color: #ff6c00;
}
.green {
  color: green;
}
.black {
  color: black;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
