/* made by [André Monteiro] */
/* [rewindfotografiaevideo@gmail.com ] */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html {
	/* overflow: hidden !important; */
}
body {
	font-family: "Montserrat", sans-serif;
	background-image: url("../images/maintenance.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover !important;
	background-position: center center !important;
	height: auto !important;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	min-height: 100%; 
	height: cover;
}
.logo-wrapper {
	padding: 5% 25% 5% 25%;
}
.logo {
	text-align: center; 
	width: 100%;
}
.text {
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
.text > a {
	font-family: "Montserrat", sans-serif;
	color: #D3A824;
	font-size: 32px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: transparent;
	position: relative;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
.text > a span {
	position: relative;
	z-index: 2;
}
.text > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	left: 0;
	background: #D3A824;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.text > a:hover:after {
	height: 100%;
}	
.text > a:hover {
	color: rgba(255, 255, 255, 1);
}

/* -- media queries -- */

@media screen and (max-width: 768px) {
	.text {
		text-align: center;
		color: rgba(255, 255, 255, 1);
	}
	.text > a {
		font-family: "Montserrat", sans-serif;
		color: #D3A824;
		font-size: 30px;
		text-decoration: none;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		background: transparent;
		position: relative;
		margin: 0;
		padding: 0px 5px 5px 5px;
	}
	.text > a span {
		position: relative;
		z-index: 2;
	}
	.text > a:after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 2px;
		width: 100%;
		left: 0;
		background: #D3A824;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}
	.text > a:hover:after {
		height: 100%;
	}	
	.text > a:hover {
		color: rgba(255, 255, 255, 1);
	}
}

@media screen and (max-width: 375px) {
	.text {
		text-align: center;
		color: rgba(255, 255, 255, 1);
	}
	.text > a {
		font-family: "Montserrat", sans-serif;
		color: #D3A824;
		font-size: 20px;
		text-decoration: none;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		background: transparent;
		position: relative;
		margin: 0;
		padding: 0px 5px 5px 5px;
	}
	.text > a span {
		position: relative;
		z-index: 2;
	}
	.text > a:after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 2px;
		width: 100%;
		left: 0;
		background: #D3A824;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}
	.text > a:hover:after {
		height: 100%;
	}	
	.text > a:hover {
		color: rgba(255, 255, 255, 1);
	}
}