body,body * {
	box-sizing: border-box;
	font-family: Tahoma,sans-serif;
	margin: 0px;
	padding: 0px;
}
body{
	background: hsl(0,0%,98%);
}
.topul{
	box-sizing: border-box;
	background:hsl(230,100%,20%);
	text-align: center;
	padding: 5px;
	width: 100%;
	margin: 0px;
}
.topul a{
	color: white;
	text-decoration: none;
}
.topul li{
	list-style: none;
	display: inline-block;
}
.topul img{
	vertical-align: middle;
width: 25px;
}
.mail{
	float: right;
	background: hsl(30,100%,50%);
	padding: 15px;
	max-width: 250px;
	margin: 0px;
	font-size: 14px;
	margin-right: -5px;
	margin-top: -10px;
}
.mail a{
	color: white!important;
}
header{
	padding: 10px;
	position: relative;
}
header a{
	text-transform: uppercase;
}
header a:hover{
	text-decoration: underline;
}
.logo{
	float: left;
	margin-top: -10px;
}
.logo img{
	width: 120px;
}
.mob {
float: right;
	right: 30px;
	top: 25px;
}
.mob ul{
	display: none;
	position: fixed;
	padding: 15px;
	background: white;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	left: 0%;

}
.cancel{
	color: black;
	font-weight: bold;
}
.mob *{
	font-style: normal;
	list-style: none;
}
.mob ul li a{
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	font-size: 17px;
	color: black;
	text-transform: uppercase;

}
.desk{
	display: none;
	visibility: hidden;
}
footer ul{
	display: inline-block;
	vertical-align: top;
	margin: 20px;
}
footer{
	color: white;
	background:hsl(230,100%,20%);
	margin-top: 20px;
	padding: 20px;
}

.navigations li{
display: block;
text-align: left;
}
.navigations li a{
	color: white;
	text-decoration: none;
}
footer h1{
	font-size: 20px;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 10px;
	font-weight: bold;
	width: auto;
	padding: 5px;
	padding-left: 0px;
	color:hsl(30,100%,50%);
	text-transform: uppercase;
}
footer li{
	display: inline-block;
	margin-bottom: 10px;
}
footer img{
	display: inline-block;
	margin: 3px;
	width: 40px;
border-radius: 50%;
}

footer p{
	text-align: center;
}
@media(min-width: 1000px){
	footer {
		text-align: center;
		margin-left: 0px;
		padding-left: -10px;
	}
	.desk{
		display: block;
		visibility: visible;
	}
	footer h1{
		text-align: left;
		margin-left: 0px;
	}
	.mob{
		display: none;
		visibility: hidden;
	}
	.desk ul{
		margin-top: 10px;
	}
	
	.desk ul li{
		display: inline-block;
		float: right;
		margin-right: 30px;
	}
	
}

@media(min-width: 1500px){
	body{
		width: 1450px;
		margin: auto;
	}
}