* {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}

.b-wrap {
	width: 100%;
    	position: fixed;
	overflow: hidden;
	background-image: url(https://picsum.photos/3200/2300/?random);
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    	-webkit-transition: all ease 0.6s;
    	-moz-transition: all ease 0.6s;
    	-ms-transition: all ease 0.6s;
    	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

/* Sidebar menu */

.menu {
	width: 200px;
	height: 100%;
	position: fixed;
	left: -200px;
	top: 0;
	background-color: #f7eee4;
	box-shadow: 2px 0 5px #c0c0c0;
	-webkit-transition: all ease 0.6s;
    	-moz-transition: all ease 0.6s;
    	-ms-transition: all ease 0.6s;
    	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.menu ul {
	padding-left: 0;
	margin-top: 80px;
}

.menu li {
	list-style: none;
	text-decoration-style: none;
	line-height: 170%;
	padding: 5px 0 5px 40px;
}

.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #292929;
}

.menu li:hover {
	background-color: #ffad73;
	cursor: pointer;
}

.mhead {
	min-height: 50px;
	margin-top: 13px;
}

/* Меню открыть */

header {
	float: left;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	font-family: 'Rajdhani', sans-serif;
}

.menu-ham {
	padding-top: 10px;
	float: left;
	margin-left: 162px;
	cursor: pointer;
}

/* Меню закрыть */

.close-menu {
	min-height: 30px;
	float: right;
	margin-right: 18px;
	padding-top: 23px;
	cursor: pointer;
}

/* Heading */

.head2 {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding-top: 30px;
}

h2 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	color: #555;
}

/* Switch buttons */

.btn {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.btn3 {
	pointer-events: none;
    opacity: 0.6;
}

span {
	margin-left: 20px;
}

span a {
	border-radius: 3px;
	border: 1px solid #ff9245;
	display: inline-block;
	cursor: pointer;
	color: #555;
	font-size: 13px;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #154682;
	background: #f7eee4;
}

span a:hover {
	background-color: #ff9245;
	border: 1px solid #ff9245;
	color: #fff;
}

/* Profile link */

.footer a {
	float: left;
	margin-top: 30%;
	margin-left: 162px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 200;
}

.footer a:hover {
	color: #ff9245;
}


/* Adaptability */

@media screen and (max-width: 400px) {
	.btn {margin-top: 50px;}
	span {margin-left: 18px;}
	span a {padding: 6px 12px;}
	.footer a {
		margin-top: 100%;
		margin-left: 40%;
	}
}

@media (min-width: 400px) and (max-width: 600px) {
	.footer a {
		margin-top: 70%;
		margin-left: 45%;
	}
}

@media (min-width: 600px) and (max-width: 800px) {
	.footer a {
		margin-top: 50%;
		margin-left: 45%;
	}
}
