.topnav {
	padding-top: 10px;
	float: right;
	background-color: transparent;
}

.topnav > :not(.icon) {
	float: left;
	color: #111111;
	text-align: center;
	padding: 0;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.topnav > .icon {
	padding: 10px 15px;
}

.topnav > .socials {
	display: inline-block;
	padding: 14px 16px;
}

.topnav > .socials a {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.topnav > .socials a:last-child {
	padding-right: 0;
}

.topnav a.icon {
	display: none;
}

.topnav #follow-on-linkedin {
	display: inline-block;
}

.topnav #follow-on-reddit {
	display: inline;
}

.topnav #follow-on-twitter {
	display: inline;
}

.topnav a:hover {
	color: #008081;
}

.topnav .dropdown-content {
	background-color: #ededed;
	z-index: 5;
}

.topnav .dropdown a {
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: inline-block;	
	padding: 14px 13px;
}

.topnav .dropdown a:hover {
	background-color: #008081;
	text-decoration: none;
	color: #ffffff;
}

.topnav .dropdown a:visited {
	color: inherit;
}

.topnav .dropdown a:visited:hover {
	color: #ffffff;
}

.topnav .dropdown-toggle {
	height: 50px;
}

.topnav .dropdown-toggle::after {
	border: none;
}

.topnav .dropdown:hover {
	background-color: #ededed;
	cursor: pointer;
}

.topnav .dropdown:hover .dropdown-menu {
	display: block;
}

.topnav .dropdown-menu {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #ededed;
}

.topnav .dropdown-menu a:hover {
	color: #ffffff;
	background-color: #008081;
	cursor: pointer;
}

.topnav .dropdown-menu a {
	white-space: nowrap;
}


@media screen and (max-width: 770px),
@media screen and (max-width: 720px),
@media screen and (max-width: 600px),
@media screen and (max-width: 500px) {
	.topnav {
		overflow: hidden;
		top: 0;
		right: 0;
		position: fixed;
		padding-top: 0;
		width: 60px;
		height: 60px;
		align: left;
		background-color: transparent;
	}

	.topnav a.icon:hover {
	  text-decoration: none;
	}

	.topnav > :not(.icon) {
	  display: none;
	}

	.topnav .socials a:first-child {
	  padding-left: 0;
	}

	.topnav a.icon {
		color: #111;
		position: fixed;
		top: 0;
		right: 0;
		font-size: 30px;
		line-height: 30px;
		display: block;
	}

	.topnav.responsive {
	  overflow: hidden;
	  top: 0;
	  right: 0;
	  position: fixed;
	  padding-top: 10px;
	  width: 200px;
	  height: auto;
	  align: left;
	  background-color: rgba(0, 128, 129, 0.7);
	}

	.topnav.responsive .icon {
	  top: 0;
	  right: 0;
	  line-height: 30px;
	  font-size: 30px;
	  color: #fff;
	}

	.topnav.responsive :not(.icon) {
	  display: block;
	  float:none;
	  text-align: left;
	  color: #fff;
	}
	
	.topnav.responsive .dropdown-menu {
		display: none;
	}

	.topnav.responsive a.social {
		display: inline;
	}
}
