@import url("reset.css");

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #fbbd00;
}


.container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
} 
.body {
	width: 100%;
	margin: 0;
	padding: 0;
}
.logo {
	background:url(../../assets/images/logo-sm.png) no-repeat center;
	background-size: cover;
	width: 300px;
	height: 362px;
	margin-right: auto;
	margin-left:auto;
}
.text {
	color: black;
	text-align: center;
	margin-top: 10px;
}
.text h1 {
	font-size: 2.81em;
	font-weight: normal;
	line-height: 65px;
	color: black;
	text-align: center;
	text-transform: uppercase;
}
.text h3 {
	font-size: 1.25em;
	font-weight: normal;
}
.socnet {
	width: 15%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	margin-top: 10px;
}
.vk {
	display: flex;
	background:url(../../assets/images/vk.png);
	width: 128px;
	height: 128px;
	margin-right: 10px;
}
.insta {
	display: flex;
	background:url(../../assets/images/inst.png);
	width: 128px;
	height: 128px;
	margin-left: 10px;
	margin-right: 10px;
}
.soclink {
	text-decoration: none;
}

@media (max-width: 374px){
	.socnet {
		width: 80%;
	}
}
@media (min-width: 375px) and (max-width: 550px){
	.socnet {
		width: 80%;
	}	
}