html,body {
	height: 100%;
	min-height: 100%;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

html {
	
}

html::-webkit-scrollbar {
    display: none;
}

a, a:hover, a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	color: black;
}

#wrapper {
	position: relative;
	height: 100vh;	
}

#main-header-large {
	font-size: 100px;
}

#main-header-small {
	font-size: 50px;
}

#main {
	background-image: url('./images/construction2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.text-lg {
	font-size: 70px;
}

.text-mid {
	font-size: 50px;
}

#contacts {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	background-color: #F0FFFF;
}

#small-logo {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}