h1,h2,h3,label,div,td,span,a,li,ul,table,hr,input,select,textarea,.form-control{
	color: #fff;
}

h1,h2,h3{
	font-family: 'Gotham Medium';
	color: #fff;
	font-size: 70px;
	text-align: center;
}

p{
	font-family: 'Gotham Book';
	color: #fff;
	font-size: 36px;
}

body{
	overflow-x: hidden;
}

.bg{
	position: fixed;
	background: url(../images/bg-new.jpg) center center no-repeat !important;
	background-size: cover !important;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a{
	text-decoration: none !important;
	cursor: pointer;
}

img.center{
	display: block;
	margin: 0 auto;
	margin-bottom: 48px;
}

.socials{
	display: table;
	margin: 0 auto;
	margin-top: 160px;
}

.working-progress{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-content: center;
}

.btn-round-with-icon{
	margin-left: 12px;
	display: inline-table;
	border-radius: 50%;
}

.btn-round-with-icon:first-child{
	margin-left: 55px;
}

@media screen and (max-width: 1000px) {

	.socials {
		margin-top: 80px;
		max-width: 240px;
	}

	img.center{
		max-width: 160px;
	}

	h1,h2,h3{
		font-size: 36px;
	}

	p{
		font-size: 22px;
	}

	.btn-round-with-icon{
		margin-top: 24px;
	}

	.btn-round-with-icon:first-child{
		margin-left: 0px;
	}

}