/* To nav2igation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: none;
	width: 100%;
	font-size: 1em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #fff;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}



.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.container > section {
	margin: 0 auto;
	padding: 5em 3em;
	text-align: center;
}

.color-1 {
	background: #262626;
	
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


nav2 a {
	position: relative;
	display: inline-block;
	margin: 10px 15px;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-size:4em;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 3em;
}

nav2 a:hover,
nav2 a:focus {color:#fff;
	outline: none; font-size:5em;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.som_button { 
  color: #ffffff; 
  background-color: #444247; 
  border-color: #130269; 
} 
 
.som_button:hover, 
.som_button:focus, 
.som_button:active, 
.som_button.active, 
.open .dropdown-toggle.som_button { 
  color: #ffffff; 
  background-color: #B6B3BA; 
  border-color: #130269; 
} 
 
.som_button:active, 
.som_button.active, 
.open .dropdown-toggle.som_button { 
  background-image: none; 
} 
 
.som_button.disabled, 
.som_button[disabled], 
fieldset[disabled] .som_button, 
.som_button.disabled:hover, 
.som_button[disabled]:hover, 
fieldset[disabled] .som_button:hover, 
.som_button.disabled:focus, 
.som_button[disabled]:focus, 
fieldset[disabled] .som_button:focus, 
.som_button.disabled:active, 
.som_button[disabled]:active, 
fieldset[disabled] .som_button:active, 
.som_button.disabled.active, 
.som_button[disabled].active, 
fieldset[disabled] .som_button.active { 
  background-color: #444247; 
  border-color: #130269; 
} 
 
.som_button .badge { 
  color: #fff; 
  background-color: #ffffff; 
}
