/**************** GENERAL ****************/
*
{
	color: black;
	font-size: 16px;

	font-family: quasimoda, sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

a
{
	text-decoration: none;
}

button
{
	border: 0;
	cursor: pointer;
}

body, html
{
  margin: 0;
  padding: 0;
  background-color: #fff;

  position: relative;
}

img 
{
	display: block;
}

img {display: block;}

@media only screen and (min-width: 1024px)
{
	*
	{
		font-size: 22px;
	}
}

.hidden 
{
	opacity: 0;
}

.align-left {text-align: left !important;}
.align-right {text-align: right !important;}

.anchor
{
	color: blue;
	font-family: bc-alphapipe,sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
}

.font-bold
{
	font-family: louvette-banner, serif;
	font-weight: 700;
	font-style: normal;
}

.font-italic
{
	font-family: louvette-banner, serif;
	font-weight: 400;
	font-style: italic;
}

.font-normal
{
	font-family: louvette-banner, serif;
	font-weight: 400;
	font-style: normal;
}

.font-light
{
	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
}

.flex-container 
{
	display: flex;
	align-items: center;
}

.flex-center
{
	justify-content: center;
}

.flex-end 
{
	justify-content: flex-end;
}

.centered-title, .centered-title-no-margin
{
	width: 100%;
	text-align: center;
}

.centered-title h1, .centered-title-no-margin h1
{
	color: grey;
	letter-spacing: 10px;
	font-style: italic;

	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;

	font-size: 48px;
	margin: 0px auto;
	margin-top: 50px;

	opacity: 0.5;
}

.centered-title hr 
{
	width: 50%;
}

.nav-bar 
{
	width: calc(100% - 40px);
	padding: 10px 20px;
	background-color: white;

	display: block;
}

.nav-bar h1
{
	font-family: louvette-banner, serif;
	font-weight: 700;
	font-style: normal;

	letter-spacing: 5px;
	font-size: 28px;
}

.logo-container
{
	width: 90%;
	display: block;
}

.link-container
{
	width: 85%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}

.link-container a
{
	margin: 0px;
	position: relative;
	min-width: 64px;
	height: 40px;

	font-size: 14px;
	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
}

.link-container p 
{
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	z-index: 2;
	font-size: 14px;

	margin: 0;
	background-color: rgba(0,0,0,0);

	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
}

.social-container
{
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;

	position: absolute;
	right: 5px;
	top: 5px;
}

.social-container a 
{
	margin: 10px 0px;
}

.social-container img 
{
	width: 18px;
}

.nav-effect-container
{
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -50%) rotate(-30deg) !important;

	width: 48px !important;
	height: 48px !important;

	overflow: hidden;

	display: flex;
	justify-content: center;
	align-items: center;
	flex: wrap;
	flex-direction: column;
	z-index: 1;

	transform: rotate(-30deg);
}

.nav-effect 
{
	width: 64px;
	height: 10px;
	margin: 1px 0px;
	border-radius: 4px;

	animation: nav-effect 1s ease-in-out;
}


