@charset "utf-8";

body {
  font-family: "Open Sans", ​sans-serif;

  background: #e6e8e3 url("../images/bg_img.jpg") no-repeat;
  background-position: top center;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  background-size: 100%;
}

.modal {
  color: #333 !important;
}

.height400 {
  height: 400px;
}

.height450 {
  height: 450px;
}

.form-reg-part-2 h3 {
  font-weight: 300;
}

li.redbutton a {
  /*background: #3A598C !important;*/
  /*color: #3A598C !important;*/
}

footer ul {
  list-style-type: none;
  display: block;
  text-align: center;
  background: #34495e;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

footer ul li {
  display: inline-block;
  padding-right: 12px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  text-decoration: none;
  color: #dadada;
}

footer ul li:last-child {
  padding-right: 0;
}

.logreg_block {
  padding: 23px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.footercontent {
  padding-bottom: 15px;
}

.footercontent .social {
  font-size: 30px;
  margin-left: 7px;
}

.social.gplus {
  color: #dd4b39;
}

.social.facebook {
  color: #3b5998;
}

.social.instagram {
  color: #517fa4;
}

.social.twitter {
  color: #00aced;
}

.how_it_works {
  padding-top: 20px;
  padding-bottom: 63px;
}

.block_how_to {
  text-align: center;
}

.block_how_to i {
  font-size: 50px;
  color: #333;
  background: #dadada;
  border-radius: 100px;
  padding: 25px;
}

.how_to_title {
  text-align: center;
  display: block;
  font-size: 22px;
  color: #333;
  padding-top: 16px;
}

.how_to_desc {
  color: #b3b3b3;
  font-style: italic;
  font-size: 21px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}

/* #Emerald Flat Button
==================================================*/
.emerald-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2ecc71;
  border: 0;
  border-bottom: 2px solid #28be68;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.emerald-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Orange Flat Button
==================================================*/
.orange-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f39c12;
  border: 0;
  border-bottom: 2px solid #e8930c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
}
.orange-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Nephritis Flat Button
==================================================*/
.nephritis-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #27ae60;
  border: 0;
  border-bottom: 2px solid #219d55;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55;
}
.nephritis-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Peter River Flat Button
==================================================*/
.peter-river-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}
.peter-river-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Graphite Flat Button
==================================================*/
.graphite-flat-button {
  position: relative;
  vertical-align: top;
  height: 44px;
  background: #16a085;
  padding: 0;
  color: white;
  text-align: center;
  cursor: pointer;
}
.graphite-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.second-part-titles {
  text-align: center;
  margin-top: 4px;
}

#user-carousel {
  background: #fff;

  border-radius: 6px;
  padding: 10px;

  max-width: 600px;
  margin: -76px auto;

  margin-bottom: 0px;
}

#user-carousel .item {
  margin: 3px;
}
#user-carousel .item img {
  display: block;
  width: 100%;
  height: 139px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.copyright {
  text-align: right;
  padding-top: 10px;
  color: #b3b3b3;
}

.second-part-titles h4 {
  color: #b3b3b3;
}

.second-part-titles h2 {
  color: #333 !important;
  display: inline;
}

/* #Belize Hole Sea Flat Button
==================================================*/
.belize-hole-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2980b9;
  border: 0;
  border-bottom: 2px solid #2475ab;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2475ab;
  box-shadow: inset 0 -2px #2475ab;
}
.belize-hole-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logo a {
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 80px;
  padding-left: 15px;
  font-weight: 800;
  padding-right: 15px;
  padding-bottom: 7px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding-top: 7px;
}

.logo a:hover {
  color: #fff;
  text-decoration: none;
}

.icon-placeholder i {
  font-size: 67px;
  color: #595c60;
  line-height: 136px;
}
.form_txt {
  color: #fff;
  text-align: right;
  font-size: 32px;
  line-height: 69px;
}

