
.navbar {
    background-color: #595478;
    font-size: 14px;
    position: fixed;
    max-width:1920px;
    width:100%;
    margin:0 auto;
    height:80px;
    z-index: 1;
    }
    
.navbar img{
    margin-top: 2px;
}    



/*
.navbar-expand-lg {
    z-index: 9;
}
*/



.foot{
    position:relative; 
    bottom:0;
    background-color: #595478;
    font-color: white;
    font-size: 9px;
    width:100%;
    
    animation:opac 2s
    }

    @keyframes opac{
      from{opacity:0
        } to{opacity:1}}


  button{
      outline: none !important;
      border-style: none !important;

       }
    

.footmobile{
    position:relative; 
    bottom:0px;
    height:100px;
    background-color: #595478;
    font-color: white;
    font-size: 9px;
    width:100%;

    animation:opac 2s
    }

    @keyframes opac{
      from{opacity:0
        } to{opacity:1}}


  button{
      outline: none !important;
      border-style: none !important;
}

.footerimg{
  margin-top:20px;
  margin-bottom:5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}


.subfoot{
    position:absolute; 
    bottom:0px;
    height:100px;
    background-color: #595478;
    font-color: white;
    font-size: 9px;
    width:100%;

    animation:opac 2s
    }

    @keyframes opac{
      from{opacity:0
        } to{opacity:1}}


  button{
      outline: none !important;
      border-style: none !important;

       }
    

.subfootmobile{
    position:absolute; 
    bottom:0;
    height:100px;
    background-color: #595478;
    font-color: white;
    font-size: 9px;
    width:100%;

    animation:opac 2s
    }

    @keyframes opac{
      from{opacity:0
        } to{opacity:1}}


  button{
      outline: none !important;
      border-style: none !important;

       }
    
    
.text {
    font-size: 10px;
}

.image-right{
    align-content:
    flex-end;
    
}
    

.header{
    font-size:28px;
}

.menu-item{
    font-size:13px;
}

.sidenav,
.sidebar:hover {
  top: 0 !important; /* Stay at the top */
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 12; /* Stay on top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
  display: none; /* Hide from screen readers and prevent keyboard focus when closed */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.2s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .2s;
  padding: 0px;
  
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #595478;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #231B57;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.lang-selector-container .lang-item, .side-nav-lang-selector-container .lang-item, .lang-select-dropdown .lang-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 4px;
  border-radius: 4px;
}
.lang-selector-container .lang-item:hover, .side-nav-lang-selector-container .lang-item:hover, .lang-select-dropdown .lang-item:hover  {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.lang-selector-container .lang-name, .side-nav-lang-selector-container .lang-name, .lang-select-dropdown .lang-name {
  color: white;
  margin-right: 8px;
  flex-grow: 1;
  width: 100px;
  margin-left: 8px;
}

.lang-selector-container .lang-flag,.side-nav-lang-selector-container .lang-flag,  .lang-select-dropdown .lang-flag {
  flex-grow: 0;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.side-nav-lang-selector-container .lang-name {
  color: #818181;
  font-size: 20px;
}
.side-nav-lang-selector-container .lang-item {
  margin-left: 0.5em;
  padding: 0.5em;
}

.lang-select-dropdown {
  background: #595478;
  font-size: 14px;
}

.lang-select-dropdown .lang-item{
  border-radius: 0;
}

.sidenav hr {
  background: #818181;
  margin: 1em;
  height: 2px;
}

.our-firm-selector-container .our-firm-item, .side-nav-our-firm-selector-container .our-firm-item, .our-firm-select-dropdown .our-firm-item {
  padding: 4px 8px 4px;
  border-radius: 4px;
}
.our-firm-selector-container .our-firm-item:hover, .side-nav-our-firm-selector-container .our-firm-item:hover, .our-firm-select-dropdown .our-firm-item:hover  {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.our-firm-selector-container .our-firm-name, .side-nav-our-firm-selector-container .our-firm-name, .our-firm-select-dropdown .our-firm-name {
  color: white;
  margin-right: 8px;
  flex-grow: 1;
  width: 100px;
  margin-left: 8px;
  flex-shrink: 0;
}

.side-nav-our-firm-selector-container .our-firm-name {
  color: #818181;
  font-size: 20px;
}
.side-nav-our-firm-selector-container .our-firm-item {
  margin-left: 0.5em;
  padding: 0.5em;
}

.our-firm-select-dropdown {
  background: #595478;
  font-size: 14px;
}

.our-firm-select-dropdown .our-firm-item{
  border-radius: 0;
}

.submenu {
    display: none;
}

.submenu a {
    padding-left: 1.2em !important;
    font-size: 0.95em !important;
}