body {
    margin: 0; font-family: sans-serif; background-color: #fff; color: #f10000; 
}

body.placeholder {
    align-items: center; justify-content: center; text-align: center; 
}

body.gradient {
	background: linear-gradient(to right, white, #ffc50f);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: 100% 0;
}

main {
    position: relative;
}

.logo {
    height: 25%;
}

.logo1 {
    height: 20%;
}

.sponsors {
	width: 100%;
    max-width: 1024px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sponsors2 {
	width: 100%;
    max-width: 1024px;
	margin: 0 auto;
}

.main.content {

}

.fleft {
	float: left;
}

hr {
	    border: 1px solid orange;
		width: 90%;
}

.img {
	max-width: 250px;
	margin: 5px;
	width: 100%;
}

.img.main {
	max-width: 600px;
	width: 100%;
}

.main-pairs {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
}

.social-icons {
	/* background-color: white; */
	/* border: 1px solid #298eaa; */
	padding: 6px 8px 2px 8px;	
	width: fit-content;
    margin: 0 auto;
}

.thumbnail {
	width: 250px;
}

footer {
	position: relative;
	margin: 160px 0px -20px 0;
}
