#main {
	width: 100%;
	left: 0px;
	justify-content: center;
	top: 250.75px;
	position: relative;
	margin-bottom: 30px;
}

.banner {
	background: url(../img/banner.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 533px;
}

div.banner-info {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	transform: translateY(-130%);
	display: flex;
	padding: 0 1em;
	text-align: end;
	position: absolute;
}

h3.banner-text {
	font-size: 1.7em;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Dosis', sans-serif;
}

.banner-socials {
	margin: 2% auto 0;
	width: 100%;
}

.banner-socials span {
	font-size: 1.2em;
	display: block;
	margin-bottom: .5em;
	font-family: 'Dosis', sans-serif;
}

.group-socials {
	display: inline-block;
	padding: 10px 0;
	border: solid rgba(255,255,255,.2);
    border-width: 2px 0;
}

.group-socials a {
	text-decoration: none;
	display: inline-flex;
	width: 28px;
	height: 28px;
	justify-content: center;
	background-color: rgba(255,255,255,.2);
}

.group-socials img {
	width: 1.5em;
	display: block;
	align-self: center;
}


/*-------------media query-banner-------------*/

@media screen and (max-width: 1024px) {
.banner {
	min-height: 500px;
}
}

@media screen and (max-width: 800px) {
.banner {
	min-height: 460px;
}
}

@media screen and (max-width: 768px) {
.banner {
	min-height: 360px;
}
}

@media screen and (max-width: 568px) {
.banner {
	min-height: 260px;
}
}

/*------------------------------------*/
@media screen and (min-width: 768px) {
	#main {
		top: 70px;
	}

	h3.banner-text {
		font-size: 2.5em;
}
	.banner-socials span {
		font-size: 1.8em;
}
	.group-socials a {
		width: 30px;
		height: 30px;
	}

	.group-socials img {
		width: 28px;
	}
}

@media screen and (min-width: 1024px) {
	h3.banner-text {
		font-size: 3em;
		letter-spacing: 2px;
}
	.banner-socials span {
		font-size: 2em;
}
}




