@import "/fonts/fonts.css";
body {
  margin: 0;
  font-family: titillium, roboto, Arial, Helvetica;
}
a {
  color: #353535 /*#ff5b5b*/;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
/* top bar */
.top-controls {
  position: absolute;
  width: 100%;
  z-index: 999;
  color: #ffffff;
}
.top-bar {
  padding: 20px 50px 20px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar a {
  color: #ffffff;
}
.top-controls.fixed {
  position: fixed;
  background-color: #353535 /*#ff5b5b*/;
  transition: all 0.45s;
}
.top-bar .logo {
  /*
    font-size: 2.5em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    */
}
.top-bar .logo img {
  width: 300px;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: inherit;
}
/* Add a black background color to the top navigation */
.topnav {
  /*background-color: #ff5b5b;*/
  overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  /*color: #f2f2f2;*/
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 1.2em;
  /*font-weight: bold;    */
  background: linear-gradient(#ffffff, #ffffff) center bottom;
  /*OR bottom right OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: all 0.45s;
}
.topnav a:hover {
  background-size: 100% 2px;
  /*width:100% height:2px*/
}
.top-controls .responsive-topnav {
  display: none;
}
.menu-button a {
  text-decoration: none;
  font-size: 2em;
  color: #ffffff;
}
/* Hide the link that should open and close the topnav on small screens */
.menu-button {
  display: none;
}
/* top bar end */
/* appointment */
.top-bar .appointment {
  display: flex;
}
.top-bar .appointment .we-speak {
  margin-left: 20px;
  font-style: italic;
}
.top-bar .appointment a {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #353535 /*#ff5b5b*/;
  white-space: nowrap;
  /*opacity: 0.9;*/
}
.top-bar .appointment a:hover {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #353535 /*#ff5b5b*/;
  opacity: 0.85;
}
/* appointment end */
/* lang selector */
.lang-selector {
  float: right;
}
.lang-selector button {
  color: inherit;
  font-size: 16px;
}
.lang-selector .dropdown-menu {
  min-width: 0;
  font-size: 16px;
  transform: translate3d(0px, 45px, 0px) !important;
  background-color: transparent;
  /*background-color: rgba(255,255,255,0.7);*/
  border-color: #ffffff;
}
.lang-selector .dropdown-menu.alternative {
  background-color: #353535 /*#ff5b5b*/;
}
.lang-selector .dropdown-item {
  padding: 0rem 1rem;
}
.lang-selector .dropdown-item:hover {
  background-color: inherit;
  color: #ffffff;
  cursor: pointer;
}
.lang-selector .dropdown-item:focus {
  background-color: inherit;
  color: #ffffff;
}
/* lang selector end */
/* footer */
.footer {
  background-color: #353535 /*#ff5b5b*/;
  text-align: center;
  padding: 30px 0px 20px 0px;
  color: #ffffff;
  /*font-size: 1.2rem;*/
}
.footer div {
  /*margin-bottom: 10px;*/
}
.footer .copyright {
  margin-right: 10px;
}
.footer .mail {
  margin-left: 10px;
}
.footer a {
  color: #999999;
}
.footer a:hover {
  color: #ffffff;
}
.footer-sep {
  padding: 0px 10px;
}
.footer-data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-data > div {
  margin-right: 40px;
}
.footer-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.footer-social-media {
  font-size: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-social-media a:first-child {
  margin-right: 30px;
}
.footer-separator {
  width: 50px;
}
.footer-location-title {
  margin-bottom: 10px;
}
.footer-contact-info {
  list-style: none;
  text-align: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer-contact-info li {
  margin-bottom: 10px;
}
.footer-contact-info li i {
  margin-right: 10px;
  color: #ffffff;
  width: 1em;
  text-align: center;
}
.footer .copyright {
  font-size: 0.8em;
  color: #999999;
  margin-top: 10px;
}
/* footer end */
.color1 {
  color: #353535 /*#ff5b5b*/;
}
.color2 {
  color: #333333;
}
.color3 {
  color: #555555;
}
.color4 {
  color: #666666;
}
.opacity {
  opacity: 0.5;
}
/* responsive */
.top-controls.menu-open .responsive-topnav {
  display: block;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px #999999;
  padding: 0px 40px;
  background-color: #353535 /*#ff5b5b*/;
}
.top-controls.menu-open .responsive-topnav a {
  float: none;
  display: block;
  text-align: left;
  padding: 20px 0px;
  text-decoration: none;
  font-size: 17px;
  color: #ffffff;
  border-bottom: 1px solid #555555;
}
.top-controls.menu-open .responsive-topnav a:last-child {
  border-bottom: none;
}
.top-controls.menu-open .responsive-topnav a:hover {
  font-weight: bold;
}
.responsive-topnav .we-speak-menu {
  margin: 20px;
  font-style: italic;
}
.responsive-topnav .we-speak-menu > div {
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .top-bar {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-bar {
    padding: 20px 20px 20px 20px;
  }
  .topnav a {
    display: none;
  }
  .menu-button {
    /*float: right;*/
    display: inline-flex;
    align-items: center;
  }
}
@media screen and (max-width: 875px) {
  .footer-data {
    flex-direction: column;
  }
  .footer-data > div {
    margin-right: 0px;
  }
  .footer-location-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .top-bar .appointment {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .footer-title {
    font-size: 1.1em;
  }
  .top-bar .logo img {
    width: 200px;
  }
  .menu-button a {
    font-size: 1.5em;
  }
}
