body {
		font-size: 12px;
		background-color: white;
	}

	.topnav, .left {
		display: none;
	}

	.middle, .right {
		width: 100%;
		padding: 0;
	}

	a {
		text-decoration: none;
		color: black!important;
	}

	.logo {
		display: none;
	}

	.ortes {
		color: black!important;
		font-size: 30px;
		text-shadow: none;
		padding: 0;
		text-align: center;
		padding-bottom: 10px;
	}

	h1 {
		font-size: 20px;
		text-shadow: none;
	}

	.contact {
		padding: 0;
		border: none;
	}

	footer {
		text-align: center;
	}

	.contact {
		float: left;
		flex: 50%;
		padding-left: 20px;
	}

	.contacts {
		display: flex;
		overflow-x: auto;
}
}