body {
	font-size: 2rem;
}

h1 {
	font-size: 3rem;
}
a {
	font-size: 3rem;
	color: gray;
}

.slide {
	padding: 0 50px;
}

.navbar-brand {
    margin-right: 0;
}
div#brand {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
div#brand h1, div#brand h2 {
	color: white;
}
div#brand h2 {
	font-size: 1.5rem;
}
.h1, .h2, h1, h2 {
	margin-bottom: 0;
}

nav#top-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	
	margin: 0;
	padding: 0;
	
	background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
	div#brand h1 {
		margin-right: 1rem;
	}
	nav#top-menu {
		background: none;
	}
	h1 {
		font-size: 5rem;
	}
}


nav#top-menu li a {
	font-size: 2rem;
	color: black;
	margin: 5px;
}
nav#top-menu li.active a {
	color: white;
	text-shadow: 0px 0px 7px black
}


/* fullpage slides */
.slide {
    padding: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100% !important;
}


/* slides arrows */
.fp-controlArrow.fp-prev {
    left: 0;
    width: 0;
    border-width: 20px 20px 20px 0;
    border-color: transparent #aaa transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 0;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #aaa;
}

/* full height for mobile too */
.elementor-section.elementor-section-height-full {
    height: 100vh;
}


/* brand title with levibrush font */
div#brand h1, div#brand h2 {
	font-family: 'LEVIBRUSH' !important;
}

/* shift content below title */
section.elementor-top-section > div > div {
	padding-top: 5.5rem;
}
@media (min-width: 768px) {
	section.elementor-top-section > div > div {
		padding-top: 5rem;
	}
}
