@font-face {
    font-family: Eros;
    src: url("/custom/Eros-Regular.otf") format("opentype");
}

@font-face {
    font-family: Raveo Bold;
    src: url("/custom/Raveo-Display-Bold.otf") format("opentype");
}

@font-face {
    font-family: Raveo Light;
    src: url("/custom/Raveo-Display-Light.otf") format("opentype");
}

@font-face {
    font-family: Raveo Medium;
    src: url("/custom/Raveo-Display-Medium.otf") format("opentype");
}

@font-face {
    font-family: Raveo Regular;
    src: url("/custom/Raveo-Display-Regular.otf") format("opentype");
}

@font-face {
    font-family: Raveo SemiBold;
    src: url("/custom/Raveo-Display-SemiBold.otf") format("opentype");
}

body, p, li {
  font-family: "Raveo Light";
}

h1, h2, h3, h4 {
   font-family: 'Sorts Mill Goudy' !important;
   letter-spacing: -1px;
}

h3 {
  font-size: 30px !important;
}

#logo {
  max-height: 120%;
  margin-top: 30px;
}
.et-fixed-header #logo {
  max-height: 54%;
  margin-top: 0;
}

#main-header {
  box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; -khtml-box-shadow: none !important;
}

#et-top-navigation {
  padding-left: 0 !important;
  width: 100%;
  text-align: center !important;
}

#top-menu-nav {
  float: unset !important;
  text-align: center;
  width: 100% !important;
  float: initial !important;
}

#top-menu {
  float: unset !important;
  float: initial !important;
}

#top-menu li {
  padding-right: 35px;
}

#menu-item-36 a {
  background: #4C554F;
  padding: 11px 15px !important;
  border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; -khtml-border-radius: 30px;
  color: #fff !important;
  margin-top: -11px;
}


#menu-item-36 {
  position: absolute;
  right: 2%;
}

#main-header.et-fixed-header #menu-item-36 a {
  color: #fff !important;
}