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

* {
  margin: 0;
  /*    padding: 0;*/
  /*    box-sizing: border-box;*/
}

body,
h1,
h2 {
  font-family: "lato", "Arial", sans-serif;
  /*    font-weight: 300;*/
  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,
h2,
h3 {
  /*    background-color: #014785;*/
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 120%;
  padding: 1px;
  margin: 0;
  /*    display: inline-block;*/
  /*    float: right;*/
  /*    list-style: none;*/
  /*    margin-top: 35px;*/
  /*    margin-right: 520px;*/
  /*    position: fixed;*/
  /*    top: 0;*/
  /*    right: 0;*/
  /*    letter-spacing: 1px;*/
}

/* ----------------------------- */
/* 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;
}

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

/* ----------------------------- */
/* OTHER PAGES */
/* ----------------------------- */

.titleServices {
  font-weight: 400;
  font-size: 120%;
  padding: 1px;
  margin: 0;
  display: inline-block;
  list-style: none;
  margin-top: 0px;
  margin-right: 220px;
  margin-left: 50px;
  top: 0;
  left: 0;
  letter-spacing: 1px;
}

.imageFemale {
  float: right;
  list-style: none;
  margin-top: 300px;
  margin-right: 60px;
  position: fixed;
  top: 0;
  right: 0;
}

ul.Services {
  list-style-type: circle;
  font-weight: bold;
  font-size: 120%;
  padding: 1px;
  margin: 0;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 75px;
  top: 0;
  left: 0;
  letter-spacing: 1px;
}

.we {
  margin-left: 75px;
  font-size: 140%;
  font-weight: 400;
}

.president {
  margin-left: 250px;
  font-weight: bold;
  font-size: 110%;
}

.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;
}

li {
  list-style: none;
}

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