*{margin: 0;padding: 0;box-sizing: border-box; }

body {
/*  background: url(../image/Background.PNG) no-repeat center fixed;*/
/*  background-size: cover;*/
/*	font-family: 'Poppins', sans-serif;*/
	font: 15px Arial, sans-serif;
	font-size: 13.6px;
}

.standardbtn{
	height: 28px;
	text-decoration: none;
	border-radius: 7px;
	border-color: white;
	width: ;
	color: white;
}
.smallstandardbtn{
	background-color: rgba(0,162,226,0);
	color: rgb(100,100,100);
	text-decoration: none;
	font-size:10.9px;
	height:22.6px;
	margin-left:10px;
	border-radius:11.5px;
	border:1px solid lightgray;
	transition:0.3s;
	padding:0 5px 0 5px;
}
.smallstandardbtn:hover{
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	color:white;
	background-color: rgb(204, 0, 0);
	border: none;
}
.close{
	outline: none;
}
.nav-item{
 	padding-top: 37px;
 }
.nav-item a{
	font-size: 12px;
 	margin:20px;
 	color: #404040;
 }
.nav-item a:hover{
	text-decoration: none;
	color:;
 }
/*h5{
	color:#5e061b;
	font-size:19px;
	text-align:center;
	font-weight: bold;
}*/
/*________________________________*/
/*::-webkit-scrollbar {
  width:10px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
  background:#b3002d;
}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {
  background:#800020;
  border:1px solid gold;
  border-radius: 5px;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background:gold;
  cursor: pointer;
}*/
::-webkit-scrollbar {
  width:10px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#f4f4f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#e2e2e2;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
/*  background:gold;*/
/*  cursor: pointer;*/
}
/*_________________________________Tab_______________________________*/

@media screen and (max-width:1182px) {

.close{
	display: block;
}

}
/*________________________________Mobile________________________________*/

@media screen and (max-width: 460px) {
body{
	background-size:181vh;
}
.close{
	display: block;
}

}