.form_gender {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border-radius: 20px !important;
}

.form_looking_for {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border-radius: 20px !important;
}
.form-reg-part-2 {
  display: none;
  text-align: center;
  color: #fff;
}

.logo img {
  max-width: 300px;
  display: inline-block;
}

.buttons_reglog li.btn-register-mob {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  -webkit-border-radius: 3px;
  cursor: pointer;

  line-height: 25px;
  padding: 12px 22px !important;

  transition: background-color 0.5s ease;
}

.buttons_reglog li.btn-login {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  -webkit-border-radius: 3px;
  cursor: pointer;

  line-height: 25px;
  padding: 5px 22px;

  transition: background-color 0.5s ease;
}

.modal .form-control {
  font-size: 18px;
}

.modal .btn {
  font-size: 20px;
}

.btn-register {
  font-size: 20px;
  width: inherit;
  padding-top: 16px;
}

.buttons_reglog li.btn-register-mob {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  -webkit-border-radius: 3px;
  cursor: pointer;

  line-height: 25px;
  padding: 6px 22px;

  transition: background-color 0.5s ease;
}

.error-login {
  display: none;
}

.error-forgot-password {
  display: none;
}

.actions-btn {
  margin-top: 21px;
}

.first_part {
  margin-bottom: 20px;
}

.buttons_reglog {
  padding-top: 10px;
  list-style-type: none;
}

.buttons_reglog li {
  float: left;
}

.buttons_reglog li.btn-register-mob a:hover {
  text-decoration: none;
}

.buttons_reglog li.btn-register-mob a {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.buttons_reglog li.btn-login a:hover {
  text-decoration: none;
}

.buttons_reglog li.btn-login a {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}

.already_registered {
  margin-right: 20px;
  font-size: 16px;
  line-height: 51px;

  color: #fff;
}

.error-register {
  display: none;
  text-align: center;
}

.reg_btn_placeholder {
}

.btn-register {
  font-size: 18px;
  width: 100%;
  position: relative;
  background: #a80148;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: solid 1px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  display: block;
}
.btn-register2 {
  font-size: 18px;
  width: 100%;
  position: relative;
  background: transparent;
  padding: 10px;
  color: white;
  text-align: center;
  cursor: pointer;
  border: solid 1px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
}

.btn-register:hover {
  color: inherit !important;
}
.btn-register2:hover {
  color: inherit !important;
}

.password_form {
  text-shadow: none !important;
}

.alert-recovery-password {
  display: none;
}

.form-reg-part-2 label {
  font-size: 20px;
}

.form-reg-part-2 .help-block {
  color: #dadada !important;
  text-align: left;
}
.form_reg {
  display: none;
}
#loginmob .form-control {
  font-size: 20px;
  height: 40px;
}

.btn-continue:hover {
}
strong,
b {
  font-weight: 600;
}
h1 {
  font-size: 36px;
  line-height: 36px;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 15px 0;
}
h3 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  margin: 10px 0;
}
h5 {
  font-size: 20px;
  /*font-weight: 600;*/
  margin: 15px 0;
  color: #fff;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #384047;
}

.form-reg-part-2 .form-control {
  /* height: 54px !important; */
  /* font-size: 30px; */
}

.form-control {
  box-shadow: none;
  border-color: #fff;
}

.inner_firstpart {
  background-color: #c0392b;
}

.firstpartheader_bgcolor {
  background-color: #34495e;
  height: 100%;
  padding: 30px 15px;
  padding-bottom: 92px;
}

.firstpartheader {
  color: #fff;
  text-align: center;
}

.logo {
  padding: 10px 0;
  text-align: center;
}

.firstpartheader .main-title {
  margin-bottom: 40px;
}

.firstpartheader .sub-title {
  font-size: 25px;
  margin-bottom: 33px !important;
}

select {
  text-align: center !important;
}

