html {
    font-size: 12px;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	background-color: #000000;
}

@media only screen and (min-width: 576px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 720px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 960px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1240px) {
    html {
        font-size: 18px;
    }
}

.carousel {
	margin-top: 50px;
	margin-bottom: 50px;
}

.carousel-item img {
/*     position: absolute; */
    object-fit: cover;
    top: 0;
    left: 0;
}

/*
.carousel .carousel-item {
	height: 55vh;
}

.carousel-item img {
	min-height: 55vh;
}
*/
	


/*
@media (orientation: landscape) {
	.carousel .carousel-item {
	  height: 85vh;
	}

	.carousel-item img {
	    min-height: 75vh;
	}	
}
*/

@media (orientation: landscape) {
	.carousel .carousel-item {
	  height: 85vh;
/* 	  width: 100%; */
	}

	.carousel-item img {
	    min-height: 85vh;
/* 	    min-width: 50vw; */
	}
	
	#gma_map_iframe {
		height: 85vh;
	}
	#gmc_map_iframe {
		height: 85vh;
	}
}

@media (orientation: portrait) {
	.carousel .carousel-item {
	  height: 55vh;
	}

	.carousel-item img {
	    min-height: 55vh;
	}
	
	#gma_map_iframe {
		height: 85vh;
	}
	#gmc_map_iframe {
		height: 85vh;
	}
}
	
.bd-title {
	font-weight: 200;
	font-size: 3.5rem;
	padding-top: 40px;
	padding-bottom: 40px;
}

.bd-lead {
	font-size: 1.3rem;
}

#gmaria_map {
	margin-top: 45px;
}


/* Carousel Speed */
.carousel-item {
    display: none;
    position: relative;
    .transition(6s ease-in-out left) !important;
}


/* Navbar */
.navbar {
	background-color: #4B4B4D;
	color: DEDEDF;
	box-shadow: 0 8px 6px -6px #999;
}

.navbar a {
	color: black;
}

.navbar-brand, .nav-item, a {
	color: #DEDEDF !important;
}
.navbar-brand {
	font-size: 2.3rem;
	font-weight: 200;
}

.card {
	background-color: black;
}

.logobox {
	font-family: 'PT Sans Caption', sans-serif;
	font-display: swap;
	color: #D16D2C;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 700;
	font-size: 4.5rem;
}

.center {
	text-align: center;	
}

.contact-button {
	
}