html {
  font-family: "Segoe UI", arial;
  font-size: 16px;
  background: #fff;
}

body {
  margin: 0;
}


#menu-over a:hover {
  color: #000;
  text-decoration: none;
}

.feather {
  width: 20px;
  height: 20px;
}
.feather.feather-menu {
  width: 24px;
  height: 24px;
}
.feather.feather-chevron-down {
  vertical-align: middle;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


.content {
  width: 88%;
  margin: 0 auto;
}

.content-s {
  width: 70%;
  margin: 0 auto;
}

.content a {
    text-decoration: none;
    color: #555;
    font-weight: 700;
}
.content a:hover {
    text-decoration: none;
    color: #000;
}

article {
  margin: 30px 20px 30px 20px;
}
H1
{
  font-size: 2em;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 2px;
}
H2
{
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 2px;
}
H3
{
  font-size: 1.4em;
  font-weight:600;
  margin-top: 20px;
  margin-bottom: 5px;
}
H4
{
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #333;
}
.intro
{
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.8; 
  color: #555;
  border-left: 3px solid #ccc; 
  padding-left: 15px;
}
.highlight
{
  color: #555555; 
  font-weight: 700;
  text-decoration: underline; 
}
.caption
{
  font-size: 0.9em;
  color: #888;
  text-align: center; 
  margin-top: 5px;
}

#foot {
  display: flex;
  flex-wrap: wrap;
  color:#aaa;
  border-top: 2px solid #ddd;
  margin: 40px 20px 0px 20px;
  font-size: 0.9em;
}

.fcontainer {
display: flex;
width: 100%;
}
.fitem {
box-sizing: border-box;
padding-top: 20px;
line-height: 22px;
}
.fitem strong {
color: #666;
}
.fitem a {
font-weight: normal;
color: #666;
text-decoration: none;
padding: 0px 5px 0px 0px;
}
.fitem a:hover {
font-weight: normal;
color: black;
text-decoration: none;
}
.fa{
width: 150px;
flex-shrink: 0; 
}
.fb {
width: 200px;
flex-shrink: 0; 
}
.fc {
flex-grow: 1; 
}
.fc a {
display: inline-block;
word-break: break-all;
}
.fc a::after {
content: " | ";
color:#7E7E7E;
}

@media (max-width: 1000px) {

.fcontainer {
flex-wrap: wrap; 
}
.fa {
width: 150px; 
flex-grow: 0; 
flex-basis: auto; 
}
.fb {
width: 200px; 
flex-grow: 0; 
flex-basis: auto; 
}

.fc {
width: 100%; 
flex-basis: 100%; 
flex-grow: 0;
}
	
}

.foot-copyright {
  margin: 20px 20px 20px 20px;
  color: #666;
  font-size: 0.8em;
}
.foot-copyright a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
    
.btn-toggle-menu,
.menu-right > li > a,
.menu-dropdown > li > a {
  border: 1px dashed transparent;
}
.btn-toggle-menu:active, .btn-toggle-menu:focus,
.menu-right > li > a:active,
.menu-right > li > a:focus,
.menu-dropdown > li > a:active,
.menu-dropdown > li > a:focus {
  border: 1px dashed #444;
  outline: 0;
}

.btn-toggle-menu {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

#navbar {
  background-color: #fff;
  padding: 12px 0 9px;
}

.nav-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-container {
  position: absolute;
  width: 100%;
  top: 51px;
  left: 0;
  display: none;
  z-index: 999999;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.mobile-nav-head {
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 15px;
  background-color: white;
}

.menu-dropdown {
  margin: 0;
  padding: 0;
}
.menu-dropdown li {
  list-style-type: none;
  position: relative;
}
.menu-dropdown li:hover > a + .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-dropdown li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #444;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.menu-dropdown li a + ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.menu-dropdown li a + ul.sub-menu li a {
  padding-left: 25px;
}

.menu-right {
  margin: 0;
  padding: 0;
}

@media (min-width: 700px) {
  #navbar {
    padding: 7px 0 5px;
  }

  .btn-toggle-menu,
  .mobile-nav-head {
    display: none;
      }

  .dropdown-container {
    position: inherit;
    display: block;
  }

  .menu-dropdown {
    display: flex;
    margin: 0 10px;
  }
  .menu-dropdown li a {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
  }

  ul.sub-menu {
    position: absolute;
    top: calc(100% + 5px);
    border: 1px solid #eee;
    transition: 0.2s;
  }
  ul.sub-menu li {
    padding: 0;
  }
  ul.sub-menu li a {
    padding: 12px 30px;
    min-width: 200px;
    border-bottom: 1px solid #eee;
  }
  ul.sub-menu li a:hover {
    border-bottom: 1px solid transparent;
    background-color: #f9f9f9;
  }
}