@media (max-width: 1180px) {
  .btn-continue {
    font-size: 19px;
  }
}

@media (max-width: 992px) {
  .already_registered {
    display: none;
  }

  .form-reg-part-2 .form-control {
    font-size: 19px;
  }

  .form-reg-part-2 label {
    font-size: 15px;
  }

  .first_part {
    margin-bottom: 22px;
  }

  .main-title {
    display: none;
  }

  .sub-title {
    display: none;
  }
}

@media (max-width: 992px) {
  .logo.pull-left {
    float: none !important;
  }

  .firstpartheader {
    background-image: none;
  }

  .buttons_reglog .btn {
    display: block;
  }

  .buttons_reglog {
    display: inline-block;
    padding: 0;
  }

  .pull-right.actions-btn {
    float: none !important;
    text-align: center;
  }

  .form_txt {
    text-align: center;
  }
}

.icon-placeholder {
  background: #e5e8ec;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.welcome_poke_chat {
  padding-top: 37px;
  width: 70px;
}

.welcome_poke_back {
  width: 100px;
  padding-top: 22px;
  padding-left: 2px;
}

.welcome_poke {
  width: 100px;
  padding-top: 18px;
}

.btn-register:hover {
  color: #000 !important;
  text-decoration: none;
  background: white;
}

.btn-register:focus {
  color: #000 !important;
  text-decoration: none;
  background: white;
}

.form-reg-part-2 .line {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;

  z-index: 1;
}

.form-reg-part-2 .wordwrapper {
  text-align: center;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}

.form-reg-part-2 .word {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;
  background: #34495e;
  font-size: 15px;
  width: 50px;
  height: 50px;
  line-height: 44px;
  margin: auto;

  border-radius: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 50px;

  border: 1px solid #1d2939;
}

.facebook_choice {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 153px;
}

.facebook_choice .description {
  line-height: 24px;
  margin-bottom: 10px;
}

.or_horizontal_line {
  display: none;
}

.flatbutton.blue {
  background-color: #3b5999 !important;
  font-weight: normal;
  color: #fff !important;
  font-size: 20px;
  border-radius: 3px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #6b97e7;
}
.flatbutton.blue:hover {
  background-color: #4470c0 !important;
}
.flatbutton.blue:active {
  background-color: #376ed5;
}

.strikey {
  margin: 24px 0 12px;
  text-align: center;
}
.strikey:before,
.strikey:after {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: " ";
  margin-top: 12px;
  position: absolute;
  width: 46%;
}
.strikey:before {
  left: 0;
}
.strikey:after {
  right: 0;
}

.modal-body .strikey {
  margin-top: 3px;
}

.topbar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.topbar_cross {
  float: right;
  font-size: 25px;
  line-height: 28px !important;
  cursor: pointer;
}

.topbar i {
  padding-right: 4px;
  vertical-align: -1px;
}

.topbar.error {
  background-color: #c0392b;
  color: white;
}

/*==========9. CUSTOM MEDIA QUERIES==============*/

