body {
	background-color: #F5F5FA;
}

body:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url(../Images/Facebook2.png);
	
}

a {
	cursor: pointer;
}

.header-main {
	width: 1352px;
	height: 30px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}


.header-main-logo {
	width: fit-content;
	height: 60px;
	

	display: flex;
}

.header-main-logo img {
	height: 60px;
	align-self: center;
}

.header-main-nav {
	width: fit-content;
	height: 100%;
	
}

.header-main-nav ul {
	list-style: none;
	margin-left: 30px;
}

.header-main-nav ul li {
	display: inline;
	float: left;
	margin-right: 10px;
}

.header-main-nav ul li a {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 60px;
	color: #000;
	display: block;
	height: 100%;
}

.header-main-nav ul li a:hover {
	color: yellow;
}

.header-main-sm {
	width: fit-content;
	height: 100%;
	
	padding-right: 60px;
	display: flex;
	align-items: center;
	col-gap: 10px
}

.header-main-sm-fb {
	width: 20px;
	height: 20px;
	background-image: url(../Images/Facebook.png);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.header-main-sm-fb:hover {

	background-image: url(../Images/Facebook.png);
	
	
}

.header-main-sm-yt {
	width: 20px;
	height: 20px;
	background-image: url(../Images/yt.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-main-sm-yt:hover {

	background-image: url(../Images/yt.png);
	
}

.main-block {
	background-color: #fff;
	width: 1352px;
	height: 10000px;
	margin: 0 auto;
}

th{
	font-weight: bold;
}

.heading{
	width: 1352px;
	height: 60px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align: center;
}


/* FOOTER */
.copyright {
	width: 100%
	padding: 60px 0 100px;
	background-color: yellow;
}


.copyright p {
	text-align: center;
	font-size: 16
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px;
}


@media only screen and (min-width: 601px) and (max-width: 768px){
	
	.wrapper-main {
		width: 100%;
		background-color: blue;
	}
}

/* <600px, 601px, 768px, 992px, 1200px */

