@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Helvetica:300,400,900&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Lobster&display=swap"'); */
@import url('https://fonts.googleapis.com/css?family=Cutive+Mono&display=swap');

.navbar {
	float: right;
	position: fixed;
	top: 0;
	z-index: 10;
	display: flex;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
}

#sidenav-overlay {
	z-index: 9;
}

.nav-after {
	background: rgba(0, 0, 0, 0.7) !important;
	transition: background 300ms linear;
}

.brand-logo img {
	margin-top: 8px;
	margin-left: 30px;
}

/* svg .to_change {
	fill: #f4f4f4;
} */

.navbar ul:not(.side-nav) {
	margin-right: 50px;
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: flex-end;
}

nav ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #f4f4f4;
}

.li-after {
	color: #f4f4f4;
}

.navbar ul li a:hover {
	background-color: #ef5350;
}

a.active {
	background-color: #ef5350;
	top: 0;
	z-index: 1;
	font-weight: 400;
	transition: 0.6s;
}

#responsive-image {
	width: 100%;
	height: auto;
}

h5 {
	/* padding-top: 50px; */
	color: #1d2a31;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	margin-bottom: 5px;
}

h4 {
	padding-top: 25px;
	padding-bottom: 20px;
	color: #1d2a31;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	margin-bottom: 5px;
}

h3 {
	margin-top: 5px;
	margin-bottom: 50px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	color: #1d2a31;
}

.and {
	/* font-family: 'Lobster', cursive; */
	font-family: 'Cutive Mono', monospace;
	font-size: 60px;
	color: #ef5350;
}

.comm {
	padding-top: 70px;
}

.comm li {
	margin-top: 0px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.keynotes {
	margin-left: 80px;
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
}

#index-banner {
	height: 100vh;
	padding-top: 150px;
	color: #000;
}

#call p {
	padding-top: 25px;
	padding-bottom: 50px;
	line-height: 2rem;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

#dates p {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	line-height: 2rem;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

#submissions p {
	padding-top: 25px;
	line-height: 2rem;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

#register p {
	padding-top: 25px;
	line-height: 2rem;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.button-collapse {
	color: #f4f4f4;
}

.parallax-container {
	min-height: 380px;
	line-height: 0;
	height: auto;
	color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 30%;
	}
}

@media only screen and (max-width: 600px) {
	#index-banner .section {
		top: 30%;
	}
	h3 {
		font-size: 6vw;
	}
	.and {
		font-size: 6vw;
	}
}

.org-block {
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0px;
}

#organizers img {
	margin-top: 75px;
	margin-bottom: 50px;
	height: 5em !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.2s;
}

/* #organizers img:hover {
	transform: scale(1.2);
} */

footer.page-footer {
	margin: 0;
}

#submissions,
#register ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	align-items: left;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
}

#submissions li {
	margin-left: 20px;
	list-style-type: disc;
}
#register li {
	margin-left: 20px;
	list-style-type: disc;
}

#register .card {
	margin-top: 25px;
}

#submissions li .circle_list {
	list-style-type: circle;
}

#map {
	/* margin-top: 50px; */
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	width: 100%;
	height: 100vh;
}
