
body {
   background-image: url(../background/background.jpg);
   background-size: cover;
   background-attachment: fixed;
   background-repeat: no-repeat;
   font-family: "Open Sans", sans-serif;
   text-align: center;
   margin-right:auto;
   margine-left:auto;
}

a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1B9AD6;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0px;
  margin: auto;
  margin-bottom: 10px;
  max-width: 1100px;
  text-align: justify;
  }


#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #009CD4;
}

#topbar .contact-info i {
  color: lightblue;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #009CD4;
}


#header {
  padding: 10px 0;
  height: 90px;
  background: #fff;
}


.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

#nav-menu-container {
  float: right;
  margin: 10px;
}

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #009CD4;
}

.nav-menu > li {
  margin-left: 40px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.section-header h2 {
  font-size: 28px;
  color: whitesmoke;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.h2 {
	font-family: bonbon;
	font-size: 50;
}
