  /* Add a white background color to the top navigation */
.topnav {
  background-color: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #35001d;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #35001d;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}

.topnavmenu .order {
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #840F55;
  padding: 10px;
  margin-top: 14px;
  margin-right: 35px;
}

.topnavmenu .facebook-r {
  padding: 14px 30px 10px 16px;
}

.nav-more-2048 {
  padding: 12px;
  margin-top: 14px; 
}

.topnavlogo .logo {
  font-family: 'Permanent Marker', cursive;
  float: left;
  color: #840F55;
  font-size: 30px;
  padding: 12px 25px;
  text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: #840F55;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

a:link {
    text-decoration: none;
    color: #1f1f1f;
}

a:hover {
    color: #840F55;
}

@media screen and (max-width: 535px) {
	/* When the screen is less than 410 pixels wide, hide all links, except for the first one ("Facebook").
	Show the link that contains should open and close the topnav (.icon) */
	.topnavmenu a:not(:first-child) {display: none;}
	.topnavmenu a.icon {
    	float: right;
    	display: block;
  	}
  	/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon.
  	This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  	.topnavmenu.responsive {position: relative;}
  	.topnavmenu.responsive a.icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  	.topnavmenu.responsive a {
    	float: none;
    	display: block;
    	text-align: center;
  	}
    .topnav a {
      padding: 20px 16px;
    }
  	.topnavmenu a {
    	font-size: 14px;
  	}
  	.icon {
    	margin-right: 10px;
  	}
	  .topnavmenu .order {
	  border-style: none;
	  border-top: solid;
	  border-width: 2px;
	  border-color: #840F55;
	  margin-top: 20px;
	  margin-right: 0px;
	}	

  .topnavlogo .logo {
    font-size: 24px;
  }

}