body {
  margin: 0 auto;
  background-color: white; }

*, *:before, *:after {
  box-sizing: border-box;
  font-family: "Mostra";
  font-weight: normal; }

@font-face {
  font-family: "Mostra";
  src: url("fonts/Mostra.ttf");
  font-weight: normal; }
@font-face {
  font-family: "Mostra";
  src: url("fonts/Mostra Light.ttf");
  font-weight: 200; }
@font-face {
  font-family: "Mostra";
  src: url("fonts/Mostra Bold.ttf");
  font-weight: bold; }
#navbar {
  width: 100%;
  height: 65px;
  margin: 0;
  padding: 0;
  background-color: white;
  position: fixed;
  z-index: 1000;
  border-bottom: 3px solid #008aff; }
  #navbar #logo {
    text-align: left;
    position: absolute;
    left: 2em;
    top: 0.45em;
    width: 200px;
    margin: 0;
    padding: 0;
    z-index: 100; }
  #navbar a#logo {
    left: 2em;
    top: 0.45em;
    text-align: center;
    margin: 0;
    padding: 10px;
    z-index: 200;
    position: absolute; }
  #navbar #menubutton {
    position: absolute;
    right: 3em;
    margin-top: 1em;
    width: 30px;
    display: none;
    z-index: 2000; }
  #navbar nav {
    width: 100%;
    text-align: right;
    position: absolute;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: black;
    right: 2em;
    text-transform: uppercase;
    transition: 0.5s; }
    #navbar nav a {
      text-decoration: none;
      color: black; }
    #navbar nav a:hover {
      color: #008aff;
      transition: 0.75s;
      font-weight: bold; }
    #navbar nav li {
      display: inline;
      padding: 1%; }
  #navbar #exit {
    width: 40px;
    z-index: 1000;
    margin-top: 300px;
    position: fixed;
    text-align: center;
    display: none;
    margin-left: 50%; }
  #navbar #menubg {
    position: fixed;
    display: none;
    height: 1080px;
    width: 100%;
    background-color: #fff;
    opacity: 0.9;
    z-index: 1; }

#about-section {
  text-align: center;
  width: 100%;
  padding: 50px 0px;
  margin: 0; }
  #about-section h1 {
    font-size: 1.6em;
    margin: 0; }
  #about-section img.line {
    margin: 17.5px 0px; }
  #about-section p {
    font-size: 1.2em;
    margin: 0;
    width: 50%;
    margin-left: 25%;
    padding: 0; }
  #about-section img.readmore {
    margin-top: 17.5px; }

#testimonials {
  background-image: url(../img/Kitchen.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 100%;
  height: 400px;
  background-attachment: fixed; }
  #testimonials h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 50px; }
  #testimonials .line {
    margin-top: 100px;
    width: 200px;
    height: 3px; }
  #testimonials p {
    position: absolute;
    width: 60%;
    text-align: center;
    font-size: 1.4em;
    margin-left: 20%;
    color: white;
    margin-top: 70px;
    background-color: rgba(0, 0, 0, 0.4); }
  #testimonials h2 {
    position: absolute;
    width: 60%;
    text-align: center;
    font-size: 1.2em;
    margin-left: 20%;
    color: white;
    margin-top: 200px; }
  #testimonials #leftarrow {
    display: block;
    position: absolute;
    left: 3em;
    margin-top: 70px;
    cursor: pointer; }
  #testimonials #rightarrow {
    display: block;
    position: absolute;
    right: 3em;
    margin-top: 70px;
    cursor: pointer; }
  #testimonials #leftarrow2 {
    position: absolute;
    left: 3em;
    margin-top: 70px;
    cursor: pointer; }
  #testimonials #rightarrow2 {
    position: absolute;
    right: 3em;
    margin-top: 70px;
    cursor: pointer; }
  #testimonials #leftarrow3 {
    position: absolute;
    left: 3em;
    margin-top: 70px;
    cursor: pointer; }
  #testimonials #rightarrow3 {
    position: absolute;
    right: 3em;
    margin-top: 70px;
    cursor: pointer; }

#services {
  text-align: center;
  width: 100%;
  padding: 50px 0px;
  margin: 0; }
  #services h1 {
    font-size: 1.6em;
    margin: 0; }
  #services img.line {
    margin: 17.5px 0px; }
  #services p {
    font-size: 1.2em;
    margin: 0;
    width: 50%;
    margin-left: 25%;
    padding: 0; }
  #services img.learnmore {
    margin-top: 17.5px; }

#footer {
  width: 100%;
  text-align: center;
  background-color: #008aff;
  margin: 0;
  position: absolute; }
  #footer p {
    color: white;
    margin: 5px 0;
    padding: 0; }
  #footer p.upper {
    margin-top: 5px; }
  #footer img {
    margin-bottom: 10px; }

@media only screen and (max-width: 500px) {
  #testimonials #leftarrow {
    left: 1.5em; }

  #testimonials #leftarrow2 {
    left: 1.5em; }

  #testimonials #leftarrow3 {
    left: 1.5em; }

  #testimonials #rightarrow {
    right: 1.5em; }

  #testimonials #rightarrow2 {
    right: 1.5em; }

  #testimonials #rightarrow3 {
    right: 1.5em; }

  #testimonials h2 {
    margin-top: 250px; }

  #testimonials p {
    margin-top: 40px; } }
@media only screen and (max-width: 750px) {
  header #navbar nav li {
    display: block;
    text-align: center;
    border-bottom: 2px solid black;
    width: 100%;
    text-align: left;
    margin: 0; }

  header #navbar nav {
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
    display: none;
    margin: 0 auto;
    position: fixed; }

  header #navbar nav a {
    color: black; }

  header #navbar #menubg {
    position: fixed; }

  header #navbar #menubutton {
    display: block; }

  header #navbar #top-info {
    margin-top: 1.5em;
    margin-left: 12em; }

  #testimonials p {
    margin-top: 50px;
    font-size: 1.2em; }

  #testimonials #leftarrow {
    width: 35px; }

  #testimonials #leftarrow2 {
    width: 35px; }

  #testimonials #leftarrow3 {
    width: 35px; }

  #testimonials #rightarrow {
    width: 35px; }

  #testimonials #rightarrow2 {
    width: 35px; }

  #testimonials #rightarrow3 {
    width: 35px; } }

/*# sourceMappingURL=main.css.map */
