.home .logo {
display: none
}
.section-home-projects p
{
  margin: 0px;
}
.section-home-projects
{
  margin-bottom: 0px !important;
}

.hamburger.icon-button > .icon {
  color: #000;
}
.hamburger-button {
  background-color: #fff !important;
  border-radius: 50%;
}
.hamburger-nav .menu {
  width: 100%;
}

details {
  margin: 5px;
  font-size: 18px;
}
details > * {
  padding-bottom: .75rem;
}
summary::marker {
  content: "+";
  padding-right:5px;
}

summary::before {
  padding-right:5px;
  content: " ";
}

details[open] summary::marker {
  content: "-";
}

details[open] summary::before {
  content: " ";
  padding-right:15px;
}

details > div {
  border-radius: 0 0 5px 5px;
  font-size: 0.75em;
  padding-top: .75rem;
  color: #FFF;
}

summary {
 font-size: 0.9em;
 font-weight: bold;
 /*color: #000;*/
	color: #FFF;
 cursor: pointer;
 border-bottom: 1px solid;
}

details[open] summary {
 border-radius: 5px 5px 0 0; 
 ont-size: 0.9em;
}



 .website{
 width: auto;
  float: right;
  font-size: 0.65em;
  padding-top: 9px;
  text-transform: uppercase;
}

	  .website H6 {
	color: #FFF;

}
 
.todo ul {
  list-style: none;
  display: flex;
flex-wrap: wrap;
	padding-left: 0px
}

.todo ul li {
  /*flex:100%;*/
  font-size: 0.9em;
  position: relative;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
 /* padding: 5%;*/
  width: 100%;
}

.todo ul img {
    position: absolute;
  width: 24vw;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}	 

.branding {
  display: none !important;
}
.header-wrap-inner
 {
  display: none !important;
}
.icons_partners img
 {
  max-width: 65% !important;
}
.website_arrow span
 {
  float: right;
}
.highlights
 {
  Color:#fff;
}
.highlights h6
 {
  Color:#fff;
}
.highlights_dark
 {
  Color:#000;
}
 .highlights_dark h6
 {
  Color:#000;
}