@media (max-width: 1200px) {
  .or_vertical_line {
    display: none;
  }

  .or_horizontal_line {
    display: block;
  }

  .facebook_choice {
    margin-top: 21px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .ucarousel {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h5 {
    line-height: 25px;
  }
  .firstpartheader {
    background-attachment: scroll;
  }
  .firstpartheader .sub-title {
    font-size: 18px;
    line-height: 25px;
  }
  .signup-block .form-title {
    font-size: 20px;
  }
  .input-lg {
    font-size: 16px;
    height: 45px;
  }
  .zigzag-lead {
    text-align: center;
  }
  .logreg_block [class*="col-"]:not(:first-child) {
    margin-top: 20px;
  }
  .second-part-titles {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  #top {
    padding-top: 10px;
  }

  .block_how_to {
    padding-bottom: 35px;
  }

  .logo {
    padding-bottom: 0;
  }

  .social-icons {
    text-align: center;
  }

  .copyright.pull-right {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
  }

  .form-reg-part-1 {
    margin-top: 0 !important;
  }

  .actions-btn {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .first_part {
    margin-bottom: 0 !important;
  }

  .buttons_reglog {
    margin-bottom: 0;
  }

  .form_txt {
    font-size: 30px;
    line-height: 27px;
  }

  .form_gender {
    height: 45px;
    font-size: 23px;
    padding-top: 0;
  }

  .form_looking_for {
    height: 45px;
    font-size: 23px;
    padding-top: 0;
  }

  .btn-register {
    font-size: 20px;
    padding-top: 12px;
    line-height: 0.8;
    margin-top: 15px !important;
    display: block;
    height: 41px !important;
  }
  .btn-register2 {
    font-size: 20px;
    padding-top: 12px;
    line-height: 0.8;
    margin-top: 15px !important;
    display: block;
    height: 41px !important;
  }

  .btn-continue {
    font-size: 20px;
    line-height: 0.8;
    height: 41px !important;
  }

  .buttons_reglog li.btn-login {
    padding-top: 5px;
  }
}

@media (max-device-width: 992px) {
  .firstpartheader {
    background-size: cover;
    background-attachment: scroll;
  }

  .strikey:before,
  .strikey:after {
    width: 41%;
  }
}

.app-links {
  padding-bottom: 63px;
}

.app-links img {
  margin-left: 7px;
}

.terms-block {
  margin-top: 32px;
  color: #5a5a55;
}

.terms-block a {
  color: #2ca6cb;
}

#register_modal .terms-block a {
  /*color: #fff;*/
  font-weight: bold;
}

.terms-block a:hover {
  text-decoration: none;
}
.app_gdpr {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.5;
  color: #000 !important;
}
div.intro_intro .intro_description {
  margin: 4% 0;
  font-size: 15px !important;
  font-weight: 100;
  line-height: 20px;
  overflow: auto;
}

video {
  width: 100%;
}

.navbar {
  height: 130px;
  margin-top: 20px;
  margin-bottom: 0px;
  background: transparent;
  border-bottom: 0px;
}

.blackbackground {
  background: #000;
  padding: 50px 10px;
  color: #fff;
}

.backgroundslider {
  background: #000 url("../images/baciosegreto.jpg") no-repeat;
  background-size: 100%;
  background-position: center -50px;
  height: 620px;
  width: 100%;
  display: block;
}

.backgroundslider1 {
  background: #000 url("../images/bs1.jpg") no-repeat;
  background-size: 100%;
  background-position: center -50px;
  height: 620px;
  width: 100%;
  display: block;
}
.backgroundslider2 {
  background: #000 url("../images/bs2.jpg") no-repeat;
  background-size: 100%;
  background-position: center -100px;
  height: 620px;
  width: 100%;
  display: block;
}

#members .text-center h5 {
  /*font-family: 'Dancing Script', cursive;*/
  /*line-height: 35px;*/

  font-size: 40px;
  color: #a80147;
}
.rightform form {
  padding: 25px 30px 0px;
  color: #000 !important;
}

.rightform input {
  width: 60%;
}

.rightform .btn-register {
  width: 60%;
  border-radius: 0px !important;
  background-color: #4968ad;
  color: #fff;
}

.example3 {
  /*position: absolute;*/
  width: 100%;
}

ul.navbar-nav {
  /*background: #f3f3f3;*/
  padding-bottom: 10px;

  float: left !important;
  margin-left: 30px;
}

#navbar3 li a {
  color: #2ca6cb;
  font-family: "Arial";
  margin-top: 10px;
  font-weight: bold;

  font-size: 15px;
}

#navbar3 li.disabled a {
  color: #333;
  display: none;
}

.carousel-caption {
  top: 40%;
}

