#navbar{ min-width: 1100px; }

body {
    margin: 0;
    background: white;
}

.body {
	margin: 0 auto;
	margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

.topnav {
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
	border-bottom: 1px solid #E1E1E2;
	z-index: 2000;
	backdrop-filter: blur(10px);
	line-height: normal;
}

.topnav_content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.other_container {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

.topnav .topnav_links.hamburger_parent {
    background-color: unset;
}

.topnav a{
	float: left;
}

.topnav_container{
    align-self: center;
    display: flex;
    flex-direction: row;
    align-items: center;
	float: right;
	margin: 18px 0;
}

.topnav .topnav_links {
	color: black;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
    padding: 8px 5px;
    border-radius: 5px;
}

.topnav .topnav_links div:first-child {
    padding: 0px 17px;
}

.topnav_links:hover, .topnav_links:hover > *:not(.dropdown_content) {
    background-color: #ddd;
    color: black;
}

.topnav .topnav_links.active {
	color: #f2f2f2;
	background-color: #3E44C6;
	color: white;
}

div.topnav_links div:first-child {
    padding: 0px 12px;
}

.log_button {
    border: 1px solid #1c1f62;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
}

.download_link {
    border-radius: 5px;
    margin-right: 17px;
}
.download_link:hover {
    cursor: pointer;
}

.tlborder {
    border-right: 1px solid #e1e1e2;
}

.topnav .icon {
	display: none;
}

#topnav_logo {
    width: 150px;
	height: auto;
}

.icon {
	-webkit-filter: invert(30%);
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 1000px) {
    .other_container {
        width: 100%;
    }
    
    .topnav_container {
        display: none;
    }
    
    .topnav a.icon {
        display: block;
    }
	
	.topnav .profile_dropdown .topnav_account div {
		padding: 0 25px;
	}
}

.topnav_dropbtn {
    border: none;
	background-color: #ffffff00;
}

.topnav_dropbtn img {
    height: 23px;
}

.profile_dropdown {
    margin: 0px 15px;
    border-radius: 5px;
	margin-left: 0;
}

.profile_dropdown:hover, .community_dropdown:hover {
    background-color: #ddd;
}

.triangle_down1 {
  position: relative;
  top: -7px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 0.1em solid black;
  border-top: 0.1em solid black;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.dropdown_content {
    background-color: white;
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 5px;
    border: unset;
    border-radius: 8px;
}

.dropdown_content > * {
    margin: 10px;
}

.topnav_account {
    display: none;
}

#community_dropdown_menu > a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#community_dropdown_menu > a > img {
    width: 20px;
    margin-right: 15px;
}

.community_dropdown {
    border-radius: 5px;
}

a.topnav_links.topnav_signup {
    padding: 8px 17px;
    border: 1px solid #1c1f62;
    color: white;
    background-color: hsl(240 67% 51% / 1);
    text-decoration: none;
    font-weight: 600;
    background: radial-gradient(circle, hsla(237, 60%, 60%, 1) 0%, hsla(237, 54%, 51%, 1) 100%) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
}
a.topnav_links.topnav_signup:hover {
    filter: brightness(0.8);
}

/* hamburger active */
@media screen and (max-width: 1000px) {
    .topnav.responsive .topnav_container {
        border-top: 1px solid #E1E1E2;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
        font-size: 17px;
    }
    .topnav .topnav_links {
        background-color: #fff;
        padding: unset;
        text-align: left;
    }
    .topnav.responsive .topnav_container > * {
        width: 100%;
        padding: 15px;
        border-radius: 0;
        background: white;
		box-sizing: border-box;
    }
    .topnav.responsive .topnav_dropbtn {
        display: none;
    }
    .topnav.responsive .topnav_account {
        display: block;
    }
    .log_button {
        border: unset;
    }
    .dropdown_content {
        position: unset;
        box-shadow: unset;
        padding-top: 10px;
        margin-top: 20px;
        border-radius: 0px;
        border-top: 1px solid #ddd;
    }
    #dropdown_menu > *, #community_dropdown_menu > * {
        margin: 0px 10px;
        padding: 15px;
    }
    .download_link.topnav_links  {
        background-color: #edb907;
        margin-right: 0;
    }
    .topnav_links:hover,
    .topnav_links:hover > *:not(.dropdown_content),
    .profile_dropdown:hover,
    .community_dropdown:hover {
        background-color: unset;
    }
	a.topnav_links.topnav_signup {
		padding-left: 62px !important;
	}
}
