
.navbar-nav {
  align-items: flex-start;
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #A3AEA0;
    border:none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
a:focus {
  background-color: rgb(255, 255, 202);
}

a {
	color:#026ee3;
}

.btn:focus {
  background-color: rgb(236 137 10);
}
.btn.clear:focus {
  background-color: rgb(255, 255, 202);
}
#content:focus {
	border-radius: 3px;
	box-shadow: rgb(255, 255, 202) 0px 0px 5px 10px;
}


.page-top-item {
	color:#0f7f91;font-size:2em;
}



.item-color {
	color:#279aad;
}

.div-w {
	width:90%;
	margin:0 auto;
}