h1.carousel-caption-header {
  font-family: "Oranienbaum", serif;
  text-transform: uppercase;
  font-size: 5.3vw;
  line-height: 5.4vw;
  /*color: #77694e;*/
}

.carousel-caption-text {
  border: 1px solid #fff;
  padding: 10px;
}

#members h1 {
  font-family: "Oranienbaum", serif;
  font-size: 2.5vw;
  text-transform: uppercase;
  color: #fff;
}

#members .user-item {
  position: relative;
}

#members .user-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  background: #756951;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.testimonialrow {
  position: relative;
  padding: 50px 90px;
  height: 300px;
  width: 100%;
}

.testimonialrow:after {
  padding: 50px 20px;
  background: #000 url(../images/person.jpg) no-repeat;
  background-size: 100%;
  background-position: -200px 70%;
  opacity: 0.2;
  position: absolute;
  height: 260px;
  width: 100%;
  margin: -30px 0px;
  left: 0px;
}

.testimonialele {
  opacity: 1 !important;
  line-height: 25px;
  font-size: 16px;
  position: relative;
}

.testimonialele strong {
  text-align: right;
  font-style: italic;
  font-size: 12px;
  float: right;
}

.navbar-brand img {
  width: 200px;
}

.modal-title-home {
  color: #2ca6cb;
  text-align: center;
  font-size: 35px;
}

.col-form-label {
  color: #5a5a55;
}

.modal-content {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.modal-dialog {
  width: 400px;
}
.modal-header {
  /*-webkit-border-radius: 10px 10px 0px 0px;*/
  /*-moz-border-radius: 10px 10px 0px 0px;*/
  /*border-radius: 10px 10px 0px 0px;*/
  background: #a80147;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px !important;
  font-family: sans-serif;
}

.modal-body {
  background-color: #f3f3f3;
  /*color: #fff;*/
}

.modal-body label {
  font-size: 20px;
  font-weight: 100;
}

.footer-links {
  text-align: center;
  padding: 70px 20px 20px;
}

.footer-links a {
  margin: 10px 20px 96px 20px;
  color: #000;
  text-decoration: none;
}

.footer-links a:hover {
  margin: 10px 20px 96px 20px;
  color: #77694e;
}

.modal-body button.btn-continue,
.modal-body button.btn-recover-password-ok {
  background: #a80148;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  border: 0px;
  /*border-radius: 10px;*/
  font-size: 17px;
}

.alert-info,
.alert {
  color: #f90000;
}

.modal-header button.close {
  color: #fff;
  margin-top: 5px;
  opacity: 1 !important;
}

.modal-body a.forgot_password {
  font-size: 15px;
  /*color: #fff;*/
  text-decoration: none;
}

.modal-body input.form-control {
  border: 1px solid #3a598c;
}

.onlymobile {
  display: none;
}

#collapseFive .alert-info {
  color: #fff !important;
}

@media screen and (max-width: 780px) {
  .backgroundslider {
    height: 180px;
  }

  .notmobile {
    display: none;
  }

  .carousel-inner .item {
    height: 250px !important;
  }

  .example3 {
    position: static;
    /* width: 100%; */
  }

  .navbar {
    /* height: 100px; */
    /* margin-bottom: -10px; */
    /* background: #f3f3f3; */
    height: 110px;
  }

  .carousel-caption {
    top: 50%;
    color: #b54a67;
  }

  .carousel-control {
    background-image: none !important;
  }

  #members h1 {
    font-family: "Oranienbaum", serif;
    font-size: 7.5vw;
    text-transform: uppercase;
    color: #a85168;
  }

  ul.navbar-nav {
    background: #f3f3f3;
    padding-bottom: 10px;
    color: #acacac;
    margin-top: 0px;
    z-index: 999;
    position: relative;
  }

  #navbar3 li a {
    color: #000;
  }

  /*.onlymobile {*/
  /*display: block;*/
  /*}*/
}

.showhide {
  display: none;
}