@media only screen and (min-width: 1024px)
{
	.nav-bar 
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.nav-bar h1
	{
		font-family: louvette-banner, serif;
		font-weight: 700;
		font-style: normal;

		letter-spacing: 5px;
		font-size: 32px;
		margin: 20px 0px;
	}


	.logo-container
	{
		width: 25%;
	}

	.link-container
	{
		width: 50%;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.link-container a
	{
		margin: 0px;
		position: relative;
		min-width: 128px;
		height: 32px;
		font-size: 18px;
		text-align: center;

		font-family: magallanes, sans-serif;
		font-weight: 200;
		font-style: italic;
	}

	.link-container p 
	{
		font-size: 18px;
	}

	.social-container
	{
		width: 25%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;

		position: relative;
	}

	.social-container a 
	{
		margin: 0px 20px;
	}

	.social-container img 
	{
		width: 24px;
	}

	.centered-title h1
	{
		letter-spacing: 10px;
		font-size: 72px;
		margin-top: 100px;
	}

	.centered-title-no-margin h1
	{
		letter-spacing: 10px;
		font-size: 72px;
		margin: 50px auto;
	}

	.nav-effect-container
	{
		position: absolute;
		left: 50%;
		top: 40%;
		transform: translate(-50%, -50%) rotate(-30deg);

		width: 64px !important;
		height: 64px !important;
	}

}

.banner-container
{
	position: relative;
}

.banner-container img
{
	width: 100%;
}

.banner-overlay
{
	width: 90%;
	position: absolute;
	right: 50%;
	top: 50px;
	transform: translate(50%,0%);

	text-align: right;
}

.banner-overlay h1
{
	color: black;
	margin: 0 5px;
	font-size: 42px;
	white-space: nowrap;

	font-family: louvette-banner, serif;
	font-weight: 400;
	font-style: normal;
}

.banner-overlay button
{
	border: 0;
	padding: 15px 25px;
	border-radius: 5px;

	background: linear-gradient(135deg, 
        	rgba(69, 153, 254, 0.65) 0 25%, 
        	rgba(3, 30, 73, 0.65) 25% 50%, 
        	rgba(238, 4, 5, 0.65) 50% 75%,
        	rgba(69, 153, 254, 0.65) 75% 100%);

	background-size: 300% 300%;
	animation: fs-indev 3s linear infinite;

	box-shadow: 0 8px 16px 0 rgba(136,153,166,0.2), 0 6px 20px 0 rgba(136,153,166,0.19);

	color: white;
}

.centered-home-btn
{
	margin: 50px auto;
	border: 0;
	padding: 15px 25px;
	width: 350px;
	border-radius: 5px;
	text-align: center;
	background: linear-gradient(135deg, 
        	rgba(69, 153, 254, 0.65) 0 25%, 
        	rgba(3, 30, 73, 0.65) 25% 50%, 
        	rgba(238, 4, 5, 0.65) 50% 75%,
        	rgba(69, 153, 254, 0.65) 75% 100%);

	background-size: 300% 300%;
	animation: fs-indev 3s linear infinite;

	box-shadow: 0 8px 16px 0 rgba(136,153,166,0.2), 0 6px 20px 0 rgba(136,153,166,0.19);

	color: white;
}

.fancy-btn
{
	margin: 20px 0px;
	border: 0;
	padding: 15px 25px;
	width: 200px;
	border-radius: 5px;
	text-align: center;
	background: linear-gradient(135deg, 
        	rgba(69, 153, 254, 0.65) 0 25%, 
        	rgba(3, 30, 73, 0.65) 25% 50%, 
        	rgba(238, 4, 5, 0.65) 50% 75%,
        	rgba(69, 153, 254, 0.65) 75% 100%);

	background-size: 300% 300%;
	animation: fs-indev 3s linear infinite;

	box-shadow: 0 8px 16px 0 rgba(136,153,166,0.2), 0 6px 20px 0 rgba(136,153,166,0.19);

	color: white;
}

@media only screen and (min-width: 1024px)
{
	.banner-overlay
	{
		right: 15%;
		top: 150px;
		transform: translate(0%,0%);

		text-align: right;
	}

	.banner-overlay h1
	{
		color: white;
		margin: 0 10px;
		font-size: 72px;

		font-family: louvette-banner, serif;
		font-weight: 400;
		font-style: normal;
	}

	.banner-overlay button
	{

	}
}

.mini-garage-container
{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.garage-space
{
	width: calc(100% - 100px);
	margin: 25px;
}

.garage-space-car:hover
{
	/*
	transition: all 0.5s ease-in-out;
	transform: scale(1.15);
	*/
}

.garage-info
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.garage-info h1
{
	margin: 0 5px;
	letter-spacing: 2px;
	font-size: 18px;

	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
}

.garage-info h2
{
	margin: 0 5px;
	color: #4599fe;
	font-size: 14px;
}

.garage-info p 
{
	margin: 0 5px;
	color: grey;
	font-style: italic;
	letter-spacing: 5px;
	font-size: 16px;

	font-family: magallanes, sans-serif;
	font-weight: 100;
	font-style: italic;
}

.garage-door-container
{
	width: 100%;
	position: relative;
	overflow-y: hidden;
}

.garagedoor
{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;

	z-index: 6;
}

.open-garage
{
	animation: opengarage 2s ease-in-out forwards;
}

.close-garage
{
	animation: closegarage 2s ease-in-out forwards;
}

.grid-sort-container
{
	width: 90%;
	margin: 15px auto;
}

.grid-sort-container h1
{
	font-family: louvette-banner, serif;
	font-weight: 400;
	font-style: normal;

	font-size: 32px;
	letter-spacing: 5px;
	margin: 20px;
	margin-bottom: 5px;
}

.sort-container
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sort-container h2 
{
	margin: 20px 5px 5px 30px;

	font-size: 16px;
	color: grey;
	letter-spacing: 2px;

	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
}

.sort-select
{
	margin: 20px 5px;
	margin-bottom: 5px;

	border: 0;
	border-bottom: 1px solid grey;
	font-size: 16px;
	padding: 5px;
}

.garage-grid
{
	width: 90%;
	margin: 10px auto;
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.garage-cell
{
	width: 48.2%;
	margin: 0;
	margin-bottom: 50px;
}

.garage-cell h1
{
	margin: 0 5px;
	letter-spacing: 2px;
	font-size: 18px;

	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
}

.garage-cell h2
{
	margin: 0 5px;
	color: #4599fe;
	font-size: 14px;
}

.slideshow-container
{
	position: relative;
}

.slideshow-container img 
{
	width: 100%;
	
}

.slide 
{
	position: absolute;
	left: 0;
	top: 0;
}

.showslide
{
	animation: showslide 0.5s ease-in-out forwards;
}

.hideslide 
{
	animation: hideslide 0.5s ease-in-out forwards;
}

.prev-slide
{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0px, -50%);

	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	vertical-align: middle;

	font-size: 24px;
	font-weight: 600;

	cursor: pointer;

	z-index: 5;
}

.next-slide
{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0px, -50%);

	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	vertical-align: middle;

	font-size: 24px;
	font-weight: 600;

	cursor: pointer;
	z-index: 5;
}


@media only screen and (min-width: 1024px)
{
	.garage-space
	{
		width: calc(50% - 100px);
		margin: 50px;
	}

	.garage-info
	{
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.garage-info h1
	{
		font-size: 24px;
	}

	.garage-info h2
	{
		font-size: 18px;
	}
}

/* BOOKING */
.booking-info-row
{
	width: 100%;
	max-height: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;

	position: relative;
	overflow: hidden;
}

.booking-divider-l
{
	width: 100%;
	height: 20px;
	background: linear-gradient(135deg, 
        	rgba(69, 153, 254, 0.65) 0 25%, 
        	rgba(3, 30, 73, 0.65) 25% 50%, 
        	rgba(238, 4, 5, 0.65) 50% 75%,
        	rgba(69, 153, 254, 0.65) 75% 100%);

	background-size: 300% 300%;
	animation: fs-indev 3s linear infinite;
}

.booking-divider-r
{
	width: 100%;
	height: 20px;
	background: linear-gradient(135deg, 
        	rgba(69, 153, 254, 0.65) 0 25%, 
        	rgba(3, 30, 73, 0.65) 25% 50%, 
        	rgba(238, 4, 5, 0.65) 50% 75%,
        	rgba(69, 153, 254, 0.65) 75% 100%);

	background-size: 300% 300%;
	animation: fs-indev 3s reverse linear infinite;
}

.booking-info 
{
	width: calc(90% - 50px);
	position: absolute;
	top: 50%;
	
	padding: 25px;
	background: rgba(0,0,0,0.75);
	border-radius: 25px;
	display: flex;
	flex-direction: column;
}

.booking-info h1
{
	color: white;
	font-size: 18px;
	
}

.booking-info p
{
	color: white;
	width: 85%;
	font-size: 16px;
}

.booking-info ul li
{
	color: white;
	width: 100%;
}

.info-center 
{
	text-align: center;
	left: 50%;
	transform: translate(-50%,-50%);
}

.info-left
{
	text-align: left;
	left: 50%;
	transform: translate(-50%,-50%);

	justify-content: flex-start;
	align-items: flex-start;
}

.info-right
{
	text-align: right;
	left: 50%;
	transform: translate(-50%,-50%);

	justify-content: flex-end;
	align-items: flex-end;
}

.info-left > .info-icon 
{
	position: absolute;
	right: 24px;
	top: 24px;
}

.info-center > .info-icon 
{
	position: absolute;
	right: 24px;
	top: 24px;
}


.info-right > .info-icon 
{
	position: absolute;
	left: 24px;
	top: 24px;
}

.info-left h1
{
	margin-left: 0px;
	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
	letter-spacing: 2px;
}

.info-right h1
{
	margin-right: 0px;
	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
	letter-spacing: 2px;
}

.info-center h1
{
	margin: 20px auto;
	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
	letter-spacing: 2px;
}

.booking-img
{
	width: 100%;
}

@media only screen and (min-width: 1024px)
{
	.booking-info-row
	{
		width: 100%;
		max-height: 700px;
		padding: 50px 0px;
	}

	.booking-info 
	{
		width: 33%;
	}

	.booking-info h1
	{
		color: white;
		font-size: 32px;
		
	}

	.info-left
	{
		text-align: left;
		left: 10%;
		transform: translate(0%,-50%);

		justify-content: flex-start;
		align-items: flex-start;
	}

	.info-right
	{
		text-align: right;
		left: 55%;
		transform: translate(0%,-50%);

		justify-content: flex-end;
		align-items: flex-end;
	}

	.info-left h1
	{
		margin-left: 50px;
		letter-spacing: 4px;
	}

	.info-right h1
	{
		margin-right: 50px;
		letter-spacing: 4px;
	}

	.info-center h1
	{
		margin: 20px auto;
	}
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showslide {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hideslide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* FOOTER */
footer
{
	width: 100%;
	height: 200px;
	position: relative !important;
	overflow: hidden;

	margin-top: 100px;
}

.footer-dash
{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 2;
}

.footer-text-left 
{
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 4;

	width: 33%;
}

.footer-text-left h1
{
	color: black;
	font-size: 20px;

	font-family: louvette-banner, serif;
	font-weight: 700;
	font-style: normal;

	letter-spacing: 2px;

	margin: 0;
}

.footer-text-left p
{
	color: black;
	font-size: 8px;
	margin-left: 5px;
}

.footer-text-right
{
	position: absolute;
	left: 65%;
	top: 0px;
	z-index: 4;

	width: 33%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer-text-right a
{
	font-size: 12px;
	margin: 5px auto;

	font-family: magallanes, sans-serif;
	font-weight: 200;
	font-style: italic;
}

.map-container 
{
	position: relative;
	width: 100%;
	height: 200px;
}

.map-container-inner
{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;

	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	bottom: 0;

	z-index: 3;
}

#map 
{
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 110px;
	height: 140px;
	z-index: 3;
}

.map-bkg
{
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 120px;
	height: 160px;
	z-index: 3;
}



@media only screen and (min-width: 800px)
{
	footer
	{
		height: 500px;
	}

	.map-container 
	{
		height: 500px;
	}

	.footer-dash 
	{
		width: 100%;
	}

	.footer-text-left 
	{
		left: 5%;
		top: 25%;
		z-index: 4;
	}

	.footer-text-left h1, .footer-text-left h2
	{
		color: black;
		font-size: 32px;

		font-family: louvette-banner, serif;
		font-weight: 700;
		font-style: normal;

		letter-spacing: 5px;
		margin: 0;
	}

	.footer-text-left p
	{
		color: black;
		font-size: 14px;
		margin-left: 15px;
	}

	.footer-text-right
	{
		left: 65%;
		top: 25%;
		z-index: 4;

		width: 30%;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column;

	}

	.footer-text-right a
	{
		font-size: 24px;
		margin: 10px auto;

		font-family: magallanes, sans-serif;
		font-weight: 200;
		font-style: italic;
	}


	#map 
	{
		position: absolute;
		left: 50%;
		top: 70%;
		transform: translate(-50%,-50%);
		width: 212px;
		height: 138px;
		z-index: 3;
	}

	.map-bkg
	{
		position: absolute;
		left: 50%;
		top: 70%;
		transform: translate(-50%,-50%);
		width: 230px;
		height: 170px;
		z-index: 3;
	}
}

@media only screen and (min-width: 1400px)
{
	.footer-text-left 
	{
		left: 5%;
		top: 5%;
		z-index: 4;
	}

	.footer-text-right
	{
		left: 65%;
		top: 30%;
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
	}

	#map 
	{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 312px;
		height: 238px;
		z-index: 3;
	}

	.map-bkg
	{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 330px;
		height: 270px;
		z-index: 3;
	}
}

@keyframes nav-effect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* IMG GRID */
.gallery-grid
{
	width: 100%;
	margin: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.gallery-grid-column
{
	width: calc(100% - 4px);
	margin: 2px;

	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.gallery-grid-column img
{
	width: 100%;

	animation: fadein 0.5s ease-in-out forwards;
}

@media only screen and (min-width: 1024px)
{
	.gallery-grid
	{
		width: 100%;
		margin: 0px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
	}

	.gallery-grid-column
	{
		width: calc(50% - 4px);
		margin: 2px;

		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* #4599fe */
.lblue-effect
{
	background: linear-gradient(-45deg, 
			rgba(255, 255, 255, 0.65) 0% 40%,
        	rgba(69, 153, 254, 0.65) 40% 41%, 
        	rgba(69, 153, 254, 0.65) 41% 70%, 
        	rgba(255, 255, 255, 0.65) 70% 71%, 
        	rgba(255, 255, 255, 0.65) 71% 100%);

	background-size: 400% 400%;
	animation: fs-indev 3s linear 0s infinite;
	
}

/* #031E49 */
.blue-effect
{
	background: linear-gradient(-45deg, 
			rgba(255, 255, 255, 0.65) 0% 40%,
        	rgba(3, 30, 73, 0.65) 40% 41%, 
        	rgba(3, 30, 73, 0.65) 41% 70%, 
        	rgba(255, 255, 255, 0.65) 70% 71%, 
        	rgba(255, 255, 255, 0.65) 71% 100%);

	background-size: 400% 400%;
	animation: fs-indev 3s linear 0.5s infinite reverse;
	
}

/* #EE0405 */
.red-effect
{
	background: linear-gradient(-45deg, 
			rgba(255, 255, 255, 0.65) 0% 40%,
        	rgba(238, 4, 5, 0.65) 40% 41%, 
        	rgba(238, 4, 5, 0.65) 41% 70%, 
        	rgba(255, 255, 255, 0.65) 70% 71%, 
        	rgba(255, 255, 255, 0.65) 71% 100%);

	background-size: 400% 400%;
	animation: fs-indev 3s linear 1s infinite;
	
}

.filter-black
{
	filter: invert(0%) sepia(96%) saturate(0%) hue-rotate(187deg) brightness(93%) contrast(98%);
}

@-webkit-keyframes fs-indev {
    0%{background-position:0% 0%}
    100%{background-position:100% 100%}
}
@-moz-keyframes fs-indev {
    0%{background-position:0% 0%}
    100%{background-position:100% 100%}
}
@keyframes fs-indev { 
    0%{background-position:0% 0%}
    100%{background-position:125% 100%}
}

@keyframes opengarage 
{ 
    0%
    {
    	transform: translateY(0px);
    }
    100%
    {
    	transform: translateY(-600px);
    }
}

@keyframes closegarage 
{ 
    0%
    {
    	transform: translateY(-600px);
    }
    100%
    {
    	transform: translateY(0px);
    }
}