* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


@font-face {
	font-family: BebasNeue-Bold;
	src: url(assets/fonts/Bebas-Neue-Font/BebasNeue.otf);
}

.bold {
	font-family: BebasNeue-Bold;
}

.medium {
	font-family: BebasNeue-Bold;
	font-weight: 400 !important;
}


.home-bg {
	background-image: url(bg2.jpg);
	height: 100vh;
	background-repeat: no-repeat;
	display: flex;
	background-size: cover;
	justify-content: ceter;
	align-items: center;
	text-align: center;
}


.main-text h1 {
	font-size: 125px;
	color: #fff;
	font-family: BebasNeue-Bold;
	letter-spacing: 2px;
}


.main-text h3 {
	color: #fff;
	font-size: 95px;
	margin-top: 20px;
	text-transform: uppercase;
		letter-spacing: 2px;
}


/* appsrow logo  */
.footer-p {
	position: absolute;
	/*left: 0;*/
	right: -122px;
	top: 50%;

	text-align: center;
	transform: rotate(270deg);
	background: #fff;

	padding: 10px 15px 5px 5px;

	font-family: sans-serif;
}

.footer-p p {
	margin-bottom: 10px;
}

.footer-p a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	/*margin-bottom:5px;*/

	vertical-align: middle;

}

.footer-p img {
	width: 150px;
	padding-left: 5px;
}


.footer-p span {
	margin-left: 10px;
	/*vertical-align: super;*/
	font-size: 22px;
	opacity: .8;
}


/*====== appsrow footer ==========*/