@import url(/static/css/chota.css);
@import url(/static/css/iconfont.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Sacramento&display=swap');

:root {
	--navbar-height: 50px;
}

#main-navbar {
	background-color: #fff;
	z-index: 100;
	height: var(--navbar-height);
}

#main-container {
	padding-top: var(--navbar-height);
}

.image-thumb {
	width: 128px;
	height: 128px;
	min-width: 80px;
}

.image-thumb-image {
	max-width: 100%;
	max-height: 100%;
}

.route-card {
	margin-top: 10px;
	margin-bottom: 10px;
}

.route-card .thumb {
	flex: 0 0 8em;
	align-self: center;
}

.route-card {
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: 128px;
	padding-left: 1rem;
}

.route-card > .thumb {
	grid-row: 1;
}

.route-card > .route-card-content {
	grid-row: 1;
}

.route-card:hover {
	background-color: #eee;
}

.thumb {
	border-radius: 5px;
	display: flex;
}
.thumb > img{
	border-radius: 5px;
}

.main-content {
	min-height: calc(100vh - var(--navbar-height));
}

#overviewmap {
	border-radius: 5px;
	margin-top: 10px;
	-webkit-box-shadow: 0 1px 3px var(--color-grey);
	box-shadow: 0 1px 3px var(--color-grey);
}

@media screen and (max-width: 899px) {
	.pageactionbar {
		position: fixed;
		bottom: 20px;
		left: 20px;
	}
}

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bold {
	font-weight: bold;
}

.map-card-icon {
	padding-right: 10px;
}

.sacramento-regular {
	font-family: "Sacramento", cursive;
	font-weight: 400;
	font-style: normal;
}

.is-size-18 {
	font-size: 18pt;
}

.noto-sans-100 {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}

body {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	"wdth" 400;
}

.hero {
	display: flex;
	flex-direction: column;
}

.hero .full-height {
	height: calc(100vh - var(--navbar-height));
}

.hero-title {
	font-size: 3em;
}

.hero-content {
	flex: 1;
	flex-direction: column;
}

.hero.is-half {
	height: calc(50vh - var(--navbar-height));
}

.hero.is-40 {
	height: calc(40vh - var(--navbar-height));
}

#open-title {
	margin-top: 9em;
	margin-bottom: 9em;
}

.open-card-grid {
	padding: 1em;
}

.open-card {
	width: 30%;
	padding: 5px;
	margin-left: 0.5em;
	margin-right: 0.5em;

	border-radius: 5px;
	border: 2px solid #000;
	-webkit-box-shadow: 0 1px 3px var(--color-grey);
	box-shadow: 0 1px 3px var(--color-grey);
	background-color: #fff;

	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}

.open-card-content {
	font-size: 2.7em;
	font-weight: bold;
	line-height: 1em;
}

#open-performance {
	background-color: #F6F193;
	border-radius: 10px;
}

.ideas-photo {
	width: 236px;
	border-radius: 16px;
}

/* 2 columns by default, hide columns 2 & 3 */
.grid-col--2, .grid-col--3 .grid-col--4{ display: none }

/* 3 columns at medium size */
@media ( min-width: 768px ) {
	.grid-col--2 { display: block; } /* show column 2 */
}

/* 4 columns at large size */
@media ( min-width: 1080px ) {
	.grid-col--3 { display: block; } /* show column 3 */
	.grid-col--4 { display: block; } /* show column 4 */
}

@media screen and (max-width: 599px) {
	.mason-grid {
		justify-content: center;
	}
	.mason-grid .col {
		flex: 0 1 45%;
	}
}


#usermenu .card {
	right: 10px;
	left: auto;
}

/* revert chota column layout for navbar */
@media screen and (max-width: 480px) {
	.nav, .nav>.container {
		flex-direction: row;
	}

	.nav-left {
		justify-content: flex-start;
	}
	.nav-right {
		justify-content: flex-end;
	}
}

#link-footer {
	background-color: #F2C18D;
	color: #fff;
}

#link-footer h5 {
	font-weight: 800;
}

#link-footer a , .copyright {
	color: #444;
	font-size: 1.4rem;
}

#link-footer .hero {
	justify-content: space-between;
}
